@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&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: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._pageWrapper_qug77_4{display:flex;min-height:calc(100vh - 70px);font-family:DM Sans,sans-serif;background:#fff}._leftPanel_qug77_14{flex:0 0 50%;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 52px;background:#fff;overflow-y:auto}._formContainer_qug77_26{width:100%;width:350px;flex-shrink:0}._heading_qug77_33{font-size:24px;font-weight:700;color:#111;letter-spacing:-.5px;margin-bottom:4px}._subText_qug77_41{font-size:13px;color:#9ca3af;margin-bottom:24px}._errorBox_qug77_48{background:#fff1f1;border:1px solid #fca5a5;color:#b91c1c;padding:11px 14px;border-radius:9px;margin-bottom:16px;font-size:13px;text-align:center;font-weight:500;width:100%}._form_qug77_26{display:flex;flex-direction:column;gap:0;width:60%}._field_qug77_70{display:flex;flex-direction:column;gap:5px;margin-bottom:13px}._label_qug77_77{font-size:12px;font-weight:600;color:#374151;display:flex;justify-content:space-between;align-items:center}._forgotLink_qug77_87{background:none;border:none;padding:0;font-size:12px;font-weight:500;color:#01669c;cursor:pointer;font-family:inherit;transition:color .15s}._forgotLink_qug77_87:hover{color:#03b4ef}._input_qug77_104{height:41px;border:1.5px solid #daeef8;border-radius:10px;padding:0 13px;font-size:13px;color:#111;background:#f6fbfe;outline:none;width:100%;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s}._input_qug77_104::placeholder{color:#a8c8d8}._input_qug77_104:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._pwWrap_qug77_129{position:relative}._pwWrap_qug77_129 ._input_qug77_104{padding-right:38px}._eyeIcon_qug77_137{position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_qug77_137:hover{color:#01669c}._rememberRow_qug77_154{display:flex;align-items:center;gap:8px;margin-bottom:18px}._checkbox_qug77_161{appearance:auto!important;-webkit-appearance:checkbox!important;background:initial!important;width:16px;height:16px;cursor:pointer;accent-color:#01669C}._rememberLabel_qug77_171{font-size:13px;color:#9ca3af;cursor:pointer;margin:0!important}._submitBtn_qug77_179{width:100%;height:43px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:-.2px;transition:opacity .15s,transform .1s;margin-bottom:14px}._submitBtn_qug77_179:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_qug77_179:disabled{opacity:.6;cursor:not-allowed}._divider_qug77_206{display:flex;align-items:center;gap:10px;margin-bottom:13px;color:#b0c8d8;font-size:11px;text-transform:uppercase;letter-spacing:.8px}._divider_qug77_206:before,._divider_qug77_206:after{content:"";flex:1;height:1px;background:#daeef8}._googleBtn_qug77_226{width:60%;height:41px;background:#fff;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;transition:background .15s,border-color .15s}._googleBtn_qug77_226:hover:not(:disabled){background:#f6fbfe;border-color:#03b4ef}._googleBtn_qug77_226:disabled{opacity:.6;cursor:not-allowed}._link_qug77_255{color:#01669c;text-decoration:none;font-weight:500;transition:color .15s}._link_qug77_255:hover{color:#03b4ef}._termsText_qug77_266{font-size:11px;color:#b0c8d8;text-align:center;margin-top:14px}._rightPanel_qug77_276{flex:0 0 50%;width:50%;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:0 0 32px;position:relative;overflow:hidden}._blob1_qug77_290{position:absolute;width:300px;height:300px;border-radius:50%;background:#03b4ef1f;top:-90px;right:-70px;pointer-events:none}._blob2_qug77_301{position:absolute;width:180px;height:180px;border-radius:50%;background:#01669c14;bottom:80px;left:-50px;pointer-events:none}._stack_qug77_313{position:relative;width:360px;height:360px;margin:0 auto 20px}._cSchedule_qug77_321,._cStatus_qug77_322,._cAttend_qug77_323,._cChart_qug77_324{position:absolute;background:#fff;border-radius:13px;box-shadow:0 4px 24px #01669c1f}._cSchedule_qug77_321{top:0;left:14px;width:220px;padding:13px;z-index:2}._cStatus_qug77_322{top:8px;right:0;width:148px;padding:11px 12px;z-index:3}._cAttend_qug77_323{bottom:10px;left:0;width:138px;padding:12px;z-index:4}._cChart_qug77_324{bottom:10px;right:0;width:196px;padding:11px 12px;z-index:3}._cardHeader_qug77_368{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}._cardTitle_qug77_375{font-size:10px;font-weight:700;color:#111}._todayBadge_qug77_381{font-size:8px;color:#01669c;background:#e4f5fc;border-radius:5px;padding:2px 6px;display:flex;align-items:center;gap:3px}._tagCritical_qug77_393{font-size:8px;font-weight:700;color:#ef4444;display:block;margin-bottom:5px}._tagUpcoming_qug77_401{font-size:8px;font-weight:700;color:#03b4ef;display:block;margin-bottom:5px;margin-top:6px}._eventItem_qug77_411{margin-bottom:4px}._eventName_qug77_415{font-size:10px;font-weight:600;color:#111}._eventDesc_qug77_421{font-size:9px;color:#9ca3af;margin-top:1px}._eventMeta_qug77_427{display:flex;align-items:center;gap:6px;margin-top:3px}._avatar_qug77_434{width:15px;height:15px;border-radius:50%;background:linear-gradient(to right,#01669c,#03b4ef);display:flex;align-items:center;justify-content:center;font-size:5px;font-weight:700;color:#fff}._eventTime_qug77_447{font-size:8px;color:#9ca3af;display:flex;align-items:center;gap:2px}._donutWrap_qug77_456{position:relative;width:70px;height:70px;margin:0 auto 7px}._donutCenter_qug77_463{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._donutNum_qug77_471{font-size:13px;font-weight:700;color:#01669c;line-height:1}._donutSub_qug77_478{font-size:7px;color:#9ca3af;line-height:1.3;margin-top:2px}._growthBadge_qug77_485{font-size:8px;color:#15803d;background:#dcfce7;border-radius:4px;padding:2px 6px;display:inline-flex;align-items:center}._attendDonut_qug77_496{position:relative;width:60px;height:60px;margin:0 auto 6px}._attendCenter_qug77_503{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._attendNum_qug77_511{font-size:13px;font-weight:700;color:#01669c;line-height:1}._attendLbl_qug77_518{font-size:7px;color:#9ca3af;line-height:1.2;margin-top:1px}._deptSub_qug77_525{font-size:8px;color:#9ca3af;text-align:center;margin-bottom:5px}._deptNav_qug77_532{display:flex;align-items:center;justify-content:space-between}._deptName_qug77_538{font-size:8px;font-weight:600;color:#01669c;background:#e4f5fc;padding:2px 7px;border-radius:99px}._navBtn_qug77_547{width:16px;height:16px;border-radius:4px;background:#e4f5fc;border:none;cursor:pointer;font-size:11px;color:#01669c;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}._barsWrap_qug77_564{display:flex;align-items:flex-end;gap:4px;height:50px;position:relative;margin-bottom:5px}._bar_qug77_564{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(to top,#01669c,#03b4ef)}._avgLine_qug77_579{position:absolute;left:0;right:0;border-top:1.5px dashed #f59e0b;top:16px}._avgTag_qug77_587{position:absolute;right:0;top:0;transform:translateY(-50%);font-size:7px;font-weight:700;color:#f59e0b;background:#fffbeb;border-radius:3px;padding:0 3px}._barLabels_qug77_600{display:flex;gap:4px}._barLabel_qug77_600{flex:1;font-size:7px;color:#a8c8d8;text-align:center}._bottomText_qug77_613{text-align:center;padding:0 28px;z-index:5}._btTitle_qug77_619{font-size:17px;font-weight:700;color:#111;letter-spacing:-.4px;margin-bottom:5px}._btSub_qug77_627{font-size:12px;color:#5a8fa8;line-height:1.6}._dots_qug77_634{display:flex;gap:5px;justify-content:center;margin-top:14px;z-index:5}._dotOn_qug77_642{width:20px;height:5px;border-radius:99px;background:linear-gradient(to right,#01669c,#03b4ef)}._dotOff_qug77_649{width:5px;height:5px;border-radius:99px;background:#a8c8d8}@media(max-width:1024px){._leftPanel_qug77_14{padding:36px 32px}._formContainer_qug77_26{width:100%;max-width:350px}._form_qug77_26,._googleBtn_qug77_226{width:60%}._stack_qug77_313{transform:scale(.9)}}@media(max-width:900px){._leftPanel_qug77_14{flex:none;width:100%;padding:36px 28px;overflow-y:visible}._rightPanel_qug77_276{display:none}}@media(max-width:768px){._pageWrapper_qug77_4{flex-direction:column;min-height:auto;overflow:visible}._leftPanel_qug77_14{flex:none;width:100%;padding:36px 28px;overflow-y:visible}._rightPanel_qug77_276{display:none}._formContainer_qug77_26{width:100%;max-width:420px}._form_qug77_26,._googleBtn_qug77_226{width:60%}}@media(max-width:600px){._leftPanel_qug77_14{padding:28px 20px}._form_qug77_26,._googleBtn_qug77_226{width:80%}._heading_qug77_33{font-size:22px}._subText_qug77_41{font-size:12px}}@media(max-width:480px){._leftPanel_qug77_14{padding:24px 16px}._form_qug77_26,._googleBtn_qug77_226{width:80%}._heading_qug77_33{font-size:20px}._input_qug77_104{height:40px;font-size:12px;padding:0 12px}._submitBtn_qug77_179{height:42px;font-size:13px}._rememberLabel_qug77_171{font-size:12px}._termsText_qug77_266{font-size:10px;line-height:1.5}}._pageWrapper_rdz7y_6{display:flex;min-height:calc(100vh - 64px);background:#fff}._formSide_rdz7y_13{flex:0 0 52%;max-width:52%;display:flex;align-items:flex-start;justify-content:center;padding:44px 48px;overflow-y:auto;background:#fff;border-right:.5px solid #daeef8}._formCard_rdz7y_25{width:100%;max-width:440px}._brandMark_rdz7y_31{display:flex;align-items:center;gap:8px;margin-bottom:36px}._brandIcon_rdz7y_38{width:30px;height:30px;border-radius:8px;background:linear-gradient(to right,#01669c,#03b4ef);display:flex;align-items:center;justify-content:center;flex-shrink:0}._brandName_rdz7y_49{font-size:15px;font-weight:600;color:#111827;letter-spacing:-.2px}._formHeader_rdz7y_57{margin-bottom:28px}._heading_rdz7y_61{font-size:24px;font-weight:700;color:#111827;margin:0 0 5px;letter-spacing:-.4px}._headingSub_rdz7y_69{font-size:13px;color:#9ca3af;margin:0}._loginLink_rdz7y_75{color:#01669c;font-weight:600;text-decoration:none;transition:color .15s}._loginLink_rdz7y_75:hover{color:#03b4ef}._form_rdz7y_13{display:flex;flex-direction:column;gap:14px}._twoCol_rdz7y_93{display:grid;grid-template-columns:1fr 1fr;gap:14px}._field_rdz7y_99{display:flex;flex-direction:column;gap:5px}._label_rdz7y_105{font-size:12px;font-weight:600;color:#374151;display:flex;align-items:center;gap:7px;letter-spacing:.1px}._badgePurple_rdz7y_115{font-size:10px;font-weight:500;background:#e4f5fc;color:#01669c;padding:2px 7px;border-radius:20px}._badgeGray_rdz7y_124{font-size:10px;font-weight:500;background:#f3f4f6;color:#9ca3af;padding:2px 7px;border-radius:20px}._fieldHint_rdz7y_133{font-size:11px;color:#9ca3af;margin:1px 0 0}._input_rdz7y_140,._form_rdz7y_13 input[type=text],._form_rdz7y_13 input[type=email],._form_rdz7y_13 input[type=password],._form_rdz7y_13 input[type=tel]{width:100%;padding:9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._input_rdz7y_140:focus,._form_rdz7y_13 input[type=text]:focus,._form_rdz7y_13 input[type=email]:focus,._form_rdz7y_13 input[type=password]:focus,._form_rdz7y_13 input[type=tel]:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._input_rdz7y_140::placeholder,._form_rdz7y_13 input::placeholder{color:#a8c8d8;font-size:12px}._emailRow_rdz7y_175{display:flex;gap:8px;align-items:stretch}._emailRow_rdz7y_175 input{flex:1;padding:9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._emailRow_rdz7y_175 input:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._emailRow_rdz7y_175 input::placeholder{color:#a8c8d8;font-size:12px}._otpBtn_rdz7y_206{flex-shrink:0;padding:0 14px;border:1.5px solid #01669C;border-radius:10px;background:#fff;color:#01669c;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;min-width:88px;font-family:inherit}._otpBtn_rdz7y_206:hover:not(:disabled){background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border-color:transparent}._otpBtn_rdz7y_206:disabled{opacity:.5;cursor:not-allowed}._pwdWrap_rdz7y_234{position:relative}._pwdWrap_rdz7y_234 input{width:100%;padding:9px 40px 9px 13px;border:1.5px solid #daeef8;border-radius:10px;font-size:13px;color:#111827;background:#f6fbfe;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}._pwdWrap_rdz7y_234 input:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._pwdWrap_rdz7y_234 input::placeholder{color:#a8c8d8;font-size:12px}._eyeIcon_rdz7y_263{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_rdz7y_263:hover{color:#01669c}._pwdError_rdz7y_279{font-size:11px;color:#dc2626;margin:2px 0 0;line-height:1.4}._divider_rdz7y_287{display:flex;align-items:center;gap:10px;margin:2px 0}._divLine_rdz7y_294{flex:1;border:none;border-top:.5px solid #daeef8}._divLabel_rdz7y_300{font-size:11px;color:#b0c8d8;font-weight:500;letter-spacing:.3px;text-transform:uppercase}._subWrap_rdz7y_309{display:flex;align-items:center;border:1.5px solid #daeef8;border-radius:10px;background:#f6fbfe;overflow:hidden;transition:border-color .15s,box-shadow .15s}._subWrap_rdz7y_309:focus-within{border-color:#03b4ef;box-shadow:0 0 0 3px #03b4ef1a}._subWrap_rdz7y_309 input{flex:1;padding:9px 10px 9px 13px;border:none!important;border-radius:0!important;background:transparent!important;font-size:13px;color:#111827;outline:none;box-shadow:none!important;font-family:inherit}._subWrap_rdz7y_309 input::placeholder{color:#a8c8d8;font-size:12px}._subSuffix_rdz7y_342{padding:0 13px;font-size:12px;color:#01669c;background:#e4f5fc;border-left:1px solid #daeef8;height:100%;min-height:36px;display:flex;align-items:center;white-space:nowrap;font-weight:500}._submitBtn_rdz7y_357{width:100%;padding:11px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .12s;margin-top:4px;letter-spacing:.1px;font-family:inherit}._submitBtn_rdz7y_357:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_rdz7y_357:active:not(:disabled){transform:translateY(0)}._submitBtn_rdz7y_357:disabled{opacity:.6;cursor:not-allowed}._termsText_rdz7y_387{font-size:11px;color:#b0c8d8;text-align:center;margin:0}._termsText_rdz7y_387 a{color:#01669c;text-decoration:none;transition:color .15s}._termsText_rdz7y_387 a:hover{color:#03b4ef}._alertError_rdz7y_405{background:#fef2f2;border:.5px solid #FECACA;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:6px}._alertSuccess_rdz7y_415{background:#f0fbff;border:.5px solid #b8e8f7;color:#01669c;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:6px}._dots_rdz7y_426:after{content:"";animation:_dots_rdz7y_426 1.2s steps(4,end) infinite}@keyframes _dots_rdz7y_426{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}._illustrationSide_rdz7y_440{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);position:sticky;top:64px;height:calc(100vh - 64px);overflow:hidden}._panel_rdz7y_454{position:relative;width:100%;max-width:360px}._blob1_rdz7y_461{position:absolute;width:280px;height:280px;border-radius:50%;background:#03b4ef26;top:-100px;right:-80px;opacity:.6;pointer-events:none}._blob2_rdz7y_473{position:absolute;width:180px;height:180px;border-radius:50%;background:#01669c1a;bottom:-60px;left:-60px;opacity:.5;pointer-events:none}._blob3_rdz7y_485{position:absolute;width:100px;height:100px;border-radius:50%;background:#03b4ef1f;top:40%;right:-20px;opacity:.3;pointer-events:none}._panelContent_rdz7y_497{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}._panelBadge_rdz7y_506{display:inline-flex;align-items:center;gap:6px;background:#fff;border:.5px solid #b8e8f7;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;color:#01669c;width:fit-content}._panelTitle_rdz7y_520{font-size:26px;font-weight:700;color:#0a2f45;margin:0;line-height:1.25;letter-spacing:-.5px}._panelSub_rdz7y_529{font-size:13px;color:#01669c;margin:0;line-height:1.65;opacity:.8}._browser_rdz7y_538{border-radius:12px;overflow:hidden;border:.5px solid #b8e8f7;background:#fff}._browserBar_rdz7y_545{background:#e4f5fc;padding:9px 14px;display:flex;align-items:center;gap:10px}._browserDots_rdz7y_553{display:flex;gap:4px}._dot_rdz7y_426{width:7px;height:7px;border-radius:50%;background:#b8e8f7;display:block}._browserUrl_rdz7y_566{flex:1;background:#fff;border:.5px solid #b8e8f7;border-radius:5px;padding:4px 9px;font-size:11px;display:flex;align-items:center;gap:4px;overflow:hidden;white-space:nowrap}._urlProto_rdz7y_580{color:#a8c8d8}._urlSub_rdz7y_584{color:#01669c;font-weight:700}._urlDomain_rdz7y_589{color:#03b4ef}._browserBody_rdz7y_593{padding:12px;display:flex;flex-direction:column;gap:9px}._previewHeader_rdz7y_600{display:flex;justify-content:space-between;align-items:center}._previewLogo_rdz7y_606{width:52px;height:8px;background:#b8e8f7;border-radius:3px}._previewNav_rdz7y_613{display:flex;gap:6px}._previewNav_rdz7y_613 span{width:24px;height:6px;background:#daeef8;border-radius:3px;display:block}._previewHero_rdz7y_626{background:#e4f5fc;border-radius:7px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}._previewLines_rdz7y_636{display:flex;flex-direction:column;gap:5px}._previewLine_rdz7y_636{height:6px;background:#b8e8f7;border-radius:3px}._previewCta_rdz7y_648{width:44px;height:18px;background:linear-gradient(to right,#01669c,#03b4ef);border-radius:4px;flex-shrink:0}._previewCards_rdz7y_656{display:flex;gap:6px}._previewCard_rdz7y_656{flex:1;height:32px;background:#f6fbfe;border-radius:5px;border:.5px solid #daeef8}._chips_rdz7y_670{display:flex;gap:8px;flex-wrap:wrap}._chip_rdz7y_670{display:flex;align-items:center;gap:5px;background:#fff;border:.5px solid #b8e8f7;color:#01669c;font-size:11px;font-weight:500;padding:5px 12px;border-radius:20px}@media(max-width:960px){._pageWrapper_rdz7y_6{flex-direction:column}._formSide_rdz7y_13{flex:none;max-width:100%;border-right:none;border-bottom:.5px solid #daeef8;padding:32px 24px}._illustrationSide_rdz7y_440{position:static;height:auto;padding:36px 24px;min-height:300px}._panelTitle_rdz7y_520{font-size:20px}}@media(max-width:520px){._heading_rdz7y_61{font-size:20px}._twoCol_rdz7y_93{grid-template-columns:1fr}._emailRow_rdz7y_175{flex-direction:column}._otpBtn_rdz7y_206{width:100%;padding:10px}}._mobileUrlPreview_rdz7y_737{display:none}@media(max-width:960px){._illustrationSide_rdz7y_440{display:none}._formSide_rdz7y_13{flex:none;max-width:100%;border-right:none}._mobileUrlPreview_rdz7y_737{display:flex;align-items:center;gap:4px;background:#f6fbfe;border:1px solid #daeef8;border-radius:8px;padding:8px 12px;font-size:12px;margin-top:6px;overflow:hidden;white-space:nowrap}._mobileUrlPreview_rdz7y_737 ._urlProto_rdz7y_580{color:#a8c8d8}._mobileUrlPreview_rdz7y_737 ._urlSub_rdz7y_584{color:#01669c;font-weight:700}._mobileUrlPreview_rdz7y_737 ._urlDomain_rdz7y_589{color:#03b4ef}}._navbar_cvad0_1{position:sticky;top:0;width:100%;height:70px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 6px #0000001a;z-index:1000;transition:all .3s ease;border-bottom:1px solid #e5e5e5}._navContainer_cvad0_14{max-width:1300px;margin:0 auto;height:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center}._mobileToggle_cvad0_25{display:none;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;width:60px;height:40px;z-index:1001;transition:all .3s ease}._mobileToggle_cvad0_25:hover{background:#007bff1a;border-radius:8px}._toggleIcon_cvad0_44{color:#333;transition:all .3s ease;width:32px}._mobileToggle_cvad0_25:hover ._toggleIcon_cvad0_44{color:#04b4ef;transform:scale(1.1)}._logo_cvad0_56{display:flex;align-items:center}._logoLink_cvad0_72{position:relative;display:flex;align-items:center}._logoText_cvad0_79{font-size:1.2rem;font-weight:700;color:#111827;transition:color .3s ease;display:-webkit-box!important;-webkit-line-clamp:0!important;-webkit-box-orient:vertical!important;overflow:hidden!important}._text_cvad0_90 :hover{color:#04b4ef;transition:opacity .25s ease,transform .25s ease}._logoImg_cvad0_96{height:40px;width:150px;margin-right:4px}._text_cvad0_90{display:flex;flex-direction:column}._showLogo_cvad0_112{opacity:1;transform:translateY(0);pointer-events:auto}._hideLogo_cvad0_118{opacity:0;transform:translateY(-10px);pointer-events:none}._logo_cvad0_56{transition:opacity .25s ease,transform .25s ease}._show_cvad0_112{opacity:1;transform:translateY(0);position:relative}._hide_cvad0_118{opacity:0;transform:translateY(-6px);position:absolute;pointer-events:none}._desktopNavItems_cvad0_147{display:flex;gap:2rem;align-items:center}._navLink_cvad0_153{color:#555;text-decoration:none;font-weight:500;font-size:.95rem;padding:8px 0;position:relative;transition:color .3s ease}._navLink_cvad0_153:hover{color:#04b4ef}._navLink_cvad0_153:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#04b4ef;transition:width .3s ease}._navLink_cvad0_153:hover:after{width:100%}._rightSection_cvad0_183,._userSection_cvad0_189{display:flex;align-items:center;gap:1rem}._welcomeText_cvad0_195{color:#555;font-size:.9rem;font-weight:500}._logoutBtn_cvad0_201{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s ease}._logoutBtn_cvad0_201:hover{background:#c82333}._dropdown_cvad0_218{position:relative}._dropdownBtn_cvad0_222{background:#04b4ef;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}._dropdownBtn_cvad0_222:hover{background:#04b4ef}._dropdownMenu_cvad0_238{position:absolute;top:120%;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}._dropdownMenu_cvad0_238._show_cvad0_112{opacity:1;visibility:visible;transform:translateY(0)}._dropdownItem_cvad0_262{color:#555;padding:12px 16px;text-decoration:none;transition:background .3s ease,color .3s ease;font-size:.9rem}._dropdownItem_cvad0_262:first-child{border-radius:8px 8px 0 0}._dropdownItem_cvad0_262:last-child{border-radius:0 0 8px 8px}._dropdownItem_cvad0_262:hover{background:#f8f9fa;color:#04b4ef}._modalBackdrop_cvad0_284{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1100;animation:_fadeIn_cvad0_1 .3s ease}@keyframes _fadeIn_cvad0_1{0%{opacity:0}to{opacity:1}}._mobileModal_cvad0_305{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;max-height:85vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:1200;display:flex;flex-direction:column;animation:_slideUp_cvad0_1 .3s ease;overflow:hidden}@keyframes _slideUp_cvad0_1{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}._closeBtn_cvad0_335{position:absolute;top:15px;left:15px;background:transparent;border:none;font-size:24px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease;z-index:10;padding:0}._closeBtn_cvad0_335:hover{color:#333}._modalContent_cvad0_359{flex:1;overflow-y:auto;padding:60px 0 0}._menuLink_cvad0_366{display:block;padding:18px 20px;color:#555;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._menuLink_cvad0_366:hover{background:#f8f9fa;color:#04b4ef}._userInfo_cvad0_383{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px}._userName_cvad0_391{font-size:1rem;font-weight:600;color:#333}._modalLogoutBtn_cvad0_397{width:100%;padding:12px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease}._modalLogoutBtn_cvad0_397:hover{background:#c82333}._signInLink_cvad0_415{display:block;padding:18px 20px;color:#04b4ef;text-decoration:none;font-size:1rem;font-weight:600;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._signInLink_cvad0_415:hover{background:#f0f8ff;color:#04b4ef}._signUpBtn_cvad0_432{display:block;width:100%;padding:16px;background:#dc3545;color:#fff;text-decoration:none;text-align:center;font-size:1rem;font-weight:700;letter-spacing:.5px;transition:background .3s ease;border-radius:0 0 12px 12px}._signUpBtn_cvad0_432:hover{background:#c82333}@media(max-width:768px){._mobileToggle_cvad0_25{display:flex;font-size:55px}._logo_cvad0_56,._desktopNavItems_cvad0_147{display:none}._navContainer_cvad0_14{padding:0 15px}._welcomeText_cvad0_195{display:none}._rightSection_cvad0_183{margin-left:auto}}@media(max-width:480px){._rightSection_cvad0_183{display:flex}._navContainer_cvad0_14{padding:0 10px}._logo_cvad0_56{display:none}._dropdownBtn_cvad0_222,._logoutBtn_cvad0_201{font-size:.85rem;padding:6px 12px}._mobileModal_cvad0_305{width:95%;max-height:90vh}._menuLink_cvad0_366{font-size:.95rem;padding:16px 20px}}._active_cvad0_508{color:#04b4ef!important;font-weight:600}._active_cvad0_508:after{width:100%!important;background:#04b4ef}._menuLink_cvad0_366._active_cvad0_508{color:#04b4ef!important;font-weight:600;background:#eef5ff}._avatar_cvad0_533{width:42px;height:46px;border-radius:50%;background:#00659c!important;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}._avatar_cvad0_533:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}._profileWrapper_cvad0_527{position:relative;overflow:visible}._profileDropdown_cvad0_563{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0000002e;padding:14px;z-index:9999}@keyframes _dropdownFade_cvad0_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._profileInfo_cvad0_586{display:flex;flex-direction:column;align-items:center;text-align:center}._profileInfo_cvad0_586 strong{display:block;font-size:14px;font-weight:600;color:#111827}._profileInfo_cvad0_586 span{font-size:12px;color:#6b7280;word-break:break-all}._phoneText_cvad0_607{font-size:14px;color:#555}._planInfo_cvad0_616{font-size:12px;color:#374151;margin-bottom:12px}._planInfo_cvad0_616 div{display:flex;justify-content:space-between;padding:4px 0}._planInfo_cvad0_616 label{color:#6b7280;font-weight:500}._logoutDropdownBtn_cvad0_637{width:100%;padding:10px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .3s ease}._logoutDropdownBtn_cvad0_637:hover{background:#c82333}._mobileProfile_cvad0_658{margin-top:24px;padding:20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:12px}._mobileAvatar_cvad0_668{width:64px;height:64px;border-radius:50%;background:#111827;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center}._mobileProfileInfo_cvad0_681{text-align:center}._mobileProfileInfo_cvad0_681 strong{display:block;font-size:16px;font-weight:600;color:#111827}._mobileProfileInfo_cvad0_681 span{font-size:13px;color:#6b7280;word-break:break-all}._mobilePlanInfo_cvad0_702{width:100%;font-size:13px;color:#374151;margin-top:6px}._mobilePlanInfo_cvad0_702 div{display:flex;justify-content:space-between;padding:6px 0}._mobilePlanInfo_cvad0_702 label{color:#6b7280;font-weight:500}._mobileLogoutBtn_cvad0_724{width:100%;padding:14px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .3s ease}._mobileLogoutBtn_cvad0_724:hover{background:#c82333}._profileTopSection_cvad0_741{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding-bottom:15px;border-bottom:1px solid #eee}._changePasswordBtn_cvad0_751{display:block;width:100%;text-align:center;background:none;border:none;padding:8px 0;margin-top:10px;font-size:14px;font-weight:500;color:#00659c;cursor:pointer;transition:all .2s ease}._changePasswordBtn_cvad0_751:hover{color:#004a73;text-decoration:underline}._navbarLuxury_cvad0_775{background:#0a0f1ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.22);box-shadow:0 1px 10px #00000059}._logoTextLuxury_cvad0_782{color:#c9a84c}._logoTextLuxury_cvad0_782:hover{color:#fff}._navLinkLuxury_cvad0_790{color:#f8f2e6d1}._navLinkLuxury_cvad0_790:hover{color:#c9a84c}._navLinkLuxury_cvad0_790:after{background:#c9a84c}._toggleIconLuxury_cvad0_802{color:#f8f2e6}._dropdownBtnLuxury_cvad0_806{background:#c9a84c;color:#0a0f1e}._dropdownBtnLuxury_cvad0_806:hover{background:#e8c876}._navbarLuxury_cvad0_775 ._active_cvad0_508{color:#c9a84c!important}._navbarLuxury_cvad0_775 ._active_cvad0_508:after{background:#c9a84c!important}._avatarWrapper_cqy46_1{position:relative;display:inline-block}._avatar_cqy46_1{border-radius:50%;background:#00659c;color:#fff;font-weight:600;font-size:26px;display:flex;align-items:center;justify-content:center;overflow:hidden}._avatar_cqy46_1 img{width:100%;height:100%;object-fit:cover}._cameraIcon_cqy46_24{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:5px;font-size:12px;cursor:pointer;box-shadow:0 2px 6px #0003}._loaderOverlay_cqy46_35{position:absolute;inset:0;background:#00000080;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:50%}._overlay_1wcrf_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999999}._modal_1wcrf_11{background:#fff;width:360px;padding:25px;border-radius:12px;display:flex;flex-direction:column;gap:12px}._modal_1wcrf_11 h3{text-align:center}._modal_1wcrf_11 input{padding:8px;border-radius:6px;border:1px solid #ccc}._actions_1wcrf_31{display:flex;justify-content:space-between;margin-top:10px}._actions_1wcrf_31 button{padding:8px 12px;border-radius:6px;border:none;cursor:pointer}._actions_1wcrf_31 button:first-child{background:#00659c;color:#fff}._cancelBtn_1wcrf_49{background:#ddd}._inputWrapper_1wcrf_52{position:relative;display:flex;align-items:center}._inputWrapper_1wcrf_52 input{width:100%;padding:8px 35px 8px 8px;border-radius:6px;border:1px solid #ccc}._inputWrapper_1wcrf_52 span{position:absolute;right:10px;cursor:pointer;color:#555}._strengthWrapper_1wcrf_71{margin-top:6px}._strengthBar_1wcrf_75{height:6px;border-radius:4px;margin-bottom:4px;transition:all .3s ease}._weak_1wcrf_82{width:33%;background:#ff4d4f}._medium_1wcrf_87{width:66%;background:#faad14}._strong_1wcrf_92{width:100%;background:#52c41a}._strengthText_1wcrf_97{font-size:12px;font-weight:500}._weakText_1wcrf_102{color:#ff4d4f}._mediumText_1wcrf_106{color:#faad14}._strongText_1wcrf_110{color:#52c41a}._container_1tzsc_5{width:100%;padding:32px;background:#f8f9fb;min-height:100vh;box-sizing:border-box}._errorMsg_1tzsc_14{background:#fff3f3;border:1px solid #ffd4d4;color:#c62828;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}._activeCancelled_1tzsc_23{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}._header_1tzsc_33{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2px}._heading_1tzsc_40{font-size:28px;font-weight:600;margin:0;color:#222}._subtext_1tzsc_47{font-size:14px;margin-top:4px;color:#07461c}._subtext1_1tzsc_52{font-size:14px;margin-top:4px;color:#7e0303;transform:scale(1);animation:_popEffect_1tzsc_1 5s ease-in-out infinite;display:inline-block}@keyframes _popEffect_1tzsc_1{0%{transform:scale(1)}10%{transform:scale(1.12)}20%{transform:scale(1.12)}30%{transform:scale(1)}to{transform:scale(1)}}._createBtn_1tzsc_89{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:6px;font-size:15px;cursor:pointer;font-weight:500}._createBtn_1tzsc_89:hover{background:#1f53c5}._disabledBtn_1tzsc_104{background:#ccc!important;cursor:not-allowed}._filterButtons_1tzsc_113{display:flex;align-items:center;gap:16px;margin:25px 0;flex-wrap:wrap}._filterButtons_1tzsc_113 button{padding:10px 22px;font-size:15px;border-radius:30px;border:1px solid #d0d7de;background:#fff;cursor:pointer;transition:all .25s ease;color:#1f2937;font-weight:500;min-width:140px;text-align:center;box-shadow:0 1px 2px #0000000f}._filterButtons_1tzsc_113 button:hover{background:#f3f4f6;transform:translateY(-1px)}._activeAll_1tzsc_142{background:#6b7280!important;color:#fff!important;border-color:#6b7280!important}._activeLive_1tzsc_148{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}._activeUpcoming_1tzsc_154{background:#198754!important;color:#fff!important;border-color:#198754!important}._activePast_1tzsc_160{background:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}._activeDraft_1tzsc_166{background:#f59e0b!important;color:#fff!important;border-color:#f59e0b!important}._content_1tzsc_177{margin-top:10px}._grid_1tzsc_181{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}._loading_1tzsc_187{font-size:14px;color:#555}._card_1tzsc_193{background:#fff;padding:18px;border-radius:8px;border:1px solid #e6e6e6;text-decoration:none;color:#000;transition:border-color .15s ease,box-shadow .15s ease}._card_1tzsc_193:hover{border-color:#03b4ef;box-shadow:0 2px 7px #0000000d}._logo_1tzsc_208{width:60px;height:60px;object-fit:cover;border-radius:6px;margin-bottom:12px;border:1px solid #eee}._title_1tzsc_217{font-size:17px;font-weight:600;margin-bottom:6px;color:#222}._meta_1tzsc_224{font-size:14px;color:#666;margin-bottom:4px}._statusTag_1tzsc_230{font-size:13px;font-weight:600;color:#03b4ef;margin-top:6px}._viewContainer_1tzsc_237{margin-top:16px;display:flex;align-items:center;gap:6px;color:#00659c;font-size:14px;font-weight:500}._emptyState_1tzsc_247{padding:40px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;color:#555;background:#fff;border:1px solid #eee;border-radius:8px}._modalOverlay_1tzsc_264{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9000}._modalCard_1tzsc_277{width:420px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 6px 25px #0003;animation:_fadeIn_1tzsc_1 .25s ease}._modalCard_1tzsc_277 h2{text-align:center;margin-bottom:15px}._modalCard_1tzsc_277 input{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ccc;border-radius:6px}._modalActions_1tzsc_299{display:flex;justify-content:space-between;margin-top:10px}._cancelBtn_1tzsc_305{padding:10px 20px;background:#d31414;color:#fff;border:none;border-radius:6px}._submitBtn_1tzsc_313{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:6px}._duplicateLink_1tzsc_321{margin-top:10px;background:transparent;color:#007bff;cursor:pointer;font-size:15px;font-weight:500}._infoMsg_1tzsc_329{background:#e8f4ff;border:1px solid #bcdcff;padding:10px 14px;border-radius:6px;color:#00659c;font-size:14px;margin-bottom:15px;line-height:1.4}._duplicateLink_1tzsc_321{display:flex;align-items:center;gap:6px;margin-top:10px;color:#c00;cursor:pointer;font-size:15px;font-weight:500;transition:.2s ease}._duplicateLink_1tzsc_321:hover{text-decoration:underline;color:#004a99}._duplicateDisabled_1tzsc_356{opacity:.45;cursor:not-allowed}@media(min-width:1024px){._container_1tzsc_5{padding:36px 40px}._heading_1tzsc_40{font-size:30px}._card_1tzsc_193{transition:transform .2s ease,box-shadow .2s ease}._card_1tzsc_193:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000014}._filterButtons_1tzsc_113 button{font-size:15px}}@media(max-width:768px){._container_1tzsc_5{padding:16px}._header_1tzsc_33{flex-direction:column;align-items:center;gap:14px;margin-bottom:20px;text-align:center}._heading_1tzsc_40{font-size:22px;line-height:1.3}._subtext_1tzsc_47,._subtext1_1tzsc_52{font-size:13px}._createBtn_1tzsc_89{width:100%;padding:14px;font-size:15px;border-radius:8px}._filterButtons_1tzsc_113{gap:10px;margin:18px 0}._filterButtons_1tzsc_113 button{width:48%;min-width:unset;padding:12px 10px;font-size:14px;border-radius:22px}._grid_1tzsc_181{grid-template-columns:1fr;gap:14px}._card_1tzsc_193{padding:16px;border-radius:10px}._logo_1tzsc_208{width:52px;height:52px}._title_1tzsc_217{font-size:16px}._meta_1tzsc_224{font-size:13px}._statusTag_1tzsc_230{font-size:12px}._viewContainer_1tzsc_237{font-size:14px;margin-top:12px}._duplicateLink_1tzsc_321{font-size:14px;margin-top:8px}._emptyState_1tzsc_247{padding:28px 16px;font-size:14px}._modalCard_1tzsc_277{width:92%;padding:20px;border-radius:14px}._modalCard_1tzsc_277 h2{font-size:18px}._modalActions_1tzsc_299{flex-direction:column;gap:10px}._cancelBtn_1tzsc_305,._submitBtn_1tzsc_313{width:100%;padding:12px;font-size:14px}}._emptyState_1tzsc_247{background:#fff;border-radius:16px;padding:40px;text-align:center;border:2px dashed #e5e7eb;max-width:1000px;margin:0 auto!important;scale:90%}._emptyImageContainer_1tzsc_529{width:100%;max-width:520px;height:260px;overflow:hidden;border-radius:16px;margin:0 auto 30px;position:relative}._emptyImageContainer_1tzsc_529 img{width:100%;height:100%;object-fit:cover}._emptyImageOverlay_1tzsc_545{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,#ffffff,transparent)}._emptyState_1tzsc_247 h3{font-size:24px;font-weight:700;margin-bottom:10px;color:#111827}._emptyState_1tzsc_247 p{max-width:480px;font-size:15px;color:#6b7280;margin-bottom:10px;line-height:1.6}._primaryBtn_1tzsc_571{padding:14px 32px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:.25s ease}._primaryBtn_1tzsc_571:hover:not(:disabled){background:#1d4ed8;box-shadow:0 12px 30px #2563eb4d}._primaryBtn_1tzsc_571:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:1024px){._emptyState_1tzsc_247{max-width:900px;padding:50px 32px}._emptyImageContainer_1tzsc_529{max-width:480px;height:240px}._emptyState_1tzsc_247 h3{font-size:22px}._emptyState_1tzsc_247 p{max-width:440px}}@media(max-width:789px){._emptyState_1tzsc_247{padding:45px 28px;margin:30px 20px}._emptyImageContainer_1tzsc_529{max-width:420px;height:220px}._emptyState_1tzsc_247 h3{font-size:20px}._emptyState_1tzsc_247 p{max-width:400px;font-size:14px}}@media(max-width:600px){._emptyState_1tzsc_247{padding:36px 22px;margin:24px 16px;border-radius:14px}._emptyImageContainer_1tzsc_529{max-width:340px;height:190px;margin-bottom:24px}._emptyState_1tzsc_247 h3{font-size:18px}._emptyState_1tzsc_247 p{max-width:340px;font-size:13px}._primaryBtn_1tzsc_571{padding:12px 24px;font-size:14px}}@media(max-width:480px){._emptyState_1tzsc_247{padding:28px 18px;margin:20px 12px}._emptyImageContainer_1tzsc_529{max-width:280px;height:160px}._emptyState_1tzsc_247 h3{font-size:16px}._emptyState_1tzsc_247 p{max-width:100%;font-size:12px}._primaryBtn_1tzsc_571{width:100%;padding:12px;font-size:13px}}._filterEmptyWrapper_1tzsc_709{width:100%;padding:60px 20px;display:flex;justify-content:center}._filterEmptyCard_1tzsc_716{width:100%;max-width:800px;padding:60px 40px;background:#fff;border:2px dashed #e5e7eb;border-radius:18px;text-align:center}._filterEmptyIcon_1tzsc_728{width:80px;height:80px;margin:0 auto 24px;background:#eef2ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center}._filterEmptyCard_1tzsc_716 h3{font-size:22px;font-weight:700;margin-bottom:12px;color:#111827}._filterEmptyCard_1tzsc_716 p{max-width:520px;margin:0 auto;font-size:15px;line-height:1.6;color:#6b7280}._filterEmptyBtn_1tzsc_758{padding:14px 32px;font-size:15px;font-weight:600;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.25s ease}._filterEmptyBtn_1tzsc_758:hover:not(:disabled){background:#1d4ed8;box-shadow:0 10px 25px #2563eb4d}._filterEmptyBtn_1tzsc_758:disabled{background:#9ca3af;cursor:not-allowed}._filterGuideText_1tzsc_783{display:block;margin-top:18px;font-size:14px;color:#6b7280}._filterGuideText_1tzsc_783 a{color:#2563eb;text-decoration:none;font-weight:500}._filterGuideText_1tzsc_783 a:hover{text-decoration:underline}._inviteBtn_1tzsc_804{padding:8px 18px;font-size:14px;font-weight:500;border-radius:6px;border:1px solid #e5e5e5;background-color:#fff;color:#333;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .25s ease}._inviteBtn_1tzsc_804:hover{background-color:#f5f5f5;border-color:#d0d0d0}._inviteActive_1tzsc_850{background-color:#d0d0d0;color:#333;border-color:#fff}._overlay_1xl8s_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;overflow-y:auto;padding:16px}._slugPreview_1xl8s_14{display:block;font-size:11px;color:#2563eb;margin-top:4px;margin-bottom:2px;word-break:break-all}._slugPreviewLabel_1xl8s_23{font-weight:500;font-size:13px}._modal_1xl8s_29{position:relative;background:#fff;color:#111827;width:560px;max-width:100%;display:flex;flex-direction:row;border-radius:14px;box-shadow:0 24px 48px #0000002e;animation:_modalFadeIn_1xl8s_1 .2s ease-out;overflow:hidden}._formSection_1xl8s_44{flex:1;padding:32px 28px;position:relative;min-width:0}._illustrationSection_1xl8s_52{width:260px;flex-shrink:0;background:linear-gradient(160deg,#eef4ff,#f0fdf4);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px;border-left:1px solid #e5e7eb}._illustration_1xl8s_52{width:100%;max-width:240px}._illustrationTagline_1xl8s_69{margin-top:14px;font-size:12px;color:#4b5563;text-align:center;line-height:1.6}._formSection_1xl8s_44 h3{margin:0 0 20px;font-size:20px;font-weight:600;color:#111827}._closeBtn_1xl8s_86{position:absolute;top:12px;right:14px;background:transparent;border:none;font-size:22px;cursor:pointer;color:#6b7280;padding:4px 10px;line-height:1}._closeBtn_1xl8s_86:hover{background:#f3f4f6;border-radius:6px}._formSection_1xl8s_44 label{font-size:13px;font-weight:500;color:#374151;margin-bottom:6px;display:block}._input_1xl8s_114,._selectCategory_1xl8s_115{width:100%;padding:11px 12px;font-size:14px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;box-sizing:border-box;margin-bottom:4px}._input_1xl8s_114:focus,._selectCategory_1xl8s_115:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26;outline:none}._slugWrapper_1xl8s_135{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;margin-bottom:4px;transition:border-color .15s,box-shadow .15s}._slugWrapper_1xl8s_135:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._slugPrefix_1xl8s_150{padding:11px 10px;font-size:13px;color:#6b7280;background:#f9fafb;border-right:1px solid #d1d5db;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0}._slugInput_1xl8s_161{flex:1;padding:11px 12px;font-size:14px;border:none;background:#fff;color:#111827;outline:none;min-width:0}._field_1xl8s_173{display:flex;flex-direction:column;width:100%}._field_1xl8s_173 input{width:100%!important;padding:11px 12px!important;font-size:14px!important;border-radius:8px!important;border:1px solid #d1d5db!important;background:#fff!important;color:#111827!important;box-sizing:border-box!important}._field_1xl8s_173 input:focus{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb26!important;outline:none!important}._formError_1xl8s_197{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;font-size:13px;padding:10px 12px;border-radius:8px;margin-bottom:14px}._error_1xl8s_208{min-height:14px;font-size:12px;color:#dc2626;margin-top:4px;margin-bottom:2px}._row_1xl8s_217{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;align-items:flex-start}._actions_1xl8s_226{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}._primary_1xl8s_233{background:#2563eb;color:#fff;padding:10px 22px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}._primary_1xl8s_233:hover:not(:disabled){background:#1d4ed8}._primary_1xl8s_233:disabled{opacity:.6;cursor:not-allowed}._secondary_1xl8s_254{background:#fff;border:1px solid #d1d5db;padding:10px 22px;border-radius:8px;cursor:pointer;color:#374151;font-size:14px;transition:background .15s}._secondary_1xl8s_254:hover{background:#f9fafb}._timePreviewInline_1xl8s_270{font-size:12px;color:#2563eb;font-weight:500}@keyframes _modalFadeIn_1xl8s_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){._overlay_1xl8s_1{align-items:flex-end;padding:0}._modal_1xl8s_29{width:100%;flex-direction:column-reverse;border-radius:18px 18px 0 0;max-height:95vh;overflow-y:auto}._illustrationSection_1xl8s_52{width:100%;border-left:none;border-bottom:1px solid #e5e7eb;flex-direction:row;gap:16px;padding:16px 20px;background:linear-gradient(90deg,#eef4ff,#f0fdf4)}._illustration_1xl8s_52{width:80px;flex-shrink:0}._illustrationTagline_1xl8s_69{margin-top:0;text-align:left;font-size:12px}._formSection_1xl8s_44{padding:20px 16px}._row_1xl8s_217{grid-template-columns:1fr;gap:14px}._slugPrefix_1xl8s_150{font-size:11px;padding:11px 7px}._actions_1xl8s_226{position:sticky;bottom:0;background:#fff;padding-top:12px;margin-top:16px;border-top:1px solid #f3f4f6}._primary_1xl8s_233,._secondary_1xl8s_254{flex:1;text-align:center;padding:12px;font-size:15px}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{text-align:center;white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day-name--disabled,.react-datepicker__day--disabled,.react-datepicker__time-name--disabled{cursor:default;color:#ccc}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width:400px),(max-height:550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}._wrapper_1lpf4_1{position:relative;width:100%}._input_1lpf4_6{width:100%;padding:11px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;cursor:pointer}._popup_1lpf4_16{position:absolute;left:0;z-index:20}._openDown_1lpf4_22{top:105%}._openUp_1lpf4_26{bottom:105%}._calendarContainer_1ahws_2{width:250px;padding:8px 10px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;display:flex;flex-direction:column}._calendarContainer_1ahws_2 button{font-family:inherit;padding:0;background:transparent;color:inherit;border:none;cursor:pointer;transition:all .2s ease}._header_1ahws_41{display:flex;justify-content:space-between;align-items:center;padding:0 5px 10px}._monthYear_1ahws_48{font-size:14px;font-weight:600;color:#000}._navButton_1ahws_54{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#007aff}._navButton_1ahws_54:hover{background-color:#007aff1a}._navButton_1ahws_54:active{transform:scale(.95)}._navButton_1ahws_54 svg{width:18px;height:18px}._weekdays_1ahws_85{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px;border-top:2px solid #eee;padding-top:5px}._weekdayLabel_1ahws_93{text-align:center;font-size:12px;color:#999;font-weight:500}._daysGrid_1ahws_101{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:5px}._dayButton_1ahws_108{width:100%;aspect-ratio:1 / 1;border-radius:6px;font-size:13px;color:#000;display:flex;align-items:center;justify-content:center}._dayButton_1ahws_108:hover:not(:disabled){background-color:#f2f2f2;color:#000}._dayButton_1ahws_108._active_1ahws_131{background-color:#007aff;color:#fff;font-weight:600}._footer_1ahws_139{display:flex;justify-content:space-around;padding:10px 5px 5px;border-top:1px solid #eee;margin-top:8px}._cancelButton_1ahws_147{width:45%!important;color:#007aff;font-size:16px!important;font-weight:600!important;padding:5px 12px!important;border-radius:8px!important;border:2px solid #eee!important}._cancelButton_1ahws_147:hover{background-color:#007aff;color:#fff}._okButton_1ahws_165{width:45%!important;color:#007aff;font-size:16px!important;font-weight:600!important;padding:5px 12px!important;border-radius:8px!important;border:2px solid #eee!important}._okButton_1ahws_165:hover{background-color:#007aff;color:#fff}._outsideMonth_1ahws_181{color:#9ca3af!important;font-size:12px;cursor:default}._outsideMonth_1ahws_181:hover{background:transparent}._today_1ahws_191{border:2px solid #007AFF;font-weight:600}._pastDate_1ahws_198{color:#cbd5e1;background:#f8fafc;cursor:not-allowed;pointer-events:none;opacity:.7}._pastDate_1ahws_198:hover{background:#f8fafc}._dayButton_1ahws_108:disabled{color:#cbd5e1;cursor:not-allowed;opacity:.7}._badgePreviewWrapper_qn9we_1{position:relative;display:inline-block;margin-top:10px}._badgeImagePreview_qn9we_7{max-width:220px;border-radius:10px;border:1px solid #ddd}._badgeRemoveBtn_qn9we_13{position:absolute;top:6px;right:6px;background:#000000b3;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}._badgeRemoveBtn_qn9we_13:hover{background:red}._errorText_qn9we_36{color:#dc2626;font-size:13px;margin-top:4px}._removeImageBtn_qn9we_42{position:absolute;top:10px;right:10px;background:#ef4444f2;color:#fff;border:none;width:86px;height:56px;border-radius:10%;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;transition:all .2s ease;z-index:5}._previewWrapper_qn9we_63{position:relative;display:inline-block;width:100%;border-radius:10px;overflow:hidden}._removeImageBtn_qn9we_42:hover{background:#dc2626;transform:scale(1.05)}._removeImageBtn_qn9we_42:hover{background:#dc2626}._previewWrapper_qn9we_63{margin-top:12px;border:1px dashed #d1d5db;padding:10px;border-radius:8px;background:#f9fafb;display:flex;justify-content:center}._bannerPreview_qn9we_91{max-width:1200px;max-height:400px;object-fit:cover;border-radius:6px}._container_qn9we_101{max-width:1200px;margin:0 auto;padding:24px 16px 40px;background:#f4f5f8}._form_qn9we_108{background:#fff;border-radius:12px;padding:24px 24px 28px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0f172a0a}._formHeader_qn9we_116{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}._formTitle_qn9we_123{font-size:20px;font-weight:600;color:#111827;margin:0}._planInfo_qn9we_130{font-size:13px;color:#6b7280}._error_qn9we_36{background:#fef2f2;color:#b91c1c;padding:10px 12px;border-radius:8px;margin-bottom:16px;border:1px solid #fecaca;font-size:13px}._stepHeader_qn9we_147{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}._stepItem_qn9we_154{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;font-size:13px;color:#4b5563}._stepItem_qn9we_154:disabled{cursor:default;opacity:.6}._stepItemActive_qn9we_172{background:#e5edff;border-color:#2563eb;color:#1f2937}._stepIndex_qn9we_178{width:20px;height:20px;border-radius:999px;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;background:#fff}._stepItemActive_qn9we_172 ._stepIndex_qn9we_178{border-color:#2563eb;color:#1d4ed8}._stepLabel_qn9we_196{white-space:nowrap}._section_qn9we_201{padding:16px 0 8px;border-top:1px solid #e5e7eb;margin-top:4px}._sectionTitle_qn9we_207{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px}._row_qn9we_215{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}._inlineRow_qn9we_222{display:flex;gap:12px;margin-bottom:8px}._inlineButtonRow_qn9we_228{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._inputGroup_qn9we_236{margin-bottom:16px}._smallInputGroup_qn9we_240{flex:1}._label_qn9we_244{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:4px}._optionalText_qn9we_252{font-weight:400;color:#6b7280;font-size:12px;margin-left:4px}._input_qn9we_236,._textarea_qn9we_260,select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;color:#111827;background:#fff;outline:none;box-sizing:border-box}._input_qn9we_236:focus,._textarea_qn9we_260:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb59}._textarea_qn9we_260{resize:vertical;min-height:80px;line-height:1.5}._wordCount_qn9we_286{margin-top:4px;font-size:11px;color:#6b7280}._helperText_qn9we_292{margin-top:4px;font-size:12px;color:#6b7280}._warningText_qn9we_299{margin-top:4px;font-size:12px;color:#b45309}._fileInput_qn9we_306{padding:6px;font-size:13px}._fileInput_qn9we_306::file-selector-button{padding:6px 12px;border-radius:4px;border:1px solid #d1d5db;background:#f9fafb;color:#374151;font-size:13px;cursor:pointer;margin-right:8px}._fieldBuilderSection_qn9we_323{background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;padding:14px 14px 12px;margin-top:16px;margin-bottom:8px}._sectionHeaderRow_qn9we_332{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}._sectionHeadingInline_qn9we_340{font-size:14px;font-weight:600;color:#111827}._sectionSubText_qn9we_346{font-size:12px;color:#6b7280}._fieldRow_qn9we_352{display:flex;gap:10px;align-items:center;margin-bottom:10px;background:#fff;border-radius:6px;border:1px solid #e5e7eb;padding:8px 10px}._fieldBox_qn9we_363{display:flex;flex-direction:column;flex:1;min-width:0}._fieldLabel_qn9we_370{font-size:12px;font-weight:500;color:#4b5563;margin-bottom:3px}._fieldInput_qn9we_377{width:100%;padding:7px 9px;border-radius:6px;border:1px solid #d1d5db;font-size:13px;color:#111827;background:#fff;outline:none;box-sizing:border-box}._fieldInput_qn9we_377:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb59}._checkboxLabel_qn9we_395{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#4b5563}._checkboxLabel_qn9we_395 input[type=checkbox]{width:15px;height:15px;cursor:pointer}._mutedText_qn9we_409{font-size:11px;color:#9ca3af}._infoBox_qn9we_415{padding:8px 10px;border-radius:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:13px;margin-bottom:12px}._primaryButton_qn9we_426{padding:8px 18px;font-size:14px;border-radius:6px;border:1px solid #2563eb;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}._primaryButton_qn9we_426:disabled{opacity:.6;cursor:default}._addButton_qn9we_443{padding:7px 16px;font-size:13px;border-radius:6px;border:1px solid #111827;background:#111827;color:#fff;font-weight:500;cursor:pointer}._addButton_qn9we_443:disabled{opacity:.5;cursor:default}._secondaryButton_qn9we_460{padding:7px 16px;font-size:13px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer}._secondaryButton_qn9we_460:disabled{opacity:.6;cursor:default}._submitButton_qn9we_476{padding:8px 18px;font-size:14px;border-radius:6px;border:1px solid #15803d;background:#16a34a;color:#fff;font-weight:500;cursor:pointer}._submitButton_qn9we_476:disabled{opacity:.6;cursor:default}._iconButton_qn9we_493{width:28px;height:28px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer}._actions_qn9we_508{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px;gap:12px}._leftActions_qn9we_518,._rightActions_qn9we_519{display:flex;gap:8px}._badgeLayoutGrid_qn9we_525{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:20px}._badgeColumn_qn9we_531{display:flex;flex-direction:column;gap:12px}._badgeImagePreview_qn9we_7{margin-top:8px;max-width:220px;border-radius:6px;border:1px solid #e5e7eb}._badgePreviewWrapper_qn9we_1{margin-top:8px}._badgeCanvas_qn9we_548{border-radius:8px;border:1px solid #d1d5db;overflow:hidden;position:relative;background:#f3f4f6}._badgePanel_qn9we_556{border-radius:8px;border:1px solid #e5e7eb;padding:10px 12px 12px;background:#fff}._badgePanelHeader_qn9we_563{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}._badgePanelTitle_qn9we_570{font-size:14px;font-weight:600;color:#111827}._badgePanelSubtext_qn9we_576{font-size:12px;color:#6b7280}._badgeSamplePanel_qn9we_581{margin-top:10px}._badgeSampleImage_qn9we_585{width:180px;max-width:100%;border-radius:6px;border:1px solid #e5e7eb}._agendaTabs_qn9we_593{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px}._agendaTab_qn9we_593{padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:13px;color:#4b5563;cursor:pointer;white-space:nowrap}._agendaTabActive_qn9we_611{border-color:#2563eb;background:#e5edff;color:#1f2937}._agendaDate_qn9we_617{font-size:12px;color:#6b7280;margin-left:4px}._agendaBody_qn9we_623{margin-top:10px}._sessionBlock_qn9we_627{display:flex;flex-direction:column;gap:8px;margin-bottom:10px;background:#fff;padding:10px;border-radius:8px;border:1px solid #e5e7eb}._topRow_qn9we_638{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:8px}._bottomRow_qn9we_644{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;align-items:flex-start}._sessionActions_qn9we_651{display:flex;align-items:flex-start;justify-content:flex-end}._speakerBlock_qn9we_658{margin-bottom:10px}._speakerAvatarWrap_qn9we_662{position:relative;display:flex;align-items:center;justify-content:center;width:152px}._speakerAvatar_qn9we_662{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}._speakerAvatarDefault_qn9we_678{width:52px;height:52px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;border:2px solid #e5e7eb}._speakerAvatarBtn_qn9we_692{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer}._agendaTabs_qn9we_593::-webkit-scrollbar{height:6px}._agendaTabs_qn9we_593::-webkit-scrollbar-track{background:#f3f4f6;border-radius:999px}._agendaTabs_qn9we_593::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}@media(max-width:900px){._badgeLayoutGrid_qn9we_525{grid-template-columns:1fr}}@media(max-width:768px){._form_qn9we_108{padding:16px 14px 20px}._row_qn9we_215,._topRow_qn9we_638,._bottomRow_qn9we_644{grid-template-columns:1fr}._fieldRow_qn9we_352{flex-direction:column;align-items:stretch}._actions_qn9we_508{flex-direction:column-reverse;align-items:stretch}._leftActions_qn9we_518,._rightActions_qn9we_519{justify-content:flex-end}}._bannerPreviewWrapper_qn9we_763{margin-top:12px;width:600px;max-height:200px;overflow:hidden;border-radius:10px;border:1px solid var(--border);background:var(--bg-soft);display:flex;align-items:center;justify-content:center}._bannerPreview_qn9we_91{width:100%;height:auto;object-fit:cover}._reactSelect_qn9we_783{width:100%}._rs__control_qn9we_788{border:1px solid var(--border)!important;min-height:40px!important;box-shadow:none!important;background:var(--bg);cursor:pointer}._rs__control_qn9we_788:hover{border-color:var(--primary)!important}._rs__single-value_qn9we_801,._rs__placeholder_qn9we_802{color:var(--text);font-size:14px}._rs__menu_qn9we_808{background:var(--bg);border:1px solid var(--border);border-radius:6px;max-height:180px;overflow-y:auto;z-index:9999!important}._rs__option_qn9we_819{padding:8px 12px;font-size:14px;cursor:pointer}._rs__option--is-focused_qn9we_825{background:var(--bg-soft)}._rs__option--is-selected_qn9we_829{background:var(--primary);color:#fff}._fourColRow_qn9we_835{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}@media(max-width:900px){._fourColRow_qn9we_835{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._fourColRow_qn9we_835{grid-template-columns:1fr}}._icon_qn9we_493{font-size:18px;margin-right:6px;vertical-align:middle}._instagram_qn9we_861{color:#e1306c}._linkedin_qn9we_865{color:#0077b5}._website_qn9we_869{color:#374151}._portfolio_qn9we_873{color:#6b7280}._youtube_qn9we_877{color:red}._whatsapp_qn9we_881{color:#25d366}._socialGrid_qn9we_884{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 32px}._socialItem_qn9we_890{display:flex;flex-direction:column;gap:6px}._label_qn9we_244{display:flex;align-items:center;gap:6px;font-weight:500}._icon_qn9we_493{font-size:18px}._input_qn9we_236{padding:10px 12px;border-radius:8px;border:1px solid #d0d0d0;font-size:14px}@media(max-width:768px){._socialGrid_qn9we_884{grid-template-columns:1fr}}._bookmarkBtn_qn9we_919{background:none;border:none;font-size:22px;cursor:pointer;margin-left:8px}._sidebar_5b2bi_1{width:260px;border-right:1px solid #ddd;padding:20px;background:#fff}._canvas_sjzx9_1{flex:1;padding:20px;background:#f5f5f5;overflow:auto}._banner_jtm5n_1{background:#1a73e8;color:#fff;padding:80px;text-align:center;border-radius:10px}._builderContainer_1b4ei_1{height:100vh;display:flex;flex-direction:column;background:#f3f4f6}._builderMain_1b4ei_8{flex:1;display:flex;overflow:hidden}._builderMain_1b4ei_8>:first-child{width:220px;background:#020617;color:#fff}._builderMain_1b4ei_8>:last-child{width:300px;background:#fff;border-left:1px solid #e5e7eb}._canvasArea_1b4ei_32{flex:1;overflow:auto;background:#fff;padding:40px}._sidebar_lhdfi_1{width:96px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;padding:28px 8px 100px;position:fixed;top:70px;left:0;display:flex;flex-direction:column;align-items:center;overflow-y:auto}._sidebar_lhdfi_1{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._sidebar_lhdfi_1::-webkit-scrollbar{width:6px}._sidebar_lhdfi_1::-webkit-scrollbar-track{background:transparent}._sidebar_lhdfi_1::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:6px}._sidebar_lhdfi_1::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}._logo_lhdfi_44{font-size:15px;font-weight:600;padding:5px 0 14px;color:#1b1d28}._menu_lhdfi_51{display:flex;flex-direction:column;gap:8px;width:100%}._item_lhdfi_58{width:100%;padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;color:#64748b;transition:background .2s ease,color .2s ease;position:relative}._item_lhdfi_58:before{content:"";position:absolute;left:0;bottom:0;width:3px;height:100%;background:#2563eb;transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease}._active_lhdfi_85{background:#eef1f6;color:#2563eb}._active_lhdfi_85:before{transform:scaleY(1)}._item_lhdfi_58:hover{background:#eef1f6;color:#2563eb}._disabled_lhdfi_109{opacity:.4;pointer-events:none}._icon_lhdfi_114{font-size:22px}._label_lhdfi_119{font-size:11px;font-weight:500;text-align:center;line-height:1.2}._disabled_lhdfi_109{opacity:.4;pointer-events:none!important;cursor:not-allowed!important}._item_lxqn1_1{position:relative;cursor:pointer}._item_lxqn1_1._disabled_lxqn1_7:hover:after{content:attr(data-tooltip);position:absolute;left:105%;top:50%;transform:translateY(-50%);white-space:nowrap;background:#000;color:#fff;padding:6px 10px;font-size:12px;border-radius:6px;z-index:9999;pointer-events:none}._item_lxqn1_1._disabled_lxqn1_7:hover:before{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#000}._sidebar_lxqn1_34{width:220px;background:#fff;height:calc(100vh - 60px);position:fixed;top:134px;left:96px;padding:14px 0;display:flex;flex-direction:column;gap:4px;transform:translate(-100%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out,opacity .4s ease-in-out}._open_lxqn1_54{transform:translate(0);opacity:1;pointer-events:auto}._item_lxqn1_1{padding:10px 14px;font-size:14px;color:#334155;cursor:pointer;display:flex;align-items:center;gap:10px;position:relative;transition:background .2s ease,color .2s ease}._item_lxqn1_1:before{content:"";position:absolute;left:0;bottom:0;width:3px;height:100%;background:#2563eb;transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease}._active_lxqn1_87{background:#eef2ff;color:#2563eb;font-weight:600}._active_lxqn1_87:before{transform:scaleY(1)}._active_lxqn1_87 ._itemIcon_lxqn1_97{color:#2563eb}._itemIcon_lxqn1_97{font-size:16px;color:#94a3b8;display:flex;align-items:center}._itemLabel_lxqn1_109{font-weight:500}._item_lxqn1_1:hover{background:#eef2ff;color:#2563eb}._item_lxqn1_1:hover ._itemIcon_lxqn1_97{color:#2563eb}._disabled_lxqn1_7{opacity:.45;cursor:not-allowed}._locked_19e0v_2{opacity:.75}._locked_19e0v_2 input,._locked_19e0v_2 textarea,._locked_19e0v_2 select,._locked_19e0v_2 button{pointer-events:none;cursor:not-allowed!important}._locked_19e0v_2 input[type=file]{display:none}._disabledFeatureBox_19e0v_17{opacity:.6;cursor:not-allowed}._statusCancelled_19e0v_21{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}._statusEnded_19e0v_30{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}._cancelMailStatusCard_19e0v_41{background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}._cancelMailTitle_19e0v_51{font-size:12px;font-weight:700;color:#475569;margin:0;text-transform:uppercase;letter-spacing:.4px}._cancelMailLoading_19e0v_60{font-size:12px;color:#94a3b8;margin:0}._cancelMailStats_19e0v_66{display:flex;align-items:center;gap:12px}._cancelMailStat_19e0v_41{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}._cancelMailStatNum_19e0v_80{font-size:22px;font-weight:800;line-height:1}._cancelMailStatLabel_19e0v_86{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}._cancelMailDivider_19e0v_94{width:1px;height:32px;background:#e2e8f0;flex-shrink:0}._resendPendingBtn_19e0v_101{width:100%;background:#dc2626;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s;text-align:center}._resendPendingBtn_19e0v_101:hover:not(:disabled){opacity:.85}._resendPendingBtn_19e0v_101:disabled{opacity:.5;cursor:not-allowed}._cancelMailAllSent_19e0v_117{font-size:12px;color:#16a34a;font-weight:600;margin:0;text-align:center}._slugPreview_19e0v_125{display:block;font-size:11px;color:#2563eb;margin-top:4px;margin-bottom:2px;word-break:break-all}._slugPreviewLabel_19e0v_134{font-weight:500;font-size:13px}._eventEndedBox_19e0v_139{background:#ffe5e5;color:#b30000;border:1px solid #ffb3b3;padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:12px;font-weight:500}._disabledBtn_19e0v_150{background-color:#ffe5e5!important;color:#b30000!important;border:1px solid #ffb3b3!important;cursor:not-allowed!important;opacity:.85}._disabledBtn_19e0v_150:hover{background-color:#ffd6d6!important;color:#900!important;cursor:not-allowed!important}._saveBtn_19e0v_167{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:14px 26px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._saveBtn_19e0v_167:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb59}._scannerBtn_19e0v_187{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;border:none;padding:14px 26px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer}._modalOverlay_19e0v_201{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999}._modal_19e0v_201{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:24px 26px;border:1px solid #e5e7eb;box-shadow:0 30px 60px #0f172a4d;text-align:center}._modal_19e0v_201 h3{font-size:18px;font-weight:600;margin-bottom:12px}._modal_19e0v_201 button{margin:8px;padding:10px 20px;border-radius:12px;border:none;font-weight:600;cursor:pointer}@media(max-width:768px){._card_19e0v_238{padding:22px}._formGrid_19e0v_242{grid-template-columns:1fr}._fullRow_19e0v_246,._buttonRow_19e0v_247,._errorText_19e0v_248,._imageBox_19e0v_249{grid-column:span 1}._imageBox_19e0v_249 img{height:200px}}._wrapper_19e0v_257{display:grid;grid-template-columns:2.5fr 1fr;gap:28px;grid-template-areas:"left right" "left right";align-items:start}._leftCard_19e0v_268{grid-area:left;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}._pageTitle_19e0v_277{font-size:20px;font-weight:600;margin-bottom:15px}._pageNote_19e0v_283{font-size:15px;font-weight:500}._rightCard_19e0v_289{grid-area:right;position:sticky;top:90px;display:flex;flex-direction:column;gap:16px;align-self:start}._label_19e0v_301{font-size:13px;font-weight:600;color:#334155;margin-bottom:6px;display:flex;align-items:center}._subLabel_19e0v_310{font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}._input_19e0v_318,textarea,select,input[type=time],._react-datepicker-wrapper_19e0v_322 input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1!important;font-size:14px}._input_19e0v_318:focus,textarea:focus,select:focus,._react-datepicker-wrapper_19e0v_322 input:focus{border-color:#2563eb;outline:none}._textarea_19e0v_338{min-height:100px;resize:vertical}._bannerBox_19e0v_344{border:1px dashed #cbd5e1;border-radius:12px;width:100%;aspect-ratio:3/1;position:relative;overflow:hidden}._bannerBox_19e0v_344 img{width:100%;height:100%;object-fit:contain;background:#000}._bannerBox_19e0v_344 input{position:absolute;inset:0;opacity:0;cursor:pointer}._bannerPlaceholder_19e0v_368{height:100%;display:flex;align-items:center;justify-content:center;color:#64748b}._section_19e0v_377{margin-top:28px}._section_19e0v_377 h4{font-size:14px;font-weight:600;margin-bottom:12px}._grid_19e0v_388{display:grid;grid-template-columns:1fr 1fr;gap:14px}._sideSection_19e0v_395{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;padding:16px}._statusPublished_19e0v_406{display:inline-block;background:#ecfdf5;color:#065f46;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600}._statusDraft_19e0v_416{display:inline-block;background:#fcbfbf;color:#e94141;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600}._primaryBtn_19e0v_427{background:#10c08e;color:#fff;border:none;border-radius:10px;padding:12px;font-weight:600;cursor:pointer}._secondaryBtn_19e0v_437{background:#10c08e;color:#fff;border:1px solid #cbd5e1;border-radius:10px;font-weight:600;padding:10px;cursor:pointer}._linkBtn_19e0v_447{background:transparent;border:none;color:#2563eb;font-weight:600;cursor:pointer;text-align:left}._errorText_19e0v_248{margin-top:6px;font-size:13px;color:#dc2626}._modalActions_19e0v_464{display:flex;flex-direction:row;justify-content:center;gap:12px;margin-top:20px}._statusRow_19e0v_472{margin-bottom:10px}._statusActions_19e0v_476{display:flex;justify-content:space-evenly;gap:1rem}._modalTitle_19e0v_483{font-size:18px;font-weight:600;margin-bottom:12px}._modalDesc_19e0v_489{font-size:14px;color:#475569;margin-bottom:22px;line-height:1.4}._capacityLabel_19e0v_496{margin-top:15px;display:inline-block}._dangerBtn_19e0v_502{margin-top:0;background:#f07e7e;border:1px solid #fecaca;color:#fff;border-radius:10px;padding:8px 12px;font-weight:600;cursor:pointer}._rs__control_19e0v_517{min-height:42px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px;box-shadow:none}._rs__control--is-focused_19e0v_525{border-color:#2563eb;box-shadow:none}._rs__menu_19e0v_530{border-radius:10px;overflow:hidden}._rs__option_19e0v_535{font-size:14px;padding:10px 12px}._rs__option--is-focused_19e0v_540{background:#eff6ff}._rs__option--is-selected_19e0v_544{background:#2563eb;color:#fff}._rs__placeholder_19e0v_549{color:#94a3b8}._lockedInput_19e0v_554{background-color:#f5f7fa!important;color:#6b7280!important;border:1px solid #d1d5db!important;cursor:not-allowed}._lockedInput_19e0v_554:focus{outline:none;box-shadow:none}._lockedDate_19e0v_567{opacity:.9;pointer-events:none}._lockedHint_19e0v_573{margin-top:6px;font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}._lockIcon_19e0v_582{font-size:13px}._charCount_19e0v_587{margin-left:auto;font-size:12px;color:#6b7280;font-weight:500}._richEditor_19e0v_595 ul{list-style-type:disc;padding-left:20px;margin:8px 0}._richEditor_19e0v_595 ol{list-style-type:decimal;padding-left:20px;margin:8px 0}._richEditor_19e0v_595 li{margin:4px 0}._richEditor_19e0v_595 a,._eventDescription_19e0v_617 a{color:#2563eb;text-decoration:underline;cursor:pointer;font-weight:500}._richEditor_19e0v_595 a:hover,._eventDescription_19e0v_617 a:hover{color:#1e40af}._bannerActions_19e0v_630{position:absolute;bottom:12px;right:12px;display:flex;gap:8px}._bannerBtn_19e0v_638{background:#0f172abf;color:#fff;border:none;padding:12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}._bannerBtn_19e0v_638:hover{background:#0f172ae6}._deleteBtn_19e0v_653{background:#dc262614;color:#dc2626}._deleteBtn_19e0v_653:hover{background:#dc262626}._editBtn_19e0v_662{background:#6366f114;color:#4f46e5}._editBtn_19e0v_662:hover{background:#6366f126}._bannerImageWrapper_19e0v_674{width:100%;aspect-ratio:3/1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;border-radius:14px}._bannerImageWrapper_19e0v_674 img,._bannerImageWrapper_19e0v_674[data-vertical=true] img{max-width:100%;max-height:100%;object-fit:contain}._imageHint_19e0v_697{margin-top:6px;font-size:12px;color:#6b7280}._descriptionBox_19e0v_706{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin:18px 0;box-shadow:0 8px 24px #0f172a0f;transition:all .2s ease}._descriptionBox_19e0v_706:hover{box-shadow:0 12px 28px #0f172a1a}._descriptionField_19e0v_720{background:#fcfcfd;border:1px solid #e8edf3;border-radius:14px;overflow:hidden;margin-bottom:18px;box-shadow:0 8px 20px #0f172a0f;transition:all .2s ease}._descriptionField_19e0v_720:hover{box-shadow:0 12px 28px #0f172a17}._descLabel_19e0v_734{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:15px;font-weight:600;color:#111827;border-bottom:1px solid #b3bac4}._descTitle_19e0v_745{font-size:14px;color:#333;font-weight:600}._editorToolbar_19e0v_751{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid #b3bac4;background:#f8fafc}._toolbarBtn_19e0v_760{width:30px;height:30px;border:none;border-radius:6px;background:transparent;color:#334155;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}._toolbarBtn_19e0v_760:hover{background:#f1f5f9}._activeBtn_19e0v_779{border-color:#2563eb!important;background:#e0e7ff!important;color:#1d4ed8!important}._richEditor_19e0v_595{padding:14px 16px;min-height:150px;font-size:14px;line-height:1.7;border-bottom:1px solid #b3bac4;background:#fff}._richEditor_19e0v_595 .ProseMirror{outline:none;min-height:120px}._helperText_19e0v_799{padding:10px 16px;font-size:12px;color:#94a3b8;border-top:1px solid #f8fafc;background:#fafafa}._optionalTag_19e0v_812{font-weight:400;font-size:12px;color:#94a3b8;margin-left:6px}._navbarLogoBox_19e0v_820{position:relative;border:1px dashed #cbd5e1;border-radius:12px;height:90px;display:flex;align-items:center;justify-content:center;background:#f8fafc;overflow:hidden;transition:border-color .2s ease,background .2s ease;cursor:pointer}._navbarLogoBox_19e0v_820:hover{border-color:#94a3b8;background:#f1f5f9}._navbarLogoImg_19e0v_840{max-height:64px;max-width:220px;object-fit:contain}._navbarLogoPlaceholder_19e0v_847{font-size:13px;color:#94a3b8;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}._field_19e0v_857{margin-bottom:16px}._cancelledBanner_19e0v_862{margin-top:12px;background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px}._endedBanner_19e0v_877{margin-top:12px;background:#f3f4f6;border:1px solid #d1d5db;color:#6b7280;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px}._lifecycleWrapper_19e0v_896{display:flex;flex-direction:column;gap:14px;margin-top:14px}._lifecycleInfoCard_19e0v_903{border-radius:14px;padding:16px;display:flex;align-items:flex-start;gap:14px}._liveCard_19e0v_911{background:#f0fdf4;border:1px solid #86efac}._endedCard_19e0v_916{background:#eff6ff;border:1px solid #bfdbfe}._lifecycleIcon_19e0v_921{width:38px;height:38px;border-radius:999px;background:#fffc;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0f172a;flex-shrink:0}._lifecycleTitle_19e0v_934{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}._lifecycleDesc_19e0v_941{font-size:13px;color:#475569;line-height:1.5}._lifecycleActions_19e0v_947{display:flex;flex-direction:column;gap:10px}._liveIcon_19e0v_957{background:#dcfce7;color:#15803d}._endedIcon_19e0v_962{background:#dbeafe;color:#2563eb}._primaryLifecycleBtn_19e0v_971,._secondaryLifecycleBtn_19e0v_972,._cancelGhostBtn_19e0v_973{display:flex;align-items:center;justify-content:center;gap:10px}._primaryLifecycleBtn_19e0v_971{background:linear-gradient(135deg,#ff6b6b,#f87171);box-shadow:0 10px 20px #f8717138;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}._primaryLifecycleBtn_19e0v_971:hover{transform:translateY(-1px);box-shadow:0 14px 28px #f8717147}._secondaryLifecycleBtn_19e0v_972{transition:border-color .18s ease,background .18s ease,transform .18s ease}._secondaryLifecycleBtn_19e0v_972:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}._cancelGhostBtn_19e0v_973{transition:background .18s ease,transform .18s ease}._cancelGhostBtn_19e0v_973:hover{background:#fef2f2;transform:translateY(-1px)}._endedInfoItem_19e0v_1031{display:flex;align-items:center;gap:10px}._endedInfoItem_19e0v_1031{display:flex;align-items:center;gap:14px;background:#fff;padding:8px 18px!important;font-size:14px;color:#1e293b;border-bottom:1px solid #e2e8f0}._endedInfoIcon_19e0v_1059{width:38px;height:38px;min-width:38px;border-radius:999px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}._endedInfoIcons_19e0v_1074{width:38px;height:38px;min-width:38px;display:flex;align-items:center;justify-content:center}._primaryLifecycleBtn_19e0v_971{background:linear-gradient(135deg,#ff6b6b,#f87171);border:none;color:#fff;height:48px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer}._secondaryLifecycleBtn_19e0v_972{background:#fff;border:1px solid #dbe3ee;color:#334155;height:48px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}._cancelGhostBtn_19e0v_973{background:transparent;border:1px solid #fecaca;color:#dc2626;height:46px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}._endedInfoList_19e0v_1127{border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}._endedInfoItem_19e0v_1031{background:#fff;padding:14px 16px;font-size:14px;color:#334155;border-bottom:1px solid #e2e8f0}._endedInfoItem_19e0v_1031:last-child{border-bottom:none}._overlay_1v1ia_15{position:fixed;inset:0;background:#242423cc;display:flex;align-items:center;justify-content:center;z-index:1000}._editorContainer_1v1ia_28{width:95%;max-width:1200px;height:85vh;background-color:#fff;border-radius:12px;box-shadow:0 20px 50px #0000004d;display:flex;overflow:hidden}._sidebar_1v1ia_42{width:260px;background-color:#0d2137;color:#f3f4f6;display:flex;flex-direction:column;flex-shrink:0}._sidebarHeader_1v1ia_51{padding:20px;font-size:18px;font-weight:700;border-bottom:1px solid #132F45;letter-spacing:1px;text-transform:uppercase;color:#03b4ef}._navMenu_1v1ia_61{display:flex;flex-direction:column;padding:10px 0}._navItem_1v1ia_67{padding:15px 20px;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;transition:background .2s;border-left:4px solid transparent;color:#a0b3c2}._navItem_1v1ia_67:hover{background-color:#132f45;color:#fff}._navItem_1v1ia_67._active_1v1ia_84{background-color:#f5cb5c26;border-left-color:#2ea6c9;color:#2ea6c9;font-weight:600}._icon_1v1ia_91{width:20px;height:20px;fill:currentColor}._toolControlsContainer_1v1ia_100{background-color:#132f45;border-top:1px solid #0F2A3D;padding:20px;flex:1;display:flex;flex-direction:column}._controlSection_1v1ia_109{display:flex;flex-direction:column;gap:14px;animation:_fadeIn_1v1ia_1 .25s ease}@keyframes _fadeIn_1v1ia_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._sectionTitle_1v1ia_121{font-size:11px;text-transform:uppercase;color:#a0b3c2;font-weight:600;letter-spacing:.06em}._controlHint_1v1ia_129{font-size:12px;color:#cfdbd599;line-height:1.6}._btnGrid_1v1ia_136{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}._toolBtn_1v1ia_142{background:#0003;border:1px solid rgba(255,255,255,.1);color:#f3f4f6;padding:10px;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:12px;transition:all .2s}._toolBtn_1v1ia_142:hover{background:#2ea6c9;color:#0f2a3d;border-color:#2ea6c9}._toolBtn_1v1ia_142 svg{width:22px;height:22px;fill:currentColor}._valDisplay_1v1ia_169{text-align:center;font-size:13px;color:#a0b3c2}._valDisplay_1v1ia_169 span{color:#2ea6c9;font-weight:600}._mainContent_1v1ia_183{flex:1;display:flex;flex-direction:column;background-color:#f3f4f6;min-width:0}._header_1v1ia_191{height:60px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-bottom:1px solid #A0B3C2;flex-shrink:0}._header_1v1ia_191 h3{font-size:18px;color:#0f2a3d;font-weight:600}._statusBadge_1v1ia_208{font-size:12px;color:#fff;background:#03b4ef;padding:4px 12px;border-radius:20px;font-weight:500;border:1px solid #A0B3C2}._canvasArea_1v1ia_221{flex:1;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;position:relative}._freeCropRoot_1v1ia_231{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background-color:#a0b3c2;background-image:linear-gradient(45deg,#F3F4F6 25%,transparent 25%),linear-gradient(-45deg,#F3F4F6 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#F3F4F6 75%),linear-gradient(-45deg,transparent 75%,#F3F4F6 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;overflow:hidden;-webkit-user-select:none;user-select:none}._freeCropImg_1v1ia_250{display:block;max-width:90%;max-height:90%;object-fit:contain;pointer-events:none;draggable:false;box-shadow:0 4px 24px #2424232e}._dimOverlay_1v1ia_261{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._cropMoveArea_1v1ia_270{position:absolute;cursor:move;touch-action:none}._handle_1v1ia_277{position:absolute;width:10px;height:10px;background:#fff;border:2px solid #2EA6C9;border-radius:50%;touch-action:none;z-index:10}._handle_tl_1v1ia_288{cursor:nwse-resize}._handle_tr_1v1ia_289,._handle_bl_1v1ia_290{cursor:nesw-resize}._handle_br_1v1ia_291{cursor:nwse-resize}._handle_tc_1v1ia_292,._handle_bc_1v1ia_293{cursor:ns-resize}._handle_ml_1v1ia_294,._handle_mr_1v1ia_295{cursor:ew-resize}._cropSizeBadge_1v1ia_298{position:absolute;font-size:11px;font-weight:600;color:#0f2a3d;background:#2ea6c9;padding:2px 8px;border-radius:4px;pointer-events:none;white-space:nowrap;z-index:20}._cropToolbar_1v1ia_312{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:20}._cropToolbarBtn_1v1ia_322{background:#242423b3;color:#f3f4f6;border:1px solid rgba(255,255,255,.15);padding:5px 14px;border-radius:20px;font-size:12px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .18s}._cropToolbarBtn_1v1ia_322:hover{background:#2ea6c9;color:#0f2a3d;border-color:#2ea6c9}._footer_1v1ia_343{padding:15px 24px;background-color:#fff;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #A0B3C2;flex-shrink:0}._btn_1v1ia_136{padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background-color:#f3f4f6;color:#0f2a3d;border:1px solid #A0B3C2}._btn_1v1ia_136:hover{background-color:#a0b3c2}._btnApply_1v1ia_369{background-color:#2ea6c9;color:#0f2a3d;border:none;box-shadow:0 4px 10px #f5cb5c66}._btnApply_1v1ia_369:hover{background-color:#03b4efc2;transform:translateY(-1px)}._card_10dyb_3{background:#fff;padding:26px;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 3px 10px #091e420f;margin-bottom:30px}._headerRow_10dyb_13{display:flex;justify-content:space-between;align-items:center}._planBadge_10dyb_18{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:6px 12px;border-radius:999px;background:#f3f4f6;font-size:13px;font-weight:500;color:#111827}._title_10dyb_30{font-size:22px;font-weigBht:600;color:#1e293b}._addBtn_10dyb_36{background:#0f766e;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer}._zoneGrid_10dyb_46{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:18px}._zoneCard_10dyb_53{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0;position:relative}._zoneName_10dyb_61{font-size:16px;font-weight:600;color:#1e293b}._zoneLocation_10dyb_67{font-size:14px;color:#475569;margin-bottom:6px}._timeRow_10dyb_73{display:flex;justify-content:space-between;font-size:13px;margin-top:4px}._endTxt_10dyb_80{color:#dc2626}._menuWrap_10dyb_85{position:absolute;top:10px;right:10px;cursor:pointer}._menu_10dyb_85{position:absolute;top:26px;right:0;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 12px 30px #0f172a2e;z-index:20;min-width:120px}._menu_10dyb_85 div{padding:10px 14px;font-size:14px;cursor:pointer}._menu_10dyb_85 div:hover{background:#f1f5f9}._menu_10dyb_85 div+div{border-top:1px solid #f1f5f9}._delete_10dyb_118{color:#dc2626;font-weight:500}._slideFromRight_10dyb_125{animation:_slideIn_10dyb_1 .3s ease forwards}@keyframes _slideIn_10dyb_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawer_10dyb_138 input{width:100%;padding:8px;margin-bottom:12px;border-radius:6px;border:1px solid #cbd5e1}._drawerActions_10dyb_146{display:flex;justify-content:flex-end;gap:12px}._primaryBtn_10dyb_152{background:#22c55e;color:#fff;border:none;padding:0 16px!important;border-radius:6px;cursor:pointer}._secondaryBtn_10dyb_160{background:#f9fafb;border:1px solid #d1d5db;color:#111827;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer}._empty_10dyb_169{margin-top:12px;color:#64748b}._formGroup_10dyb_173{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}._drawer_10dyb_138 label{font-size:13px;font-weight:600;display:block}._modalOverlay_10dyb_187{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:999}._modal_10dyb_187{background:#fff;border-radius:12px;padding:24px;width:370px;text-align:center}._modal_10dyb_187 p{margin-top:10px}._modalActions_10dyb_208{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}._dangerBtn_10dyb_215{background:#dc2626;color:#fff;border:none;padding:8px 24px;border-radius:6px;cursor:pointer}@media(max-width:1400px){._card_10dyb_3{padding:22px}._title_10dyb_30{font-size:20px}._addBtn_10dyb_36{padding:7px 12px;font-size:13px}._zoneGrid_10dyb_46{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}._zoneCard_10dyb_53{padding:14px}._zoneName_10dyb_61{font-size:15px}._zoneLocation_10dyb_67{font-size:13px}._timeRow_10dyb_73{font-size:12.5px}._drawer_10dyb_138{width:360px;padding:20px}._drawer_10dyb_138 label{font-size:12.5px}._drawer_10dyb_138 input{padding:7px}._modal_10dyb_187{width:340px;padding:22px}}._headingH3_10dyb_281{margin-bottom:15px}._dayTabs_10dyb_285{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}._dayTab_10dyb_285{border:1px solid #e5e7eb;background:#f8fafc;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:13px;display:flex;flex-direction:column;align-items:flex-start;color:#000}._dayTab_10dyb_285 span{font-size:12px;color:#64748b}._activeDay_10dyb_310{background:#dbdbdb;border:1px solid #e2e8f0}._activeDay_10dyb_310 span{color:#000}._dayTabs_10dyb_285{display:flex;gap:10px;margin:14px 0 18px;flex-wrap:wrap}._dayBtn_10dyb_330{padding:6px 14px;font-size:13px;font-weight:500;border-radius:18px;border:1px solid #e5e7eb;background:#f8fafc;color:#334155;cursor:pointer;transition:all .2s ease}._activeDay_10dyb_310{background:#0f766e;border-color:#0f766e;color:#fff}._horizontalRow_10dyb_350{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#999 transparent}._horizontalRow_10dyb_350::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:10px}._dayTitle_10dyb_368{font-size:18px;font-weight:600;margin-bottom:12px}._multiZone_10dyb_374{border:2px solid #e11d48!important;background:#fff1f2!important}._multiZone_10dyb_374:hover{background:#ffe4e6!important}._modalOverlay_10dyb_187{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}._modal_10dyb_187{width:420px;max-width:90%;background:#fff;border-radius:14px;padding:26px 24px;box-shadow:0 20px 60px #00000040;animation:_scaleIn_10dyb_1 .2s ease-out}._modal_10dyb_187 h3{font-size:18px;font-weight:600;margin-bottom:12px;text-align:center;color:#1f2937}._modal_10dyb_187 p{font-size:14px;line-height:1.6;color:#374151;text-align:center;margin-bottom:22px}._modal_10dyb_187 p:before{content:"⚠ ";font-size:16px}._secondaryBtn_10dyb_160{padding:8px 20px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}._dangerBtn_10dyb_215{padding:8px 22px;border-radius:8px;border:none;background:#dc2626;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}._dangerBtn_10dyb_215:hover{background:#b91c1c;transform:translateY(-1px)}@keyframes _scaleIn_10dyb_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._card_10dyb_3{background:#fff;border-radius:14px;padding:20px;box-shadow:0 8px 28px #0000000f}._headerRow_10dyb_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._title_10dyb_30{font-size:20px;font-weight:600;color:#111827}._addBtn_10dyb_36{background:#0d9488;color:#fff;border:none;padding:8px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}._addBtn_10dyb_36:hover{background:#0f766e;transform:translateY(-1px)}._emptyState_10dyb_519{text-align:center;padding:80px 20px;border:2px dashed #e5e7eb;border-radius:16px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}._emptyIcon_10dyb_535{width:80px;height:80px;background:#e0f2fe;color:#0284c7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:16px}._emptyState_10dyb_519 h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}._emptyState_10dyb_519 p{font-size:14px;color:#6b7280;max-width:420px;margin:0 auto 22px;line-height:1.6}._primaryBtn_10dyb_152{background:#0d9488;color:#fff;border:none;padding:10px 22px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}._primaryBtn_10dyb_152:hover{background:#0f766e;transform:translateY(-1px)}._dayTitle_10dyb_368{font-size:16px;font-weight:600;color:#111827;margin-bottom:10px}._emptyDay_10dyb_591{font-size:14px;color:#6b7280;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px dashed #e5e7eb;margin-bottom:10px}._horizontalRow_10dyb_350{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px}._horizontalRow_10dyb_350::-webkit-scrollbar{height:6px}._horizontalRow_10dyb_350::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}._zoneCard_10dyb_53{min-width:260px;background:#fff;border-radius:14px;padding:14px 14px 16px;box-shadow:0 6px 20px #00000014;position:relative;transition:transform .15s ease,box-shadow .15s ease}._zoneCard_10dyb_53:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000001f}._zoneName_10dyb_61{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:4px}._zoneLocation_10dyb_67{font-size:13px;color:#64748b;margin-bottom:10px}._timeRow_10dyb_73{display:flex;justify-content:space-between;font-size:13px;color:#374151;margin-top:6px}._timeRow_10dyb_73 span{color:#6b7280}._endTxt_10dyb_80{color:#dc2626;font-weight:600}._menuWrap_10dyb_85{position:absolute;top:10px;right:10px}._menuWrap_10dyb_85 svg{cursor:pointer;color:#6b7280;font-size:18px}._menu_10dyb_85{position:absolute;right:0;top:24px;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0000002e;overflow:hidden;z-index:50}._menu_10dyb_85 div{padding:10px 16px;font-size:13px;cursor:pointer;white-space:nowrap}._menu_10dyb_85 div:hover{background:#f3f4f6}._menu_10dyb_85 div:last-child{color:#dc2626}._drawerOverlay_10dyb_706{position:fixed;inset:0;background:#00000073;z-index:9999}._drawer_10dyb_138{position:fixed;top:0;right:0;width:380px;height:100%;background:#fff;padding:45px 22px;box-shadow:-10px 0 40px #0003;z-index:10000}._headingH3_10dyb_281{font-size:18px;font-weight:600;margin-bottom:14px}._drawerActions_10dyb_146{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}._secondaryBtn_10dyb_160{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:8px;cursor:pointer}._secondaryBtn_10dyb_160:hover{background:#f3f4f6}._modalOverlay_10dyb_187{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1200}._modal_10dyb_187{width:420px;max-width:90%;background:#fff;border-radius:14px;padding:26px 24px;box-shadow:0 20px 60px #00000040}._modalActions_10dyb_208{display:flex;justify-content:center;gap:14px}._dangerBtn_10dyb_215{background:#dc2626;color:#fff;border:none;padding:8px 22px;border-radius:8px;font-weight:600;cursor:pointer}._dangerBtn_10dyb_215:hover{background:#b91c1c}._inputWrapper_10dyb_793{position:relative;width:100%}._calendarDropdown_10dyb_798{position:absolute;right:0;z-index:999;margin-top:6px}._openUp_10dyb_806{bottom:100%;margin-bottom:6px}._openDown_10dyb_811{top:100%}._container_1tdua_4{width:250px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;overflow:hidden}._container_1tdua_4 button{font-family:inherit;cursor:pointer;outline:none;padding:0;background:transparent}._title_1tdua_31{text-align:center;font-size:16px;font-weight:600;color:#000;padding-bottom:10px;margin-bottom:10px;border-bottom:2px solid #eee}._pickerArea_1tdua_44{display:flex;justify-content:space-between;gap:8px;margin-bottom:12px}._col_1tdua_51{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}._arrowBtn_1tdua_62{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;background:#f9fafb;color:#6b7280;transition:all .15s ease}._arrowBtn_1tdua_62:hover{background-color:#f3f4f6}._arrowBtn_1tdua_62:active{transform:scale(.95)}._arrowBtn_1tdua_62 svg{width:18px;height:18px}._valueWrapper_1tdua_96{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:38px;gap:2px}._timeInput_1tdua_107{width:40px;text-align:center;font-size:20px;font-weight:500;color:#000;padding:0;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;line-height:1;caret-color:#000}._timeInput_1tdua_107:hover{background:transparent!important}._timeInput_1tdua_107:focus{background:transparent!important;color:#000!important;box-shadow:none!important}._valueDisplay_1tdua_141{font-size:20px;font-weight:500;color:#000;line-height:1}._unitLabel_1tdua_149{font-size:11px;color:#8e8e93;text-transform:capitalize;font-weight:500;line-height:1}._ampmWrapper_1tdua_161{width:100%;display:flex;justify-content:center;margin-bottom:12px}._ampmContainer_1tdua_171{width:50%;display:flex;background-color:#f3f4f6;border-radius:7px;padding:2px}._ampmBtn_1tdua_181{flex:1;font-size:13px;font-weight:500;padding:5px 12px!important;border-radius:5px;color:#000;background:transparent;transition:all .2s ease}._ampmBtn_1tdua_181._active_1tdua_193{background-color:#6b7280;color:#fff}._timeSummary_1tdua_203{text-align:center;font-size:16px;font-weight:600;color:#8e8e93;margin-bottom:10px}._footer_1tdua_214{display:flex;justify-content:space-around;padding:6px 4px;border-top:2px solid #eee;margin-top:8px}._cancelBtn_1tdua_225,._okBtn_1tdua_226{width:45%;font-size:16px;font-weight:600;padding:5px 12px!important;border-radius:8px;border:1.5px solid #e5e7eb;color:#6b7280;background:transparent;transition:background-color .2s ease,color .2s ease}._cancelBtn_1tdua_225:hover,._okBtn_1tdua_226:hover{background-color:#6b7280;color:#fff}._wrapper_47lu0_6{padding:4px 0 40px;font-family:Inter,DM Sans,system-ui,sans-serif;color:#0f172a}._headerRow_47lu0_13{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;flex-wrap:wrap;gap:16px}._pageTitle_47lu0_22{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px}._pageSubtitle_47lu0_30{font-size:13px;color:#94a3b8;margin:0}._headerActions_47lu0_36{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._actionBtn_47lu0_44{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#334155;transition:all .18s ease;white-space:nowrap}._actionBtn_47lu0_44:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #00000012}._actionBtn_47lu0_44:active{transform:translateY(0)}._actionBtn_47lu0_44 svg{font-size:14px}._refreshBtn_47lu0_75{border-color:#e2e8f0;color:#3b82f6}._refreshBtn_47lu0_75:disabled{opacity:.55;cursor:not-allowed;transform:none}._pdfBtn_47lu0_86{color:#ef4444}._excelBtn_47lu0_87{color:#10b981}._spin_47lu0_89{animation:_spinAnim_47lu0_1 .75s linear infinite}@keyframes _spinAnim_47lu0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._statsGrid_47lu0_99{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}._statCard_47lu0_106{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 20px 18px;display:flex;align-items:flex-start;gap:14px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;box-shadow:0 1px 4px #0f172a0d}._statCard_47lu0_106:hover{box-shadow:0 6px 20px #0f172a17;transform:translateY(-2px)}._statCard_47lu0_106:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);border-radius:16px 16px 0 0}._statAccentBar_47lu0_136{position:absolute;bottom:0;right:-20px;width:80px;height:80px;border-radius:50%;background:var(--bg);opacity:.6;pointer-events:none}._statIcon_47lu0_148{width:42px;height:42px;border-radius:12px;background:var(--bg);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._statBody_47lu0_161{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}._statLabel_47lu0_169{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}._statValue_47lu0_177{font-size:28px;font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.5px}._chartSection_47lu0_186{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px 24px 20px;margin-bottom:20px;box-shadow:0 1px 4px #0f172a0a;transition:box-shadow .2s ease}._chartSection_47lu0_186:hover{box-shadow:0 4px 16px #0f172a14}._chartHeader_47lu0_200{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:12px;flex-wrap:wrap}._chartTitle_47lu0_209{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 3px;letter-spacing:-.2px}._chartSub_47lu0_217{font-size:12px;color:#94a3b8;margin:0}._rangeToggle_47lu0_224{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:3px}._rangeBtn_47lu0_232{padding:5px 13px;border-radius:7px;border:none;background:transparent;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._rangeBtn_47lu0_232:hover{color:#334155;background:#fff9}._rangeBtnActive_47lu0_249{background:#fff;color:#3b82f6;font-weight:600;box-shadow:0 1px 4px #0000001a}._twoCol_47lu0_257{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}._twoCol_47lu0_257 ._chartSection_47lu0_186{margin-bottom:0}._donutWrapper_47lu0_269{position:relative}._donutCenter_47lu0_273{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}._donutRate_47lu0_282{display:block;font-size:22px;font-weight:800;color:#0f172a;line-height:1}._donutLabel_47lu0_290{display:block;font-size:11px;color:#94a3b8;margin-top:3px;text-transform:uppercase;letter-spacing:.06em}._customTooltip_47lu0_300{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;box-shadow:0 4px 16px #0000001a;font-size:13px}._tooltipLabel_47lu0_309{font-weight:600;color:#0f172a;margin:0 0 6px;font-size:12px}._tooltipValue_47lu0_316{margin:2px 0;font-size:12px;color:#64748b}._pdfHeader_47lu0_323{display:none}._pdfLogo_47lu0_324{height:36px}._pdfTitle_47lu0_325{display:none}@media print{._hideInPdf_47lu0_329,._headerActions_47lu0_36{display:none!important}._pdfHeader_47lu0_323{display:block;margin-bottom:12px}._pdfTitle_47lu0_325{display:block;text-align:center;font-size:24px;font-weight:700;margin-bottom:20px}._statsGrid_47lu0_99{grid-template-columns:repeat(2,1fr)}._twoCol_47lu0_257{grid-template-columns:1fr}._chartSection_47lu0_186{page-break-inside:avoid}}@media(max-width:1024px){._statsGrid_47lu0_99{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._statsGrid_47lu0_99{grid-template-columns:1fr 1fr;gap:12px}._twoCol_47lu0_257{grid-template-columns:1fr}._headerActions_47lu0_36{flex-direction:row;gap:8px}._actionBtn_47lu0_44{padding:8px 12px;font-size:12px}._statValue_47lu0_177{font-size:22px}._chartSection_47lu0_186{padding:18px 16px}}@media(max-width:480px){._statsGrid_47lu0_99{grid-template-columns:1fr}._headerRow_47lu0_13{flex-direction:column;align-items:flex-start}}._card_16nh7_4{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;box-shadow:0 1px 4px #0000000a}._pageHeader_16nh7_15{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}._pageHeaderLeft_16nh7_22{display:flex;flex-direction:column;gap:4px}._pageTitle_16nh7_28{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#0f172a;margin:0}._pageTitleIcon_16nh7_38{font-size:20px;color:#2563eb}._pageSubtitle_16nh7_43{font-size:13px;color:#94a3b8;margin:0;padding-left:30px}._addSessionBtn_16nh7_50{height:42px;padding:0 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}._addSessionBtn_16nh7_50:hover{background:#1d4ed8}._agendaControlBar_16nh7_71{display:flex;align-items:stretch;justify-content:space-evenly;gap:20px;background:#f8fafc;border:1px solid #e7edf5;border-radius:14px;padding:16px 20px;margin-bottom:22px;flex-wrap:wrap}._agendaModeSection_16nh7_84{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._agendaModeLabel_16nh7_91{white-space:nowrap}._agendaModeLabel_16nh7_91 span{font-size:14px;font-weight:700;color:#0f172a}._agendaModeCards_16nh7_101{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._modeCard_16nh7_108{display:flex;align-items:center;gap:12px;height:60px;padding:0 16px;min-width:200px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}._modeCard_16nh7_108:hover{border-color:#bfdbfe;box-shadow:0 4px 10px #0f172a0d}._activeModeCard_16nh7_127{border-color:#2563eb;background:linear-gradient(180deg,#fff,#f0f7ff);box-shadow:0 4px 12px #2563eb1f}._activeModeCard_16nh7_127 ._modeCardIcon_16nh7_133{background:#eff6ff;color:#2563eb}._activeModeCard_16nh7_127 h4{color:#2563eb}._modeCardIcon_16nh7_133{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f5f9;color:#64748b;font-size:16px;transition:background .18s ease,color .18s ease}._modeCardContent_16nh7_156{display:flex;flex-direction:column;justify-content:center}._modeCardContent_16nh7_156 h4{margin:0;font-size:13px;font-weight:700;color:#0f172a;line-height:1.2}._modeCardContent_16nh7_156 p{margin:3px 0 0;font-size:11px;color:#64748b}._lockedModeCard_16nh7_176{opacity:.55;cursor:not-allowed}._agendaDivider_16nh7_181{width:2px;align-self:stretch;background:#dbe3ee;flex-shrink:0}._toolsGroup_16nh7_188{display:flex;justify-content:center;align-items:center;gap:8px;padding-left:2px;min-width:fit-content}._toolsLabel_16nh7_198{font-size:14px;font-weight:700;color:#0f172a}._toolsBtns_16nh7_210{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._toolBtn_16nh7_218{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;border:1px solid #e2e8f0;background:#fff;color:#374151;position:relative}._toolBtn_16nh7_218:hover{background:#f1f5f9;border-color:#cbd5e1}._toolBtnOrange_16nh7_242{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;border:1px solid #fed7aa;background:#fff7ed;color:#c2410c;position:relative}._toolBtnOrange_16nh7_242:hover{background:#ffedd5;border-color:#fb923c}._toolBtnGreen_16nh7_266{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;border:1px solid #bbf7d0;background:#f0fdf4;color:#16a34a;position:relative}._toolBtnGreen_16nh7_266:hover{background:#dcfce7;border-color:#86efac}._toolBtnGreen_16nh7_266 input{display:none}._toolBtnYellow_16nh7_294{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;border:1px solid #fde68a;background:#fffbeb;color:#b45309}._toolBtnYellow_16nh7_294:hover{background:#fef3c7;border-color:#fbbf24}._headerRow_16nh7_319{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._headerRow_16nh7_319 h2{font-size:20px;font-weight:600;color:#111827}._btnRow_16nh7_332{display:flex;gap:10px;flex-wrap:wrap}._primaryBtn_16nh7_338{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}._primaryBtn_16nh7_338:disabled{opacity:.6;cursor:not-allowed}._secondaryBtn_16nh7_354{display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #d1d5db;color:#111827;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer}._importBtn_16nh7_367{display:flex;align-items:center;gap:6px;background:#16a34a;color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer;margin-bottom:0;position:relative}._importBtn_16nh7_367 input{display:none}._tabs_16nh7_388{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}._tab_16nh7_388{display:flex;flex-direction:column;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb;cursor:pointer;color:#374151;line-height:1.2;transition:all .15s}._tabDate_16nh7_411{font-size:11px;font-weight:400;color:#9ca3af;margin-top:2px}._activeTab_16nh7_418{background:#2563eb;border-color:#2563eb;color:#fff}._activeTab_16nh7_418 ._tabDate_16nh7_411{color:#bfdbfe}._bookMarkBtn_16nh7_431{font-family:Inter,sans-serif;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:500;padding:.65rem 1rem;display:flex;align-items:center;gap:.5rem;background:#f9fafb;color:#435261;transition:background .25s ease,transform .15s ease}._bookMarkBtn_16nh7_431:active{transform:scale(.96)}._active_16nh7_127{color:#2563eb}._trackGroup_16nh7_457{margin-bottom:26px}._trackTitle_16nh7_461{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:10px}._sessionCard_16nh7_471{display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;margin-bottom:10px;background:#fff;position:relative}._sessionInfo_16nh7_483{max-width:80%}._sessionTime_16nh7_487{font-size:13px;font-weight:600;color:#2563eb;margin-bottom:4px}._sessionTitle_16nh7_494{font-size:15px;font-weight:600;color:#111827;margin-bottom:2px}._sessionMeta_16nh7_501{font-size:13px;color:#6b7280}._btnHolder_16nh7_506{display:flex}._menuWrap_16nh7_510{position:absolute;top:25px;right:10px;cursor:pointer}._menu_16nh7_510{position:absolute;top:26px;right:0;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 12px 30px #0f172a2e;z-index:20;min-width:120px}._menu_16nh7_510 div{padding:10px 14px;font-size:14px;cursor:pointer}._menu_16nh7_510 div:hover{background:#f1f5f9}._menu_16nh7_510 div+div{border-top:1px solid #f1f5f9}._delete_16nh7_543{color:#dc2626;font-weight:500}._bookmarkBtn_16nh7_548{font-family:Inter,sans-serif;border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.65rem 1rem;display:flex;align-items:center;gap:.5rem;background:transparent;color:#2563eb;transition:background .25s ease,transform .15s ease}._bookmarkBtn_16nh7_548:active{transform:scale(.96)}._modalOverlay_16nh7_570{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:999}._modal_16nh7_570{background:#fff;border-radius:12px;padding:24px;width:370px;text-align:center}._modal_16nh7_570 p{margin-top:10px}._modalActions_16nh7_592{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}._dangerBtn_16nh7_599{background:#dc2626;color:#fff;border:none;padding:8px 24px;border-radius:6px;cursor:pointer}._empty_16nh7_611{font-size:14px;color:#9ca3af;padding:20px 0}._drawerOverlay_16nh7_620{position:fixed;inset:0;background:#00000073;z-index:9999}._drawer_16nh7_620{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;padding:24px;box-shadow:-6px 0 20px #00000040;z-index:10000;overflow-y:auto;overflow-x:visible;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._drawer_16nh7_620::-webkit-scrollbar{width:6px}._drawer_16nh7_620::-webkit-scrollbar-track{background:transparent}._drawer_16nh7_620::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:6px}._drawer_16nh7_620::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}._drawer_16nh7_620 h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px}._drawer_16nh7_620 label{font-size:13px;font-weight:500;color:#374151;margin-bottom:4px;display:block}._drawer_16nh7_620 input,._drawer_16nh7_620 textarea{width:100%;padding:9px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:13px;margin-bottom:14px;font-family:inherit;box-sizing:border-box}._drawer_16nh7_620 textarea{resize:vertical;min-height:80px}._drawer_16nh7_620 input:focus,._drawer_16nh7_620 textarea:focus{outline:none;border-color:#2563eb}._drawerActions_16nh7_686{display:flex;justify-content:flex-end;gap:10px}._importDrawerOverlay_16nh7_697{position:fixed;inset:0;background:#0f172a73;z-index:9998;animation:_overlayFadeIn_16nh7_1 .22s ease}@keyframes _overlayFadeIn_16nh7_1{0%{opacity:0}to{opacity:1}}._importDrawer_16nh7_697{position:fixed;top:0;right:0;width:460px;max-width:100vw;height:100vh;background:#fff;box-shadow:-8px 0 32px #0f172a2e;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}._importDrawerOpen_16nh7_727{transform:translate(0)}._importDrawerHeader_16nh7_732{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 18px;border-bottom:1px solid #e5e7eb;flex-shrink:0}._importDrawerTitle_16nh7_741{font-size:18px;font-weight:700;color:#0f172a;margin:0}._importDrawerClose_16nh7_748{width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .15s}._importDrawerClose_16nh7_748:hover{background:#f1f5f9;color:#0f172a}._importDrawerBody_16nh7_769{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._importDrawerBody_16nh7_769::-webkit-scrollbar{width:5px}._importDrawerBody_16nh7_769::-webkit-scrollbar-track{background:transparent}._importDrawerBody_16nh7_769::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}._importInstructionsBox_16nh7_785{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:16px 18px}._importInstructionsHeader_16nh7_792{display:flex;align-items:center;gap:8px;margin-bottom:12px}._importInstructionsBulb_16nh7_799{font-size:16px;line-height:1}._importInstructionsTitle_16nh7_804{font-size:14px;font-weight:700;color:#92400e}._importInstructionsList_16nh7_810{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;list-style-type:disc}._importInstructionsList_16nh7_810 li{font-size:13px;color:#78350f;line-height:1.5;display:list-item;list-style-type:disc}._importFormatLink_16nh7_827{color:#2563eb;font-weight:600;cursor:default}._importFormatLinkGreen_16nh7_833{color:#16a34a;font-weight:600;cursor:default}._downloadHint_16nh7_839{color:#6b7280;font-style:italic;font-size:12px}._importFormatBtn_16nh7_847{display:inline;background:none;border:none;padding:0;margin:0;font-size:13px;font-weight:700;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-family:inherit;line-height:inherit;transition:color .15s}._importFormatBtn_16nh7_847:hover{color:#1d4ed8}._importFormatBtnGreen_16nh7_868{display:inline;background:none;border:none;padding:0;margin:0;font-size:13px;font-weight:700;color:#16a34a;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-family:inherit;line-height:inherit;transition:color .15s}._importFormatBtnGreen_16nh7_868:hover{color:#15803d}._importTemplateBtn_16nh7_890{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:1.5px dashed #93c5fd;background:#eff6ff;color:#2563eb;transition:all .18s;width:fit-content}._importTemplateBtn_16nh7_890:hover{background:#dbeafe;border-color:#3b82f6}._importTemplateBtnIcon_16nh7_912{font-size:17px}._importUploadLabel_16nh7_917{font-size:13px;font-weight:600;color:#374151}._importRequired_16nh7_923{color:#ef4444;margin-left:2px}._importUploadZone_16nh7_929{border:2px dashed #cbd5e1;border-radius:14px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;background:#f8fafc;transition:border-color .2s,background .2s;text-align:center;min-height:160px;justify-content:center}._importUploadZone_16nh7_929:hover,._importUploadZoneDrag_16nh7_950{border-color:#2563eb;background:#eff6ff}._importUploadZoneSelected_16nh7_955{border-color:#16a34a;background:#f0fdf4}._importUploadIcon_16nh7_960{font-size:44px;color:#2563eb;opacity:.7}._importUploadText_16nh7_966{font-size:14px;font-weight:600;color:#334155;margin:0}._importUploadSub_16nh7_973{font-size:13px;color:#94a3b8;margin:0}._importFileSelected_16nh7_980{display:flex;align-items:center;gap:10px;padding:4px 0}._importFileIcon_16nh7_987{font-size:28px}._importFileName_16nh7_991{font-size:14px;font-weight:500;color:#16a34a;word-break:break-all;text-align:left}._importFileRemove_16nh7_999{width:26px;height:26px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;flex-shrink:0;transition:all .15s}._importFileRemove_16nh7_999:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}._importDrawerFooter_16nh7_1022{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}._importCancelBtn_16nh7_1033{height:40px;padding:0 20px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s}._importCancelBtn_16nh7_1033:hover{background:#f1f5f9;border-color:#9ca3af}._importConfirmBtn_16nh7_1051{height:40px;padding:0 22px;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}._importConfirmBtn_16nh7_1051:hover{background:#1d4ed8}._pollBtn_16nh7_1071{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#1f2937;border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .12s ease}._pollBtn_16nh7_1071:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb;box-shadow:0 1px 3px #2563eb26}._pollBtn_16nh7_1071:active{transform:scale(.96)}._pollIcon_16nh7_1097{font-size:14px;stroke-width:2}._inputWrapper_16nh7_1105{position:relative;width:100%}._calendarDropdown_16nh7_1110{position:absolute;right:0;z-index:99999;background:#fff;border-radius:10px}._openDown_16nh7_1118{top:100%;margin-top:6px}._openUp_16nh7_1123{bottom:100%;margin-bottom:6px}._tooltip_16nh7_1131{visibility:hidden;opacity:0;position:absolute;bottom:120%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:8px 10px;font-size:12px;border-radius:6px;white-space:nowrap;transition:opacity .2s ease;z-index:10000}._toolBtnGreen_16nh7_266:hover ._tooltip_16nh7_1131{visibility:visible;opacity:1}._agendaFileSection_16nh7_1156{margin-bottom:24px}._agendaUploadBox_16nh7_1160{border:2px dashed #cbd5e1;border-radius:12px;padding:48px 24px;text-align:center;background:#f8fafc;transition:border-color .2s}._agendaUploadBox_16nh7_1160:hover{border-color:#2563eb}._agendaUploadInner_16nh7_1173{display:flex;flex-direction:column;align-items:center;gap:12px}._agendaUploadIcon_16nh7_1180{font-size:48px;color:#94a3b8}._agendaUploadTitle_16nh7_1185{font-size:16px;font-weight:600;color:#334155;margin:0}._agendaUploadSub_16nh7_1192{font-size:13px;color:#94a3b8;margin:0}._agendaFilePreview_16nh7_1198{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#f8fafc}._agendaFileInfo_16nh7_1205{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e2e8f0}._agendaFileTypeTag_16nh7_1213{background:#ede9fe;color:#2563eb;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}._agendaFileName_16nh7_1222{font-size:14px;color:#475569;font-weight:500}._agendaPdfScrollArea_16nh7_1228{max-height:88vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:#f3f4f6;border-radius:14px;padding:14px}._agendaPdfScrollArea_16nh7_1228::-webkit-scrollbar{width:6px}._agendaPdfScrollArea_16nh7_1228::-webkit-scrollbar-track{background:#eceff3;border-radius:10px}._agendaPdfScrollArea_16nh7_1228::-webkit-scrollbar-thumb{background:#c7ced9;border-radius:10px}._agendaPdfScrollArea_16nh7_1228::-webkit-scrollbar-thumb:hover{background:#aeb7c4}._agendaImagePreview_16nh7_1243{width:100%;display:block;object-fit:contain;max-height:900px;border-radius:14px;background:#f9fafb;padding:16px}._agendaFileBtns_16nh7_1253{display:flex;gap:10px;padding:12px 16px;border-top:1px solid #e2e8f0;background:#fff}._pdfCanvasWrap_16nh7_1264{min-height:120px}._pdfStatus_16nh7_1266,._pdfError_16nh7_1267,._pdfPageCount_16nh7_1268{text-align:center;font-size:14px;color:#6b7280}._pdfStatus_16nh7_1266{padding:28px 16px}._pdfError_16nh7_1267{padding:28px 16px;color:#ef4444}._pdfPageCount_16nh7_1268{padding:8px 0 4px;font-size:12px;color:#9ca3af}._modeLocked_16nh7_1281{padding:40px;text-align:center;background:#f8fafc;border-radius:12px;border:1.5px dashed #e2e8f0;color:#94a3b8;font-size:15px}._disabledPollBtn_16nh7_1291{opacity:.6;cursor:not-allowed}._disabledBtn_16nh7_1296{opacity:.5;cursor:not-allowed}@media(max-width:768px){._agendaControlBar_16nh7_71{flex-direction:column;align-items:flex-start}._toolsGroup_16nh7_188{align-items:flex-start;width:100%}._agendaPdfScrollArea_16nh7_1228{max-height:70vh;padding:10px}._drawer_16nh7_620,._importDrawer_16nh7_697{width:100%}._sessionCard_16nh7_471{flex-direction:column;gap:10px}._sessionInfo_16nh7_483{max-width:100%}._modeCard_16nh7_108{min-width:unset;width:100%}}._listWrap_c04nm_2{display:flex;flex-direction:column;gap:14px}._listHeader_c04nm_9{display:flex;align-items:center;justify-content:space-between}._heading_c04nm_15{font-size:15px;font-weight:600;color:#020617}._addBtnSmall_c04nm_22{background:#0f172a;color:#fff;border:none;padding:7px 14px;border-radius:10px;font-size:12.5px;font-weight:600;cursor:pointer}._addBtnSmall_c04nm_22:hover{opacity:.9}._pollList_c04nm_38{display:flex;flex-direction:column;gap:10px}._pollItem_c04nm_45{background:#fff;border-radius:12px;padding:14px 16px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,transform .15s ease}._pollItem_c04nm_45:hover{border-color:#c7d2fe;transform:translateY(-1px)}._left_c04nm_62{display:flex;align-items:flex-start;gap:12px}._index_c04nm_68{min-width:22px;height:22px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700;display:grid;place-items:center;margin-top:2px}._pollInfo_c04nm_82{display:flex;flex-direction:column;gap:4px}._pollTitle_c04nm_88{font-size:14px;font-weight:600;color:#020617}._question_c04nm_94{font-size:13px;color:#475569;line-height:1.4}._statusBadge_c04nm_101{font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;letter-spacing:.4px;text-transform:uppercase}._live_c04nm_111 ._statusBadge_c04nm_101{background:#fee2e2;color:#b91c1c}._draft_c04nm_117 ._statusBadge_c04nm_101{background:#fef3c7;color:#92400e}._ended_c04nm_123{opacity:.65}._ended_c04nm_123 ._statusBadge_c04nm_101{background:#f1f5f9;color:#334155}._emptyWrap_c04nm_133{padding:56px 28px;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;border:1px dashed #c7d2fe;display:flex;flex-direction:column;align-items:center;text-align:center}._emptyIconWrap_c04nm_144{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 10px 24px #2563eb59}._emptyIconWrap_c04nm_144 svg{width:26px;height:26px}._emptyTitle_c04nm_162{font-size:16px;font-weight:600;color:#020617;margin-bottom:6px}._emptySubtitle_c04nm_169{font-size:13px;color:#475569;max-width:260px;line-height:1.5;margin-bottom:22px}._addBtn_c04nm_22{background:#0f172a;color:#fff;border:none;padding:12px 22px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}._addBtn_c04nm_22:hover{opacity:.9}@media(max-width:480px){._pollItem_c04nm_45{padding:12px 14px}._pollTitle_c04nm_88{font-size:13.5px}._question_c04nm_94{font-size:12.5px}}._container_1pv59_1{padding:6px 0}._heading_1pv59_5{font-size:16px;font-weight:600;margin-bottom:18px;color:#0f172a}._label_1pv59_12{display:block;font-size:12.5px;font-weight:600;color:#334155;margin-bottom:6px;margin-top:14px}._inputWrap_1pv59_22{position:relative;margin-bottom:8px}._input_1pv59_22{width:100%;padding:10px 36px 10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background:#fff}._input_1pv59_22:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._textarea_1pv59_42{width:100%;min-height:80px;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;resize:vertical}._select_1pv59_52{width:100%;padding:10px 44px 10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px}._select_1pv59_52:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._clearBtn_1pv59_79{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#000;cursor:pointer;border-radius:10px;padding:2px}._clearBtn_1pv59_79 svg{width:16px;height:16px}._clearBtn_1pv59_79:hover{background:#e5e7eb}._addOptionBtn_1pv59_112{margin-top:6px;background:transparent;border:none;color:#2563eb;cursor:pointer;font-size:13.5px;font-weight:600}._addOptionBtn_1pv59_112:hover{text-decoration:underline}._errorBox_1pv59_127{background:#fee2e2;color:#991b1b;padding:12px 14px;border-radius:10px;font-size:13px;margin-top:14px}._footer_1pv59_137{display:flex;justify-content:space-between;gap:12px;margin-top:22px}._cancelBtn_1pv59_144{padding:10px 16px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;font-size:13.5px;font-weight:600;cursor:pointer}._cancelBtn_1pv59_144:hover{background:#e5e7eb}._doneBtn_1pv59_159{padding:10px 18px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-size:13.5px;font-weight:600;cursor:pointer}._doneBtn_1pv59_159:hover{background:#1d4ed8;box-shadow:0 8px 22px #2563eb59}._doneBtn_1pv59_159:disabled,._cancelBtn_1pv59_144:disabled{opacity:.6;cursor:not-allowed}._drawerOverlay_1u3a9_2{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:flex-end;z-index:9999;animation:_fadeIn_1u3a9_1 .25s ease-in-out}@keyframes _fadeIn_1u3a9_1{0%{opacity:0}to{opacity:1}}._drawer_1u3a9_2{width:420px;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-24px 0 70px #02061759;animation:_slideIn_1u3a9_1 .3s ease-out;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}@keyframes _slideIn_1u3a9_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_1u3a9_46{padding:18px 20px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;position:sticky;top:0;z-index:2;box-shadow:0 6px 20px #2563eb59}._title_1u3a9_64{font-size:17px;font-weight:600;letter-spacing:.3px}._closeIcon_1u3a9_72{position:relative;width:36px;height:36px;border-radius:10px;border:none;cursor:pointer;background:#ffffff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;transition:all .2s ease}._closeIcon_1u3a9_72:before,._closeIcon_1u3a9_72:after{content:"";position:absolute;width:16px;height:2px;background:#fff;border-radius:2px;transition:all .2s ease}._closeIcon_1u3a9_72:before{transform:rotate(45deg)}._closeIcon_1u3a9_72:after{transform:rotate(-45deg)}._closeIcon_1u3a9_72:hover{background:#ffffff52;transform:scale(1.05)}._closeIcon_1u3a9_72:hover:before,._closeIcon_1u3a9_72:hover:after{width:18px}._closeIcon_1u3a9_72:active{transform:scale(.96)}._body_1u3a9_127{flex:1;padding:18px;overflow-y:auto;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}._body_1u3a9_127::-webkit-scrollbar{width:6px}._body_1u3a9_127::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}._loadingWrap_1u3a9_148{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#475569}._loader_1u3a9_158{width:28px;height:28px;border-radius:50%;border:3px solid #c7d2fe;border-top-color:#2563eb;animation:_spin_1u3a9_1 .8s linear infinite}@keyframes _spin_1u3a9_1{to{transform:rotate(360deg)}}._listWrap_1u3a9_174{display:flex;flex-direction:column;gap:14px}._listHeader_1u3a9_180{display:flex;justify-content:space-between;align-items:center}._heading_1u3a9_186{font-size:15px;font-weight:600;color:#0f172a}._addBtnSmall_1u3a9_193{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._addBtnSmall_1u3a9_193:hover{transform:translateY(-1px);box-shadow:0 8px 20px #22c55e59}._pollList_1u3a9_211{display:flex;flex-direction:column;gap:12px}._pollItem_1u3a9_217{background:#fff;border-radius:14px;padding:14px 16px;border:1px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease}._pollItem_1u3a9_217:hover{border-color:#2563eb;box-shadow:0 10px 30px #2563eb26;transform:translateY(-2px)}._pollInfo_1u3a9_235{display:flex;flex-direction:column;gap:4px}._pollTitle_1u3a9_241{font-size:14px;font-weight:600;color:#0f172a}._question_1u3a9_247{font-size:13px;color:#475569}._activeBadge_1u3a9_253{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;box-shadow:0 4px 12px #ef444466}._emptyWrap_1u3a9_264{text-align:center;padding:44px 24px;background:#fff;border-radius:16px;border:1px dashed #c7d2fe}._icon_1u3a9_272{width:70px;opacity:.8;margin-bottom:16px}._subtitle_1u3a9_278{font-size:13px;color:#64748b;margin-bottom:20px}._addBtn_1u3a9_193{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:12px 26px;font-size:14px;border-radius:999px;font-weight:600;cursor:pointer;transition:all .25s ease}._addBtn_1u3a9_193:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2563eb66}._footer_1u3a9_302{padding:14px 18px;border-top:1px solid #e5e7eb;background:#f8fafc}._closeBtn_1u3a9_308{width:100%;padding:12px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._closeBtn_1u3a9_308:hover{background:#020617;box-shadow:0 8px 24px #0f172a59}._loadingCard_1u3a9_329{padding:48px 28px;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;border:1px dashed #c7d2fe;display:flex;flex-direction:column;align-items:center;gap:16px;animation:_fadeIn_1u3a9_1 .2s ease-in-out}._loadingIcon_1u3a9_344{width:56px;height:56px;border-radius:14px;background:linear-gradient(90deg,#e5e7eb 25%,#f1f5f9 37%,#e5e7eb 63%);background-size:400% 100%;animation:_shimmer_1u3a9_1 1.4s ease infinite}._loadingLineLg_1u3a9_359,._loadingLineSm_1u3a9_360{height:12px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb 25%,#f1f5f9 37%,#e5e7eb 63%);background-size:400% 100%;animation:_shimmer_1u3a9_1 1.4s ease infinite}._loadingLineLg_1u3a9_359{width:220px}._loadingLineSm_1u3a9_360{width:180px}._loadingBtn_1u3a9_382{margin-top:8px;width:180px;height:40px;border-radius:10px;background:linear-gradient(90deg,#e5e7eb 25%,#f1f5f9 37%,#e5e7eb 63%);background-size:400% 100%;animation:_shimmer_1u3a9_1 1.4s ease infinite}@keyframes _shimmer_1u3a9_1{0%{background-position:100% 0}to{background-position:-100% 0}}._card_1xemi_2{margin-top:16px;padding:18px;border-radius:12px;background:#fff;border:1px solid #e5e7eb}._question_1xemi_11{font-size:16px;font-weight:600;margin-bottom:18px;color:#111827}._options_1xemi_19{display:flex;flex-direction:column;gap:18px}._optionRow_1xemi_26{display:flex;flex-direction:column;gap:8px}._optionHeader_1xemi_33{display:flex;justify-content:space-between;align-items:center}._optionLabel_1xemi_39{font-size:14px;font-weight:500;color:#111827}._voteMeta_1xemi_45{font-size:12px;color:#6b7280;white-space:nowrap}._barBg_1xemi_52{height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}._bar_1xemi_52{height:100%;border-radius:6px;background:repeating-linear-gradient(45deg,#3b82f6,#3b82f6 8px,#60a5fa 8px 16px);transition:width .4s ease}._radioWrap_1xemi_73{display:flex;align-items:center;gap:6px;margin-top:4px}._radioWrap_1xemi_73 input{accent-color:#2563eb}._radioText_1xemi_84{font-size:13px;color:#374151}._voteBtn_1xemi_90{margin-top:20px;width:100%;padding:11px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}._voteBtn_1xemi_90:hover{background:#1d4ed8;box-shadow:0 8px 22px #2563eb59}._voteBtn_1xemi_90:disabled{opacity:.6;cursor:not-allowed}._info_1xemi_115{margin-top:14px;text-align:center;font-size:13px;color:#6b7280}._backBtn_1xemi_124{margin-top:18px;width:100%;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:8px;background:#f1f5f9;color:#0f172a;border:1px solid #e5e7eb;border-radius:10px;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .2s ease}._backBtn_1xemi_124:hover{background:#e5e7eb;border-color:#cbd5f5;transform:translateY(-1px)}._backBtn_1xemi_124:active{transform:translateY(0);box-shadow:inset 0 2px 6px #0f172a26}._backIcon_1xemi_159{display:flex;align-items:center;color:#2563eb}@media(max-width:480px){._question_1xemi_11{font-size:15px}._optionLabel_1xemi_39{font-size:13.5px}._voteBtn_1xemi_90{padding:10px;font-size:13.5px}}._card_l0v1f_2{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}._headerRow_l0v1f_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}._headerRow_l0v1f_11 h2{font-size:22px;font-weight:700;color:#111827;margin:0}._planInfo_l0v1f_27{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 14px}._planInfo_l0v1f_27 strong{color:#0f172a;text-transform:uppercase}._addBtn_l0v1f_45{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._addBtn_l0v1f_45:hover:not(:disabled){background:#1d4ed8}._addBtn_l0v1f_45:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8}._grid_l0v1f_68{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}._speakerCard_l0v1f_75{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative;background:#fff;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}._speakerCard_l0v1f_75:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}._imageContainer_l0v1f_92{width:100%;height:240px;background:#f3f4f6;position:relative;overflow:hidden}._speakerImg_l0v1f_100{width:100%;height:100%;object-fit:cover;object-position:center}._initialPlaceholder_l0v1f_107{width:100%;height:100%;font-size:48px;font-weight:700;color:#cbd5e1;display:flex;align-items:center;justify-content:center;background:#f8fafc}._cardBody_l0v1f_120{padding:16px;flex-grow:1;display:flex;flex-direction:column}._name_l0v1f_127{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.2}._displayOrder_l0v1f_135{font-size:12px;font-weight:600;color:#000;margin-bottom:6px}._topic_l0v1f_142{font-size:13px;font-weight:600;color:#2563eb;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._bioText_l0v1f_151{font-size:14px;color:#64748b;line-height:1.5;margin-top:auto}._viewMoreBtn_l0v1f_159{display:inline-block;font-size:12px;font-weight:600;color:#2563eb;cursor:pointer;margin-top:4px;-webkit-user-select:none;user-select:none}._viewMoreBtn_l0v1f_159:hover{color:#1d4ed8;text-decoration:none}._bioText_l0v1f_151{font-size:14px;color:#64748b;line-height:1.5;max-height:4.2em;overflow:hidden;margin-bottom:8px;position:relative;transition:max-height .3s ease}._bioText_l0v1f_151._expanded_l0v1f_191{max-height:150px;overflow-y:auto;padding-right:4px}._bioText_l0v1f_151._expanded_l0v1f_191::-webkit-scrollbar{width:4px}._bioText_l0v1f_151._expanded_l0v1f_191::-webkit-scrollbar-track{background:transparent}._bioText_l0v1f_151._expanded_l0v1f_191::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}._bioText_l0v1f_151._expanded_l0v1f_191::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}._menuWrap_l0v1f_216{position:absolute;top:12px;right:12px;z-index:10}._menuIcon_l0v1f_223{background:#ffffffe6;border-radius:50%;padding:4px;box-shadow:0 2px 4px #0000001a;cursor:pointer;color:#475569;font-size:18px}._menu_l0v1f_216{position:absolute;right:0;top:30px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;z-index:20;min-width:100px;overflow:hidden}._menu_l0v1f_216 div{padding:10px 14px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;transition:background .1s}._menu_l0v1f_216 div:hover{background:#f1f5f9}._menu_l0v1f_216 ._delete_l0v1f_259{color:#dc2626}._menu_l0v1f_216 ._delete_l0v1f_259:hover{background:#fef2f2}._drawerOverlay_l0v1f_268{position:fixed;inset:0;background:#0f172a66;z-index:1000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._drawer_l0v1f_268{width:420px;max-width:100%;height:100%;background:#fff;padding:28px;box-shadow:-4px 0 20px #0000001a;overflow-y:auto;display:flex;flex-direction:column;animation:_slideIn_l0v1f_1 .3s ease-out}@keyframes _slideIn_l0v1f_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawer_l0v1f_268 h3{font-size:20px;font-weight:700;margin-bottom:24px;color:#0f172a}._label_l0v1f_303{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}._labelGroup_l0v1f_311{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}._input_l0v1f_319,._textarea_l0v1f_319,._fileInput_l0v1f_319{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px;color:#334155;margin-bottom:16px;background:#f8fafc;transition:border-color .2s;font-family:inherit}._input_l0v1f_319:focus,._textarea_l0v1f_319:focus,._fileInput_l0v1f_319:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}._textarea_l0v1f_319{min-height:100px;resize:vertical}._imageNote_l0v1f_345{font-size:12px;color:#64748b;background:#f1f5f9;padding:10px;border-radius:6px;border-left:3px solid #94a3b8;margin-bottom:16px;line-height:1.4}._previewContainer_l0v1f_356{margin-bottom:20px;border-radius:8px;border:2px dashed #cbd5e1;padding:4px}._previewImg_l0v1f_363{width:100%;height:auto;border-radius:6px;display:block}._wordCount_l0v1f_371{font-size:12px;font-weight:600;color:#94a3b8}._wordCount_l0v1f_371._error_l0v1f_377{color:#dc2626}._limitError_l0v1f_381{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;font-size:13px;margin-bottom:20px;border:1px solid #fca5a5}._drawerActions_l0v1f_392{display:flex;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #e2e8f0}._saveBtn_l0v1f_400{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;flex:2}._saveBtn_l0v1f_400:disabled{opacity:.6;cursor:not-allowed}._cancelBtn_l0v1f_417{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;flex:1}._confirmOverlay_l0v1f_431{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._confirmBox_l0v1f_442{background:#fff;border-radius:14px;padding:28px 24px;width:90%;max-width:420px;text-align:center;box-shadow:0 25px 40px #00000026;animation:_scaleIn_l0v1f_1 .2s ease}@keyframes _scaleIn_l0v1f_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._confirmBox_l0v1f_442 p{font-size:15px;color:#334155;margin-bottom:24px;line-height:1.5}._confirmActions_l0v1f_472{display:flex;gap:12px;justify-content:center}._cancelBtn_l0v1f_417{width:40%;padding:10px 18px;border-radius:8px;background:#f1f5f9;color:#475569;border:none;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelBtn_l0v1f_417:hover{background:#e2e8f0}._deleteBtn_l0v1f_496{width:45%;padding:10px 18px;border-radius:8px;background:#dc2626;color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s ease}._deleteBtn_l0v1f_496:hover{background:#b91c1c}@media(max-width:640px){._drawer_l0v1f_268{width:100%}._headerRow_l0v1f_11{flex-direction:column;align-items:flex-start}._planInfo_l0v1f_27,._addBtn_l0v1f_45{width:100%;justify-content:center}}._container_177b8_4{width:100%;display:flex;flex-direction:column;gap:14px}._segmentedControl_177b8_14{display:flex;width:100%;background:#e5e7eb;padding:4px;border-radius:12px;gap:4px}._segmentBtn_177b8_23{flex:1;text-align:center;padding:8px 0;font-size:13px;border-radius:10px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease;font-weight:500}._segmentBtn_177b8_23:hover{color:#2563eb}._active_177b8_43{background:#fff;color:#2563eb;box-shadow:0 2px 6px #00000014}._cropArea_177b8_52{width:100%;height:320px;position:relative;border-radius:12px;overflow:hidden;background:#f1f5ff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 20px #0000000d}._originalPreview_177b8_67{width:100%;height:100%;object-fit:contain}._controls_177b8_76{display:flex;justify-content:space-between;align-items:center}._zoomBox_177b8_83{display:flex;align-items:center;gap:12px;margin-top:10px}._zoomBox_177b8_83 input{width:180px;accent-color:#2563eb}._zoomBox_177b8_83 input:focus{outline:none;border-color:transparent;box-shadow:none}._actionBox_177b8_106{display:flex;gap:10px}._btn_177b8_111{padding:8px 16px;font-size:13px;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}._btnCancel_177b8_121{background:#e5e7eb;color:#374151}._btnCancel_177b8_121:hover{background:#d1d5db}._btnApply_177b8_131{background:#2563eb;color:#fff;font-weight:600}._btnApply_177b8_131:hover{background:#1d4ed8}._wrapper_s7yr4_1{display:flex;gap:20px;width:100%;align-items:stretch}._card_s7yr4_12{width:34%;min-width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px;box-shadow:0 1px 2px #1018280a;position:relative;z-index:5}._cardHeader_s7yr4_30{margin-bottom:18px}._title_s7yr4_34{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#0f172a}._headerIcon_s7yr4_45{font-size:17px;color:#2563eb}._exportWrapper_s7yr4_50{background:#fff}._qrCard_s7yr4_58{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:24px;text-align:center;margin-bottom:16px;position:relative}._badgesContainer_s7yr4_74{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}._badge_s7yr4_74{font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.5}._qrBox_s7yr4_91{display:flex;justify-content:center;margin-bottom:14px}._scanText_s7yr4_98{font-size:.88rem;font-weight:500;color:#64748b}._qrActions_s7yr4_109{display:flex;gap:12px}._btnPrimary_s7yr4_114,._btnOutline_s7yr4_115{height:46px;flex:1;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease}._btnPrimary_s7yr4_114{background:#2563eb;color:#fff;border:none}._btnPrimary_s7yr4_114:hover{background:#1d4ed8}._btnOutline_s7yr4_115{background:#fff;border:1px solid #dbe2ea;color:#334155}._btnOutline_s7yr4_115:hover{background:#f8fafc}._btnIcon_s7yr4_158{font-size:16px}._infoCard_s7yr4_166{flex:1;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:18px;min-height:520px}._infoContent_s7yr4_192{position:relative;z-index:5;max-width:430px;margin-top:10px;margin-left:10px}._smallLabel_s7yr4_202{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2563eb;margin-bottom:18px}._infoTitle_s7yr4_217{font-size:2.5rem;line-height:.95;font-weight:700;letter-spacing:-.05em;color:#0f172a;margin-bottom:24px;max-width:390px!important}._infoText_s7yr4_233{font-size:1.05rem;line-height:1.9;color:#64748b;max-width:340px;margin-bottom:34px}._featureList_s7yr4_249{display:flex;flex-direction:column;gap:18px}._featureItem_s7yr4_255{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:600;color:#0f172a}._featureItem_s7yr4_255 svg{font-size:18px;color:#2563eb;flex-shrink:0}._imageWrapper_s7yr4_278{position:absolute;width:100%;z-index:1;pointer-events:none}._illustration_s7yr4_291{width:100%;height:auto;object-fit:cover;opacity:1;-webkit-user-select:none;user-select:none}._socialCard_1srho_5{background:#f0f2f8;border-radius:16px;padding:28px;width:100%;font-family:Segoe UI,sans-serif}._headerRow_1srho_14{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}._headerIconWrap_1srho_21{width:64px;height:64px;background:#e8eaf6;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._headerIcon_1srho_21{font-size:28px;color:#5c6bc0}._title_1srho_39{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}._subtitle_1srho_46{font-size:.875rem;color:#6b7280;margin:0}._mainLayout_1srho_53{display:grid;grid-template-columns:1fr 1fr 280px;gap:16px;align-items:start}._platformCard_1srho_61{background:#fff;border-radius:14px;padding:20px;border-left:4px solid #ccc;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:10px}._platformCard_1srho_61._instagram_1srho_72{border-left-color:#e1306c}._platformCard_1srho_61._linkedin_1srho_73{border-left-color:#0077b5}._platformCard_1srho_61._website_1srho_74{border-left-color:#7c3aed}._platformCard_1srho_61._youtube_1srho_75{border-left-color:red}._platformCard_1srho_61._whatsapp_1srho_76{border-left-color:#25d366}._platformCard_1srho_61._facebook_1srho_77{border-left-color:#1877f2}._platformHeader_1srho_79{display:flex;align-items:center;gap:14px}._platformIconWrap_1srho_85{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._instagram_1srho_72 ._platformIconWrap_1srho_85{background:#fce4ec}._linkedin_1srho_73 ._platformIconWrap_1srho_85{background:#e3f2fd}._website_1srho_74 ._platformIconWrap_1srho_85{background:#ede9fe}._youtube_1srho_75 ._platformIconWrap_1srho_85{background:#ffebee}._whatsapp_1srho_76 ._platformIconWrap_1srho_85{background:#e8f5e9}._facebook_1srho_77 ._platformIconWrap_1srho_85{background:#e3f2fd}._platformIcon_1srho_85{font-size:22px}._instagram_1srho_72 ._platformIcon_1srho_85{color:#e1306c}._linkedin_1srho_73 ._platformIcon_1srho_85{color:#0077b5}._website_1srho_74 ._platformIcon_1srho_85{color:#7c3aed}._youtube_1srho_75 ._platformIcon_1srho_85{color:red}._whatsapp_1srho_76 ._platformIcon_1srho_85{color:#25d366}._facebook_1srho_77 ._platformIcon_1srho_85{color:#1877f2}._platformName_1srho_114{font-size:.95rem;font-weight:600;color:#111827;margin:0}._platformLabel_1srho_120{font-size:.78rem;color:#9ca3af;margin:2px 0 0}._input_1srho_126{width:100%;height:40px;padding:0 12px;border:1.5px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-size:.85rem;color:#374151;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._input_1srho_126::placeholder{color:#bbb;font-size:.82rem}._input_1srho_126:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}._sidePanel_1srho_152{display:flex;flex-direction:column;gap:16px}._whyCard_1srho_158{background:#fff;border-radius:14px;padding:20px;box-shadow:0 1px 4px #0000000f}._whyTitle_1srho_165{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}._whyTitleIcon_1srho_175{width:34px;height:34px;background:#e8eaf6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#5c6bc0}._whyList_1srho_187{display:flex;flex-direction:column;gap:14px}._whyItem_1srho_193{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:#4b5563;line-height:1.4}._whyItemIcon_1srho_202{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;margin-top:1px}._whyItemIcon_1srho_202._purple_1srho_214{background:#ede9fe;color:#7c3aed}._whyItemIcon_1srho_202._green_1srho_215{background:#e8f5e9;color:#16a34a}._whyItemIcon_1srho_202._orange_1srho_216{background:#fff3e0;color:#f59e0b}._previewIllustration_1srho_219{background:#fff;border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f;position:relative;min-height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}._browserBar_1srho_232{position:absolute;top:0;left:0;right:0;height:28px;background:#f3f4f6;border-radius:14px 14px 0 0;display:flex;align-items:center;padding:0 12px;gap:6px}._dot_1srho_246{width:8px;height:8px;border-radius:50%;background:#d1d5db}._illustrationContent_1srho_253{margin-top:28px;position:relative;width:100%;height:90px;display:flex;align-items:center;justify-content:center}._chainIcon_1srho_263{font-size:38px;color:#93c5fd;z-index:2}._socialBadge_1srho_269{position:absolute;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 2px 8px #0000001f}._badge-ig_1srho_281{background:#fce4ec;color:#e1306c;top:0;left:8px}._badge-yt_1srho_282{background:#ffebee;color:red;bottom:0;left:18px}._badge-li_1srho_283{background:#e3f2fd;color:#0077b5;top:0;right:8px}._badge-wa_1srho_284{background:#e8f5e9;color:#25d366;bottom:0;right:8px}._badge-fb_1srho_285{background:#e3f2fd;color:#1877f2;top:50%;right:-4px;transform:translateY(-50%)}._bottomRow_1srho_288{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:16px}._securityBadge_1srho_296{display:flex;align-items:center;gap:12px}._lockIconWrap_1srho_302{width:38px;height:38px;background:#e8eaf6;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#5c6bc0}._securityTitle_1srho_315{font-size:.85rem;font-weight:700;color:#1a1a2e;margin:0}._securitySub_1srho_321{font-size:.75rem;color:#9ca3af;margin:2px 0 0}._btnPrimary_1srho_327{padding:0 28px;height:48px;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;background:#2563eb;color:#fff;transition:background .2s,box-shadow .2s;letter-spacing:.01em}._btnPrimary_1srho_327:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 16px #2563eb59}._btnPrimary_1srho_327:disabled{background:#93c5fd;cursor:not-allowed}._btnIcon_1srho_355{font-size:17px}._inputGroup_1srho_360,._saveRow_1srho_361{display:none}._pageTitleWrap_1ohgu_1{display:flex;justify-content:center;align-items:center;margin-bottom:0}._pageTitle_1ohgu_1{font-size:22px;font-weight:600;color:#0f172a;padding:6px 16px;background:#f1f5f9;border-radius:8px}._card_1ohgu_21{background:#fff;padding:28px 20px 20px;border-radius:14px;box-shadow:0 6px 18px #0f172a0f;display:flex;flex-direction:column;height:calc(100vh - 110px);overflow:hidden;min-height:0;position:relative}._cardTitle_1ohgu_37{position:absolute;top:-50px;left:5%;transform:translate(-50%);background:#eef2ff;border:3px solid #eef2ff;border-radius:0 0 8px 6px;padding:0 12px;font-size:15px;font-weight:600;color:#334155}._cardTitleMain_1ohgu_55{position:absolute;top:8px;left:20px;font-size:20px;font-weight:600;color:#111827}._headerRow_1ohgu_68{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}._title_1ohgu_75{font-size:22px;font-weight:700;color:#0f172a}._topActions_1ohgu_82{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}._btn_1ohgu_91{display:inline-flex;align-items:center;gap:6px;background:#10893714;color:#108937;margin:6px;padding:6px 14px;border:1px solid rgba(16,137,55,.25);border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}._btn_1ohgu_91:hover{background:#10893724;border-color:#10893766}._btn_1ohgu_91:active{background:#10893733}._btn_1ohgu_91:disabled{opacity:.5;cursor:not-allowed}._btnDisabled_1ohgu_126{background:#e5e7eb;color:#6b7280;padding:10px 18px;border-radius:10px;font-size:14px;border:none;cursor:not-allowed}._searchWrap_1ohgu_137{display:flex;gap:14px;align-items:flex-end;margin-bottom:14px}._importHistoryTable_1ohgu_149 th,._importHistoryTable_1ohgu_149 td{text-align:center;vertical-align:middle}._importHistoryTable_1ohgu_149 th:first-child,._importHistoryTable_1ohgu_149 td:first-child{text-align:left}._searchBlock_1ohgu_162{flex:1;min-width:320px;display:flex;flex-direction:column}._filterBlock_1ohgu_169{width:160px;display:flex;flex-direction:column}._inputLabel_1ohgu_175{font-size:12px;font-weight:700;color:#334155}._search_1ohgu_137,._select_1ohgu_184{width:100%;padding:11px 14px;font-size:13px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;outline:none;transition:.2s ease;background-position:right 14px center}._search_1ohgu_137{padding:9px}._search_1ohgu_137:focus,._select_1ohgu_184:focus{border-color:#03b4ef;box-shadow:0 0 0 3px #03b4ef2e}._emptyStateBox_1ohgu_209{position:relative;margin-top:20px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #e2e8f0;border-radius:12px;background:#f8fafc}._emptyCloseBtn_1ohgu_227{position:absolute;top:10px;right:10px;border:none;background:#eef2f7;width:32px;height:32px;border-radius:6px;font-size:16px;cursor:pointer;color:#64748b;transition:.2s}._emptyCloseBtn_1ohgu_227:hover{background:#fee2e2;color:#dc2626}._emptyIcon_1ohgu_253{font-size:42px;margin-bottom:10px;opacity:.7}._emptyTitle_1ohgu_259{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:4px}._emptyDesc_1ohgu_266{font-size:14px;color:#64748b}@keyframes _fadeIn_1ohgu_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._tableWrap_1ohgu_284{flex:1;overflow-x:auto;overflow-y:auto;border-radius:14px;background:#fff;border:1px solid #eef2f7;box-shadow:0 6px 18px #0f172a0d;position:relative;min-height:0}._totalBadge_1ohgu_301{margin-left:auto;background:#eef2ff;color:#252726;padding:11px 25px;border-radius:10px;font-size:14px}._tableWrap_1ohgu_284::-webkit-scrollbar{width:5px;height:5px}._tableWrap_1ohgu_284::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cedade,#c3c3d5);border-radius:999px}._tableWrap_1ohgu_284{scrollbar-width:thin;scrollbar-color:#a4a0a079 transparent}._table_1ohgu_284{width:100%;border-collapse:collapse;min-width:900px}._table_1ohgu_284 thead tr{background:#f8fafc}._table_1ohgu_284 th{padding:8px 14px;font-size:13px;font-weight:700;color:#0f172a;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#f8fafc;z-index:10;text-align:center}._regIdCol_1ohgu_351{white-space:nowrap;min-width:80px}._table_1ohgu_284 td{padding:2px 14px;font-size:14px;border-bottom:1px solid #f1f5f9;white-space:nowrap;color:#334155;text-align:center}._table_1ohgu_284 tbody tr:hover td{background:#f1fbff}._downloaded_1ohgu_371{background:#dcfce7;color:#166534;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #bbf7d0}._notDownloaded_1ohgu_381{background:#fef9c3;color:#854d0e;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #fde68a}._badgeBtn_1ohgu_392,._printBtn_1ohgu_393{background:#00659c;padding:7px 12px;margin-left:6px;color:#fff;border-radius:10px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:.2s ease}._badgeBtn_1ohgu_392:hover,._printBtn_1ohgu_393:hover{transform:translateY(-1px);background:#03496e}._checkInBtn_1ohgu_413{background:#16a34a;color:#fff;border:none;padding:7px 12px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;transition:.2s ease}._checkInBtn_1ohgu_413:hover{background:#15803d}._checkedBtn_1ohgu_429{background:#dc2626;color:#fff;border:none;padding:7px 12px;border-radius:10px;cursor:not-allowed;font-size:13px;font-weight:700;opacity:.9}._empty_1ohgu_209{margin-top:16px;color:#64748b;font-size:15px;text-align:center}._modalOverlay_1ohgu_450{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}._colorWrap_1ohgu_463{display:flex;align-items:center;gap:8px}._colorDot_1ohgu_469{width:60px;height:18px;border-radius:2px}._colorText_1ohgu_476{font-size:13px;font-weight:600;color:#334155}._modalBox_1ohgu_482{width:760px;max-width:95%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #00000038}._modalHeader_1ohgu_491{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#f8fafc;border-bottom:1px solid #e2e8f0}._closeBtn_1ohgu_500{border:none;background:transparent;font-size:20px;cursor:pointer}._modalTableWrap_1ohgu_507{max-height:420px;overflow-y:auto;padding:6px 0}._editBtn_1ohgu_516{background:#4caf50;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px;margin-left:8px;transition:background .2s}._editBtn_1ohgu_516:hover{background:#45a049}._modalOverlay_1ohgu_450{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalBox_1ohgu_482{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}._modalHeader_1ohgu_491{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}._modalHeader_1ohgu_491 h3{margin:0;font-size:18px;font-weight:600;color:#333}._closeBtn_1ohgu_500{background:transparent;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}._closeBtn_1ohgu_500:hover{color:#333}._formGroup_1ohgu_594{padding:20px;display:flex;flex-direction:column;gap:15px}._input_1ohgu_175{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s;width:100%;box-sizing:border-box}._input_1ohgu_175:focus{outline:none;border-color:#4caf50}._modalActions_1ohgu_618{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end}._btnSecondary_1ohgu_627{padding:10px 20px;border:1px solid #ddd;background:#fff;color:#666;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}._btnSecondary_1ohgu_627:hover{background:#f5f5f5;border-color:#999}._modalTableWrap_1ohgu_507{max-height:400px;overflow-y:auto;padding:20px}._modalOverlay_1ohgu_450{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999}._modalBox_1ohgu_482{background:#fff;width:100%;max-width:420px;border-radius:12px;box-shadow:0 20px 60px #00000040;animation:_scaleIn_1ohgu_1 .2s ease-out}._modalHeader_1ohgu_491{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e5e7eb}._modalHeader_1ohgu_491 h3{margin:0;font-size:16px;font-weight:600;color:#111827}._closeBtn_1ohgu_500{background:none;border:none;font-size:18px;cursor:pointer;color:#6b7280}._closeBtn_1ohgu_500:hover{color:#ef4444}._modalBody_1ohgu_701{padding:16px 18px;display:flex;flex-direction:column;gap:10px}._modalBody_1ohgu_701 label{font-size:13px;font-weight:500;color:#374151}._modalBody_1ohgu_701 input{padding:9px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none}._modalBody_1ohgu_701 input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._modalActions_1ohgu_618{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid #e5e7eb}._cancelBtn_1ohgu_737{background:#f3f4f6;border:none;padding:8px 14px;border-radius:6px;font-size:14px;cursor:pointer;color:#374151}._cancelBtn_1ohgu_737:hover{background:#e5e7eb}._saveBtn_1ohgu_752{background:#2563eb;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;color:#fff;font-weight:500}._saveBtn_1ohgu_752:hover{background:#1d4ed8}._saveBtn_1ohgu_752:disabled{background:#93c5fd;cursor:not-allowed}@keyframes _scaleIn_1ohgu_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:480px){._modalBox_1ohgu_482{margin:0 12px}}._input_1ohgu_175{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px}._inputError_1ohgu_799{border-color:#dc2626}._errorText_1ohgu_803{color:#dc2626;font-size:12px;margin-top:4px}._dropdownMenu_1ohgu_811{position:absolute;right:0;top:30px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 10px #0000001a;z-index:100;display:flex;flex-direction:column}._dropdownMenu_1ohgu_811 button{padding:8px 15px;border:none;background:#fff;cursor:pointer;color:#333;text-align:left}._dropdownMenu_1ohgu_811 button:hover{background:#f2f2f2}._deleteOption_1ohgu_837{display:inline-flex;align-items:center;gap:6px;background:#dc262614;color:#dc2626;border:1px solid rgba(220,38,38,.25);padding:4px 10px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._deleteOption_1ohgu_837:hover{background:#dc262624;border-color:#dc262666}._deleteOption_1ohgu_837:active{background:#dc262633}._trashTable_1ohgu_866 th{text-align:center}._thLeft_1ohgu_870{text-align:left!important}._trashTable_1ohgu_866 td:first-child{text-align:left;font-weight:500}._actionsCell_1ohgu_881{display:flex;justify-content:center;gap:8px}._viewBtn_1ohgu_888{background:#16a34a;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500}._restoreBtn_1ohgu_904{background:#2563eb;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500}._leftActions_1ohgu_919{display:flex;gap:10px;align-items:center}._secondaryBtn_1ohgu_925{display:inline-flex;align-items:center;gap:6px;background:#3b82f60f;color:#3b82f6;border:1px solid rgba(59,130,246,.25);padding:9px 14px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}._secondaryBtn_1ohgu_925:hover{background:#3b82f61f;border-color:#3b82f666}._secondaryBtn_1ohgu_925:active{background:#3b82f62e}._dropdownWrapper_1ohgu_953{position:relative}._dropdownMenuTop_1ohgu_957{position:absolute;top:45px;left:0;background:#fff;border:1px solid #ddd;color:#334155;border-radius:10px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;min-width:200px;z-index:999}._dropdownMenuTop_1ohgu_957 button{padding:10px 14px;border:none;color:#000;background:#fff;text-align:left;cursor:pointer}._dropdownMenuTop_1ohgu_957 button:hover{background:#f1f5f9}._pageHeader_1ohgu_985{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._pageTitle_1ohgu_1{font-size:20px;font-weight:700;color:#0f172a}._pageCount_1ohgu_998{font-size:14px;color:#64748b;margin-top:2px}._actionBar_1ohgu_1004{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;margin-top:16px}._selectWrapper_1ohgu_1012{position:relative;width:100%}._select_1ohgu_184{width:100%;padding:9px 12px 9px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;cursor:pointer}._selectIcon_1ohgu_1033{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:18px;color:#64748b;pointer-events:none}._columnDropdown_1ohgu_1043{width:150px;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px;box-shadow:0 10px 25px #0000001a;z-index:999}._columnOption_1ohgu_1057{display:flex;justify-content:space-between;gap:8px;font-size:14px;padding:4px 0;cursor:pointer}._actionsHeader_1ohgu_1066{position:relative;padding-right:36px}._settingsWrapper_1ohgu_1076{position:relative;display:flex;gap:.6rem;align-items:center}._table_1ohgu_284{white-space:nowrap}._importHistoryTitle_1ohgu_1087{font-size:17px;font-weight:600;color:#0f172a;margin:8px 12px 8px 15px}._settingsBtn_1ohgu_1094{width:40px;height:40px;border-radius:8px;border:1px solid #d0d2d6;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._importHistoryHeader_1ohgu_1107{display:flex;align-items:center;justify-content:space-between;padding:4px 12px 4px 15px}._importHistoryCloseBtn_1ohgu_1114{border:none;background:#f1f5f9;font-size:22px;cursor:pointer;color:#ef4444;padding:4px 8px;border-radius:6px;transition:.2s}._importHistoryCloseBtn_1ohgu_1114:hover{background:#e5e8eb;color:#ff1515}._settingsBtn_1ohgu_1094 :hover{background:#f3f4f6;border-color:#d1d5db}._settingsBtn_1ohgu_1094:active{transform:scale(.96)}._settingsIcon_1ohgu_1140{font-size:18px;cursor:pointer;color:#000;background:#fff;transition:.2s}._settingsIcon_1ohgu_1140:hover{color:#0f172a;transform:translateY(0) rotate(90deg)}._columnCheckbox_1ohgu_1159{width:16px;height:16px;cursor:pointer;accent-color:#2563eb;border-radius:10px;flex-shrink:0}._columnOption_1ohgu_1057{display:flex;align-items:center;gap:8px;font-size:14px;padding:6px 4px;cursor:pointer;text-transform:capitalize}._columnOption_1ohgu_1057:hover{background:#f8fafc;border-radius:6px}._badgeDropdownWrapper_1ohgu_1193{position:relative;width:100%}._badgeDropdownBtn_1ohgu_1198{width:100%;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;font-size:14px;font-weight:500;color:#0f172a;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:.2s}._badgeDropdownBtn_1ohgu_1198:hover{border-color:#cbd5e1;background:#f8fafc}._badgeDropdownMenu_1ohgu_1225{padding:4px;position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;overflow:hidden;z-index:999}._badgeDropdownMenu_1ohgu_1225 button{padding:10px 12px;border-radius:8px;border:none;background:#fff;text-align:left;cursor:pointer;font-size:14px;font-weight:600}._badgeDropdownMenu_1ohgu_1225 button:hover{background:#f1f5f9}._badgeSelectIcon_1ohgu_1264{font-size:18px;color:#64748b;flex-shrink:0}._trashBtn_1ohgu_1271{width:40px;height:40px;border-radius:8px;border:1px solid #d0d2d6;background:#fff;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}._trashBtn_1ohgu_1271:hover svg{animation:_trashShake_1ohgu_1 .4s ease}@keyframes _trashShake_1ohgu_1{0%{transform:rotate(0)}20%{transform:rotate(-12deg)}40%{transform:rotate(12deg)}60%{transform:rotate(-12deg)}80%{transform:rotate(12deg)}to{transform:rotate(0)}}._trashModal_1ohgu_1318{width:600px;background:#fff;padding:20px;border-radius:12px}._trashTable_1ohgu_866 th,._trashTable_1ohgu_866 td{text-align:center;vertical-align:middle}._actionsCell_1ohgu_881{display:flex;justify-content:center;align-items:center;gap:10px}._viewBtn_1ohgu_888{background:#16a34a;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;cursor:pointer;font-weight:500}._viewBtn_1ohgu_888:hover{background:#15803d}._restoreBtn_1ohgu_904{background:#2563eb;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;cursor:pointer;font-weight:500}._restoreBtn_1ohgu_904:hover{background:#1d4ed8}._trashTable_1ohgu_866 tbody tr{height:52px}._deletePermanentBtn_1ohgu_1389{background:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px}._menuBtn_1ohgu_1406{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;font-size:18px;color:#374151;cursor:pointer;transition:all .2s ease}._menuBtn_1ohgu_1406:hover{background:#f1f5f9}._dropdownMenu_1ohgu_811{position:absolute;top:38px;right:0;min-width:160px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 10px 25px #0000001f,0 2px 6px #0000000f;z-index:99999;overflow:hidden;animation:_dropdownFade_1ohgu_1 .15s ease}._dropdownMenu_1ohgu_811 button{width:100%;padding:11px 14px;background:#fff;border:none;font-size:14px;color:#374151;text-align:left;cursor:pointer;transition:all .15s ease}._dropdownMenu_1ohgu_811 button:hover{background:#f3f4f6}._deleteOption_1ohgu_837{color:red}._deletePermanentBtn_1ohgu_1389:hover{background:#b91c1c}._restoreBtn_1ohgu_904{background:#2e5e91!important;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}._emptyImportHistory_1ohgu_1503{padding:20px;text-align:center;color:#64748b;font-size:14px}._trashModal_1ohgu_1318{width:1020px;max-width:100%;background:#fff;border-radius:14px;box-shadow:0 25px 60px #00000040;animation:_trashModalIn_1ohgu_1 .18s ease;overflow:hidden;display:flex;flex-direction:column}._trashTableWrap_1ohgu_1530::-webkit-scrollbar{height:8px}._trashTableWrap_1ohgu_1530::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._trashHeader_1ohgu_1547{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:16px;font-weight:600;background:#f8fafc;border-bottom:1px solid #e5e7eb}._trashTableWrap_1ohgu_1530{max-height:620px;min-height:220px;overflow-x:auto;overflow-y:visible;position:relative}._trashTable_1ohgu_866{width:100%;border-collapse:collapse}._trashTable_1ohgu_866 th{position:sticky;top:0;background:#f1f5f9;font-size:13px;font-weight:600;padding:12px;color:#374151}._trashTable_1ohgu_866 td{padding:12px;font-size:14px;border-bottom:1px solid #f1f5f9}._trashTable_1ohgu_866 tbody tr:hover{background:#f8fafc}._restoreBtn_1ohgu_904{background:#16a34a;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:.2s}._restoreBtn_1ohgu_904:hover{background:#15803d}._trashCloseBtn_1ohgu_1651{background:transparent;border:none;font-size:18px;cursor:pointer;color:#6b7280}._trashCloseBtn_1ohgu_1651:hover{color:#ef4444}._trashTableWrap_1ohgu_1530::-webkit-scrollbar{width:6px}._trashTableWrap_1ohgu_1530::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}@keyframes _trashModalIn_1ohgu_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}._importContainer_18ra8_2{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._importTriggerBtn_18ra8_9{background:#3b82f614;color:#3b82f6;padding:9px 19px;border:1px solid rgba(59,130,246,.25);border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}._importTriggerBtn_18ra8_9:hover{background:#3b82f624;border-color:#3b82f666}._importTriggerBtn_18ra8_9:active{background:#3b82f633;transform:translateY(1px)}._importTriggerBtn_18ra8_9._disabled_18ra8_28{opacity:.6;cursor:not-allowed;pointer-events:none}._drawerBackdrop_18ra8_35{position:fixed;inset:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:9998;transition:background .3s ease,backdrop-filter .3s ease}._backdropVisible_18ra8_43{background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._drawer_18ra8_35{position:fixed;top:0;right:0;height:100dvh;width:420px;max-width:100vw;background:#fff;z-index:9999;display:flex;flex-direction:column;box-shadow:-8px 0 40px #0000001f;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}._drawerOpen_18ra8_64{transform:translate(0)}._drawerHeader_18ra8_69{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}._drawerTitle_18ra8_77{font-size:17px;font-weight:700;color:#111827;margin:0}._closeBtn_18ra8_83{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}._closeBtn_18ra8_83:hover{background:#e5e7eb;color:#111827}._drawerBody_18ra8_102{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:22px}._instructionsCard_18ra8_112{background:linear-gradient(135deg,#fffbeb,#fff7ed);border:1px solid #fcd34d;border-radius:12px;padding:16px}._instructionsHeader_18ra8_118{display:flex;align-items:center;gap:8px;margin-bottom:12px}._instructionsIcon_18ra8_124{display:flex;align-items:center}._instructionsTitle_18ra8_128{font-size:13.5px;font-weight:700;color:#92400e}._instructionsList_18ra8_133{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._instructionsList_18ra8_133 li{font-size:13px;color:#78350f;line-height:1.55;padding-left:16px;position:relative}._instructionsList_18ra8_133 li:before{content:"•";position:absolute;left:4px;color:#d97706;font-weight:700}._link_18ra8_157{color:#2563eb;text-decoration:underline;text-underline-offset:2px}._templateLink_18ra8_162{background:none;border:none;padding:0;font-size:inherit;font-family:inherit;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-weight:600}._templateLink_18ra8_162:hover{color:#1d4ed8}._downloadHint_18ra8_177{color:#6b7280;font-style:italic;font-size:12px}._field_18ra8_184{display:flex;flex-direction:column;gap:8px}._label_18ra8_189{font-size:13px;font-weight:600;color:#374151}._required_18ra8_194{color:#ef4444;margin-left:2px}._select_18ra8_198{width:100%;height:44px;font-size:14px;padding:0 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;outline:none;color:#111827;transition:border-color .2s ease,box-shadow .2s ease;appearance:auto}._select_18ra8_198:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f626}._select_18ra8_198:disabled{background:#f9fafb;color:#9ca3af}._uploadBox_18ra8_221{width:100%;padding:28px 20px;border:1.5px dashed #d1d5db;border-radius:12px;background:#fafafa;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease;box-sizing:border-box}._uploadBox_18ra8_221:hover{border-color:#3b82f6;background:#f0f7ff}._hiddenInput_18ra8_239{display:none}._uploadInner_18ra8_242{display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}._uploadIcon_18ra8_249{display:block}._uploadLabel_18ra8_252{font-size:14px;color:#6b7280;font-weight:500}._uploadLabelActive_18ra8_257{color:#059669;font-weight:600}._uploadSub_18ra8_261{font-size:12.5px;color:#9ca3af;pointer-events:auto}._paidTicketWarning_18ra8_268{padding:12px 14px;background:linear-gradient(180deg,#fff7ed,#fffbeb);border:1px solid #f59e0b;border-left:4px solid #d97706;border-radius:10px;font-size:13px;line-height:1.55;color:#92400e;box-shadow:0 4px 12px #f59e0b1a}._paidTicketWarning_18ra8_268 strong{display:block;margin-bottom:4px;font-size:13px;color:#92400e}._noTicketNote_18ra8_287{display:flex;flex-direction:column;gap:8px;margin-top:2px}._noTicketText_18ra8_293{font-size:12.5px;color:#dc2626;display:block}._createTicketBtn_18ra8_298{align-self:flex-start;background:#2563eb;color:#fff;border:none;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}._createTicketBtn_18ra8_298:hover{background:#1d4ed8}._drawerFooter_18ra8_315{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #f0f0f0;flex-shrink:0;background:#fff}._btnGhost_18ra8_325,._btnPrimary_18ra8_326{height:42px;padding:0 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;white-space:nowrap}._btnGhost_18ra8_325{background:#fff;color:#374151;border-color:#d1d5db}._btnGhost_18ra8_325:hover{background:#f9fafb;border-color:#9ca3af}._btnPrimary_18ra8_326{background:#2563eb;color:#fff;min-width:140px;display:flex;align-items:center;justify-content:center}._btnPrimary_18ra8_326:hover:not(:disabled){background:#1d4ed8}._btnPrimary_18ra8_326:disabled,._btnGhost_18ra8_325:disabled{opacity:.5;cursor:not-allowed}._loadingRow_18ra8_364{display:flex;align-items:center;gap:8px}._spinner_18ra8_369{animation:_spin_18ra8_369 .75s linear infinite;flex-shrink:0}@keyframes _spin_18ra8_369{to{transform:rotate(360deg)}}@media(max-width:480px){._drawer_18ra8_35{width:100vw}._drawerFooter_18ra8_315{flex-direction:column-reverse}._btnGhost_18ra8_325,._btnPrimary_18ra8_326{width:100%;justify-content:center}}._uploadBoxDisabled_18ra8_393{opacity:.55;cursor:not-allowed;background:#f5f5f5;border-color:#e5e7eb}._uploadBoxDisabled_18ra8_393:hover{border-color:#e5e7eb;background:#f5f5f5}._refreshBtn_jdp57_1{display:flex;align-items:center;gap:6px;background:#0cb151;color:#fff;border:none;padding:7px 19px;font-size:14px;border-radius:8px;cursor:pointer;transition:.2s ease}._refreshBtn_jdp57_1:hover{background:#108937}._refreshBtn_jdp57_1:disabled{background:#037a29;cursor:not-allowed}._spin_jdp57_25{animation:_spinAnim_jdp57_1 .8s linear infinite}@keyframes _spinAnim_jdp57_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._card_p2ma8_3{background:#fff;border-radius:14px;border:1.5px solid #e2e8f0;padding:28px;max-width:960px;margin:0 auto}._titleRow_p2ma8_11{display:flex;align-items:center;justify-content:space-between;gap:12px}._limitBadge_p2ma8_18{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}._title_p2ma8_11{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 20px}._fileList_p2ma8_37{display:flex;flex-direction:column;gap:14px}._fileRow_p2ma8_43{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}._fileInfo_p2ma8_53{flex:1;min-width:0}._fileName_p2ma8_58{margin:0 0 4px;font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fileSize_p2ma8_68{font-size:12px;color:#94a3b8}._remarkInput_p2ma8_73{width:280px;height:44px;border-radius:12px;border:1px solid #dbe4f0;background:#fff;padding:0 14px;font-size:13px;color:#334155;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._remarkInput_p2ma8_73:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #3b82f614}._remarkInput_p2ma8_73::placeholder{color:#94a3b8}._uploadLocked_p2ma8_103{display:flex;align-items:center;gap:14px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;padding:18px 20px;margin-bottom:28px;cursor:pointer;transition:background .15s,border-color .15s}._uploadLocked_p2ma8_103:hover{background:#f1f5f9;border-color:#a5b4fc}._uploadLockedIcon_p2ma8_119{font-size:22px;color:#94a3b8;flex-shrink:0}._uploadLockedTitle_p2ma8_124{font-size:14px;font-weight:600;color:#475569;margin:0 0 2px}._uploadLockedSub_p2ma8_130{font-size:12px;color:#94a3b8;margin:0}._uploadLockedBadge_p2ma8_135{margin-left:auto;background:linear-gradient(135deg,#00659c,#8b5cf6);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap;flex-shrink:0}._galSection_p2ma8_148{margin-bottom:32px;padding-bottom:28px;border-bottom:1.5px solid #f1f5f9}._galHeader_p2ma8_154{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;flex-wrap:wrap}._galHeaderLeft_p2ma8_163{display:flex;align-items:center;gap:14px}._galleryIconBox_p2ma8_169{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb1f,#6366f11a);display:flex;align-items:center;justify-content:center;flex-shrink:0}._galHeaderIcon_p2ma8_184{font-size:22px;color:#2563eb}._galTitle_p2ma8_189{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 4px}._galSub_p2ma8_195{font-size:13px;color:#64748b;margin:0;line-height:1.5}._galCount_p2ma8_203{height:40px;padding:0 16px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;white-space:nowrap}._galFilterBar_p2ma8_219{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}._galFilterBtn_p2ma8_226{height:40px;padding:0 16px;display:flex;align-items:center;gap:8px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}._galFilterBtn_p2ma8_226:hover{border-color:#93c5fd;background:#eff6ff;color:#2563eb}._galFilterActive_p2ma8_250{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}._galFilterCount_p2ma8_256{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#0f172a14;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}._galFilterActive_p2ma8_250 ._galFilterCount_p2ma8_256{background:#fff3}._galGrid_p2ma8_274{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}._galCard_p2ma8_281{border-radius:10px;overflow:hidden;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}._galCard_p2ma8_281:hover{transform:translateY(-3px);box-shadow:0 8px 24px #6366f121;border-color:#c7d2fe}._galThumb_p2ma8_295{position:relative;width:100%;aspect-ratio:4 / 3;background:#f8fafc;overflow:hidden}._galImg_p2ma8_303{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}._galCard_p2ma8_281:hover ._galImg_p2ma8_303{transform:scale(1.06)}._galFilePrev_p2ma8_312{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);gap:5px}._galFileIcon_p2ma8_322{font-size:34px}._galFileExt_p2ma8_323{font-size:10px;font-weight:700;letter-spacing:1px;color:#64748b;text-transform:uppercase}._imgErr_p2ma8_331{display:flex;align-items:center;justify-content:center;background:#f1f5f9}._imgErr_p2ma8_331:after{content:"🖼️";font-size:28px}._galOverlay_p2ma8_339{position:absolute;inset:0;background:#1e293b85;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}._galCard_p2ma8_281:hover ._galOverlay_p2ma8_339{opacity:1}._galOverlayText_p2ma8_351{display:flex;align-items:center;justify-content:center;gap:.3rem;color:#fff;font-size:13px;font-weight:600;background:#ffffff26;padding:6px 16px;border-radius:20px;border:1.5px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._galMeta_p2ma8_366{padding:9px 11px 11px}._galLabel_p2ma8_368{margin:0 0 2px;font-size:12px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._galRemark_p2ma8_378{margin:0 0 5px;font-size:10px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._galBadge_p2ma8_387{display:inline-block;padding:2px 8px;border-radius:10px;font-size:9px;font-weight:700;color:#fff;letter-spacing:.3px;text-transform:uppercase}._galActions_p2ma8_399{display:flex;gap:6px;margin-top:8px}._galActions_p2ma8_399 ._btn_p2ma8_405{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;cursor:pointer;border:1.5px solid transparent;transition:all .15s;background:none}._galActions_p2ma8_399 ._downloadBtn_p2ma8_420{background:#f0f9ff;color:#0369a1;border-color:#bae6fd}._galActions_p2ma8_399 ._downloadBtn_p2ma8_420:hover{background:#e0f2fe;border-color:#7dd3fc}._galActions_p2ma8_399 ._deleteBtn_p2ma8_427{background:#fff1f2;color:#be123c;border-color:#fecdd3}._galActions_p2ma8_399 ._deleteBtn_p2ma8_427:hover{background:#ffe4e6;border-color:#fda4af}._galActions_p2ma8_399 ._deleteBtn_p2ma8_427:disabled{opacity:.4;cursor:not-allowed}._galLoading_p2ma8_436{display:flex;align-items:center;gap:10px;padding:32px 0;color:#94a3b8;font-size:14px}._galSpinner_p2ma8_445{width:24px;height:24px;border:2.5px solid #e2e8f0;border-top-color:#00659c;border-radius:50%;animation:_spin_p2ma8_1 .8s linear infinite}@keyframes _spin_p2ma8_1{to{transform:rotate(360deg)}}._galEmpty_p2ma8_455{display:flex;flex-direction:column;align-items:center;padding:40px 0;gap:8px;color:#94a3b8;font-size:14px}._galEmptyIcon_p2ma8_464{font-size:36px}._section_p2ma8_467{margin-top:4px}._subTitle_p2ma8_469{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 14px}._empty_p2ma8_476{font-size:13px;color:#94a3b8;margin:0;padding:16px 0}._docsList_p2ma8_483{display:flex;flex-direction:column;gap:10px}._docItem_p2ma8_485{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fafafa;transition:border-color .15s}._docItem_p2ma8_485:hover{border-color:#c7d2fe}._docInfo_p2ma8_498{display:flex;align-items:center;gap:6px;flex:1;min-width:0}._docLink_p2ma8_506{font-size:13px;font-weight:600;color:#0069c0;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._docLink_p2ma8_506:hover{text-decoration:underline}._docRemark_p2ma8_517,._docDate_p2ma8_523{font-size:12px;color:#94a3b8;white-space:nowrap}._allBtnInDoc_p2ma8_529{display:flex;gap:8px;flex-shrink:0}._btn_p2ma8_405{display:flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .15s}._icon_p2ma8_549{display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1;flex-shrink:0}._downloadBtn_p2ma8_420{background:#f0f9ff;color:#0369a1;border-color:#bae6fd}._downloadBtn_p2ma8_420:hover{background:#e0f2fe;border-color:#7dd3fc}._deleteBtn_p2ma8_427{background:#fff1f2;color:#be123c;border-color:#fecdd3}._deleteBtn_p2ma8_427:hover{background:#ffe4e6;border-color:#fda4af}._deleteBtn_p2ma8_427:disabled{opacity:.4;cursor:not-allowed}._lbBackdrop_p2ma8_574{position:fixed;inset:0;background:#020617eb;z-index:10000;display:flex;align-items:center;justify-content:center;animation:_fadeIn_p2ma8_1 .18s ease}._lbClose_p2ma8_585{position:absolute;top:18px;right:22px;background:#ffffff1f;border:none;color:#fff;font-size:20px;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .15s}._lbClose_p2ma8_585:hover{background:#ffffff38}._lbPrev_p2ma8_605,._lbNext_p2ma8_605{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);color:#fff;font-size:30px;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}._lbPrev_p2ma8_605{left:18px}._lbNext_p2ma8_605{right:18px}._lbPrev_p2ma8_605:hover,._lbNext_p2ma8_605:hover{background:#fff3}._lbContent_p2ma8_627{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:80vw;max-height:80vh}._lbImg_p2ma8_636{max-width:80vw;max-height:72vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px #0006}._lbFile_p2ma8_644{display:flex;flex-direction:column;align-items:center;gap:12px;background:#ffffff14;border-radius:16px;padding:40px 60px}._lbFileIcon_p2ma8_653{font-size:64px}._lbFileName_p2ma8_654{color:#fff;font-size:16px;font-weight:600;margin:0;text-align:center}._lbOpen_p2ma8_661{color:#a5b4fc;font-size:14px;font-weight:600;text-decoration:none;border:1.5px solid #a5b4fc;padding:8px 20px;border-radius:8px;transition:background .15s}._lbOpen_p2ma8_661:hover{background:#a5b4fc1a}._lbCaption_p2ma8_673{color:#fffc;font-size:13px;margin:0;text-align:center}._lbBadge_p2ma8_679{font-size:10px;font-weight:700;padding:3px 12px;border-radius:10px;color:#fff;text-transform:uppercase;letter-spacing:.5px}._smallUpgradePopup_p2ma8_689{position:fixed;top:120px;right:40px;background:#111827;color:#fff;padding:12px 18px;border-radius:10px;font-size:14px;z-index:9999;box-shadow:0 8px 25px #00000026}._upgradeCard_p2ma8_703{background:#fff;border-radius:16px;padding:36px 32px;max-width:360px;width:90%;text-align:center;box-shadow:0 20px 60px #00000038;animation:_slideUp_p2ma8_1 .22s ease}._upgradeLockIcon_p2ma8_713{font-size:44px;margin-bottom:12px}._upgradeTitle_p2ma8_714{font-size:19px;font-weight:700;color:#1e293b;margin:0 0 10px}._upgradeDesc_p2ma8_720{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 24px}._upgradeConfirmBtn_p2ma8_726{background:linear-gradient(135deg,#00659c,#8b5cf6);color:#fff;border:none;border-radius:10px;padding:12px 32px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:opacity .2s}._upgradeConfirmBtn_p2ma8_726:hover{opacity:.88}@keyframes _fadeIn_p2ma8_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_p2ma8_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){._card_p2ma8_3{padding:16px}._galGrid_p2ma8_274{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}._lbPrev_p2ma8_605{left:4px}._lbNext_p2ma8_605{right:4px}._lbContent_p2ma8_627{max-width:96vw}._lbFile_p2ma8_644{padding:28px 24px}._docItem_p2ma8_485{flex-direction:column;align-items:flex-start}._allBtnInDoc_p2ma8_529{width:100%;justify-content:flex-end}}._uploadBox_p2ma8_761{display:flex;flex-direction:column;gap:22px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;margin-bottom:30px}._uploadTop_p2ma8_772{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}._uploadTitle_p2ma8_780{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 6px}._uploadSub_p2ma8_787{font-size:14px;line-height:1.6;color:#64748b;margin:0;max-width:620px}._uploadCount_p2ma8_795{flex-shrink:0;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700}._uploadDrop_p2ma8_806{position:relative;border:1.5px dashed #cbd5e1;border-radius:18px;background:#f8fafc;cursor:pointer;transition:border-color .25s ease,background .25s ease}._uploadDrop_p2ma8_806:hover{border-color:#60a5fa;background:#f8fbff}._hiddenFileInput_p2ma8_822{display:none}._uploadDropInner_p2ma8_826{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}._uploadDropIcon_p2ma8_836{font-size:46px;color:#2563eb;margin-bottom:18px}._uploadDropTitle_p2ma8_842{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px}._uploadDropSub_p2ma8_849{font-size:13px;color:#94a3b8}._uploadActions_p2ma8_854{display:flex;justify-content:flex-end}._uploadBtn_p2ma8_859{height:46px;padding:0 22px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}._uploadBtn_p2ma8_859:hover:not(:disabled){opacity:.92}._uploadBtn_p2ma8_859:active:not(:disabled){transform:translateY(1px)}._uploadBtn_p2ma8_859:disabled{opacity:.5;cursor:not-allowed}._backdrop_1czf0_1{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:9999}._modal_1czf0_11{background:#fff;width:92%;max-width:420px;border-radius:14px;padding:22px;box-shadow:0 20px 40px #0003;animation:_scaleIn_1czf0_1 .2s ease-out}@keyframes _scaleIn_1czf0_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._title_1czf0_32{margin:0;font-size:18px;font-weight:600;color:#0f172a}._message_1czf0_39{margin:10px 0 20px;font-size:14px;color:#475569}._actions_1czf0_45{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_1czf0_51{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;padding:8px 14px;border-radius:8px;cursor:pointer}._cancelBtn_1czf0_51:hover{background:#e2e8f0}._deleteBtn_1czf0_64{background:#dc2626;border:none;color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer}._deleteBtn_1czf0_64:hover{background:#b91c1c}._deleteBtn_1czf0_64:disabled,._cancelBtn_1czf0_51:disabled{opacity:.6;cursor:not-allowed}._card_nv072_1{background:#fff;padding:22px;border-radius:10px;box-shadow:0 2px 6px #0000000f;margin-bottom:30px;position:relative;display:flex;flex-direction:column;height:calc(100vh - 120px)}._title_nv072_15{font-size:22px;font-weight:600;margin-bottom:15px}._searchWrap_nv072_22{position:sticky;top:0;background:#fff;z-index:10;padding-bottom:10px;padding-top:4px}._search_nv072_22{width:100%;padding:10px 14px;font-size:15px;border:1px solid #d0d0d0;border-radius:8px}._tableWrap_nv072_40{flex:1;overflow-y:auto;overflow-x:auto;margin-top:10px;border:1px solid #eee;border-radius:8px}._table_nv072_40{width:100%;border-collapse:collapse}._table_nv072_40 th{background:#f7f7f7;padding:12px;text-align:left;font-size:14px;border-bottom:1px solid #e1e1e1;position:sticky;top:0;z-index:20}._table_nv072_40 td{padding:10px;border-bottom:1px solid #f0f0f0;font-size:14px;white-space:nowrap}._table_nv072_40 tr:hover{background:#fafafa}._empty_nv072_79{margin-top:20px;color:#777;font-size:15px;text-align:center}._titleRow_nv072_85{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._downloadBtn_nv072_92{background:#2563eb;color:#fff;padding:8px 16px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:600;transition:.2s}._downloadBtn_nv072_92:hover{background:#1d4ed8}._colorWrap_nv072_110{display:flex;align-items:center;justify-content:center;gap:8px}._colorDot_nv072_117{width:80%;height:25px;border-radius:5px;border:1px solid #ddd}._wrapper_11lip_2{max-width:760px;margin:30px auto;padding:28px;background:#fff;border-radius:18px;box-shadow:0 18px 45px #00000014;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}._title_11lip_13{text-align:center;font-size:26px;font-weight:700;color:#0f172a;margin-bottom:22px}._modeSelect_11lip_22{width:100%;padding:13px 14px;font-size:15px;border-radius:12px;border:1px solid #d1d5db;background:#f9fafb;margin-bottom:20px;cursor:pointer}._modeSelect_11lip_22:focus{outline:none;border-color:#6366f1;background:#fff}._btnRow_11lip_40{display:flex;justify-content:center;gap:14px;margin-bottom:22px}._startBtn_11lip_48,._stopBtn_11lip_49{display:flex;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease}._startBtn_11lip_48{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}._startBtn_11lip_48:hover{transform:translateY(-1px);box-shadow:0 10px 25px #22c55e59}._stopBtn_11lip_49{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._stopBtn_11lip_49:hover{transform:translateY(-1px);box-shadow:0 10px 25px #ef444459}._icon_11lip_85{font-size:14px}._scannerBox_11lip_90{width:100%;max-width:480px;aspect-ratio:1 / 1;margin:0 auto;border-radius:18px;overflow:hidden;border:2px dashed #e5e7eb;background:radial-gradient(circle,#f9fafb,#f1f5f9);box-shadow:inset 0 0 0 2px #00000005}._successBox_11lip_103{margin-top:22px;padding:15px 18px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#065f46;border-left:5px solid #10b981;border-radius:14px;font-weight:600;text-align:center}._errorBox_11lip_115{margin-top:22px;padding:15px 18px;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#991b1b;border-left:5px solid #ef4444;border-radius:14px;font-weight:600;text-align:center}._statusBadge_11lip_126{position:absolute;top:12px;right:12px;padding:6px 12px;font-size:12px;font-weight:700;border-radius:999px;letter-spacing:.4px}._live_11lip_137{background:#dcfce7;color:#166534}._paused_11lip_142{background:#fee2e2;color:#991b1b}._wrapper_1vjfr_1{padding:20px;max-width:100%}._title_1vjfr_6{font-size:24px;font-weight:700;margin-bottom:20px}._downloadBtn_1vjfr_11{height:46px;padding:0 18px;border-radius:12px;border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;min-width:120px;transition:all .22s ease;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2563eb14}._downloadBtn_1vjfr_11:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 10px 22px #2563eb24}._downloadBtn_1vjfr_11:active{transform:scale(.98)}._downloadBtn_1vjfr_11:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._stats_1vjfr_75{display:flex;gap:15px;margin-bottom:20px}._cancelWrapper_1vjfr_80{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:24px}._cancelCard_1vjfr_88{width:100%;max-width:520px;background:#fff;border-radius:28px;padding:50px 35px;text-align:center;box-shadow:0 15px 40px #00000014;border:1px solid #f1f1f1}._cancelIcon_1vjfr_99{width:90px;height:90px;margin:0 auto 20px;border-radius:50%;background:#ffe5e5;color:#e53935;display:flex;align-items:center;justify-content:center;font-size:52px}._cancelTitle_1vjfr_112{font-size:32px;font-weight:700;color:#111;margin-bottom:12px}._cancelText_1vjfr_119{font-size:16px;color:#666;line-height:1.7}._card_1vjfr_124,._cardSuccess_1vjfr_125,._cardPending_1vjfr_126{flex:1;padding:18px;border-radius:14px;background:#fff;border:1px solid #eee;text-align:center;box-shadow:0 4px 12px #0000000a}._cardSuccess_1vjfr_125{background:#eafbea;border-color:#b8e5b8}._cardPending_1vjfr_126{background:#fff5e6;border-color:#ffe0b3}._searchWrap_1vjfr_146{margin-bottom:20px}._search_1vjfr_146{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #dcdcdc;font-size:15px}._table_1vjfr_158{width:100%;border-collapse:collapse}._tableWrap_1vjfr_158{border-radius:12px;overflow-y:auto;border:1px solid #e6e6e6;height:600px;position:relative}._table_1vjfr_158 th{background:#fafafa;padding:12px;text-align:left;font-weight:600;font-size:14px;color:#444;position:sticky;top:0;z-index:10}._table_1vjfr_158 td{padding:10px;border-top:1px solid #f1f1f1;font-size:14px}._table_1vjfr_158 tr:hover{background:#fcfcfc}._checked_1vjfr_202{color:#0b7a0b;font-weight:600;display:flex;align-items:center;gap:5px}._pending_1vjfr_210{color:#d07500;font-weight:600;display:flex;align-items:center;gap:5px}._btn_1vjfr_218{padding:8px 16px;background:#10893714;color:#108937;border:1px solid rgba(16,137,55,.25);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .25s ease}._btn_1vjfr_218:hover{background:#10893724;border-color:#10893766}._btn_1vjfr_218:active{background:#10893733}._empty_1vjfr_246{text-align:center;margin-top:20px;color:#777;font-size:15px}._popupOverlay_1vjfr_252{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999}._popupBox_1vjfr_265{background:#fff;padding:24px;width:340px;border-radius:10px;box-shadow:0 0 20px #00000026;animation:_fadeIn_1vjfr_1 .2s ease}._popupBox_1vjfr_265 h3{margin:0 0 10px;font-size:18px}._popupBtns_1vjfr_279{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}._cancelBtn_1vjfr_286{padding:8px 14px;border-radius:6px;border:1px solid #ccc;background:#f4f4f4;cursor:pointer;color:#000}._okBtn_1vjfr_295{padding:8px 14px;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer}@keyframes _fadeIn_1vjfr_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._btnUncheck_1vjfr_308{background:#ff3b3b;color:#fff;padding:6px 12px;border-radius:6px;border:none;cursor:pointer}._btnUncheck_1vjfr_308:hover{background:#d63030}._titleRow_1vjfr_320{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._filterRow_1vjfr_327{display:flex;align-items:flex-end;gap:18px;margin-bottom:22px;flex-wrap:wrap}._search_1vjfr_146{flex:1;min-width:260px;padding:12px 14px;border-radius:10px;border:1px solid #dcdcdc;font-size:15px}._search_1vjfr_146:focus{outline:none;border-color:#bcbcbc}._filterItem_1vjfr_350{display:flex;flex-direction:column;gap:5px;min-width:160px}._filterItem_1vjfr_350 label{font-size:14px;font-weight:600;color:#333}._filterItem_1vjfr_350 select{padding:12px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;font-size:15px;cursor:pointer}._filterItem_1vjfr_350 select:focus{outline:none;border-color:#bcbcbc}._hiddenScannerInput_1vjfr_379{position:absolute;opacity:0;height:0;width:0}._toggleWrapper_1vjfr_390{display:flex;align-items:center;justify-content:start;gap:12px;padding:12px 16px;margin:16px 0;background:#f9fafb;border-radius:10px}._toggleLabel_1vjfr_404{font-size:15px;font-weight:600;color:#1f2937}._switch_1vjfr_411{position:relative;display:inline-block;width:46px;height:24px}._switch_1vjfr_411 input{opacity:0;width:0;height:0}._slider_1vjfr_426{position:absolute;inset:0;background-color:#e5e7eb;border-radius:50px;transition:.3s ease}._slider_1vjfr_426:before{content:"";position:absolute;height:20px;width:20px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:.3s ease;box-shadow:0 2px 4px #00000026}._switch_1vjfr_411 input:checked+._slider_1vjfr_426{background-color:#6b7280}._switch_1vjfr_411 input:checked+._slider_1vjfr_426:before{transform:translate(22px)}._wrapper_bedvp_1{padding:20px;max-width:100%}._title_bedvp_7{font-size:24px;font-weight:700;margin-bottom:20px}._downloadBtn_bedvp_12{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;outline:none;padding:11px 18px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;min-width:120px;transition:all .25s ease;box-shadow:0 6px 18px #4f46e540}._downloadBtn_bedvp_12:hover{transform:translateY(-2px);box-shadow:0 10px 24px #4f46e559}._downloadBtn_bedvp_12:active{transform:scale(.98)}._downloadBtn_bedvp_12:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._zoneSelectBox_bedvp_44{margin-bottom:20px;display:flex;flex-direction:column;gap:6px}._cancelWrapper_bedvp_50{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:24px}._cancelCard_bedvp_58{width:100%;max-width:520px;background:#fff;border-radius:28px;padding:50px 35px;text-align:center;box-shadow:0 15px 40px #00000014;border:1px solid #f1f1f1}._cancelIcon_bedvp_69{width:90px;height:90px;margin:0 auto 20px;border-radius:50%;background:#ffe5e5;color:#e53935;display:flex;align-items:center;justify-content:center;font-size:52px}._cancelTitle_bedvp_82{font-size:32px;font-weight:700;color:#111;margin-bottom:12px}._cancelText_bedvp_89{font-size:16px;color:#666;line-height:1.7}._zoneSelectBox_bedvp_44 label{font-size:14px;font-weight:600;color:#333}._zoneSelectBox_bedvp_44 select{padding:14px 16px;border-radius:10px;border:1px solid #d0d0d0;font-size:15px;background:#fff;width:280px}._zoneSelectBox_bedvp_44 select:focus{outline:none}._filterRow_bedvp_114{display:flex;align-items:flex-end;gap:22px;margin-bottom:20px;flex-wrap:wrap}._filterRow_bedvp_114 label{font-size:14px;font-weight:600;color:#333}._searchGroup_bedvp_129{display:flex;flex-direction:column;gap:5px;flex:1}._search_bedvp_129{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #dcdcdc;font-size:15px}._search_bedvp_129:focus{outline:none}._selectGroup_bedvp_147{display:flex;flex-direction:column;gap:5px}._select_bedvp_147{padding:12px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;font-size:15px;min-width:150px}._select_bedvp_147:focus{outline:none}._stats_bedvp_165{display:flex;gap:15px;margin-bottom:20px}._card_bedvp_171,._cardSuccess_bedvp_172,._cardPending_bedvp_173{flex:1;padding:18px;border-radius:14px;background:#fff;border:1px solid #eee;text-align:center;box-shadow:0 4px 12px #0000000a}._cardSuccess_bedvp_172{background:#eafbea;border-color:#b8e5b8}._cardPending_bedvp_173{background:#fff5e6;border-color:#ffe0b3}._tableWrap_bedvp_196{border-radius:12px;border:1px solid #e6e6e6;max-height:600px;overflow-y:auto;overflow-x:auto;background:#fff}._table_bedvp_196{width:100%;border-collapse:collapse}._table_bedvp_196 th{background:#fafafa;padding:12px;text-align:left;font-weight:600;font-size:14px;color:#444;position:sticky;top:0;z-index:10}._table_bedvp_196 td{padding:10px;border-top:1px solid #f1f1f1;font-size:14px}._table_bedvp_196 tr:hover{background:#fcfcfc}._checked_bedvp_236{color:#0b7a0b;font-weight:600;display:flex;align-items:center;gap:5px}._pending_bedvp_244{color:#d07500;font-weight:600;display:flex;align-items:center;gap:5px}._btn_bedvp_253{padding:8px 16px;background:#10893714;color:#108937;border:1px solid rgba(16,137,55,.25);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .25s ease}._btn_bedvp_253:hover{background:#10893724;border-color:#10893766}._btn_bedvp_253:active{background:#10893733}._downloadBtn_bedvp_12{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#10893714;color:#108937;border:1px solid rgba(16,137,55,.25);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .25s ease}._downloadBtn_bedvp_12:hover{background:#10893724;border-color:#10893766}._downloadBtn_bedvp_12:active{background:#10893733}._icon_bedvp_311{font-size:16px;display:flex}._empty_bedvp_317{text-align:center;margin-top:20px;color:#777;font-size:15px}._headerRow_bedvp_323{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._noZoneBox_bedvp_329{background:#f8fafc;border:1px dashed #cbd5e1;padding:60px 20px;text-align:center;border-radius:16px;margin-top:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}._noZoneIcon_bedvp_344{width:80px;height:80px;background:#e0f2fe;color:#0284c7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:16px}._noZoneBox_bedvp_329 h2{font-size:22px;font-weight:600;color:#0f172a;margin-bottom:8px}._noZoneBox_bedvp_329 p{font-size:14px;color:#64748b;max-width:420px;line-height:1.5}._btn_bedvp_253:disabled{background:#ccc;cursor:not-allowed;opacity:.7}._btnUncheck_bedvp_379{background:#ff3b3b;color:#fff;padding:6px 12px;border-radius:6px;border:none;cursor:pointer}._btnUncheck_bedvp_379:hover{background:#d63030}._toggleWrapper_bedvp_394{display:flex;align-items:center;justify-content:start;gap:12px;padding:12px 16px;margin:16px 0;background:#f9fafb;border-radius:10px}._toggleLabel_bedvp_408{font-size:15px;font-weight:600;color:#1f2937}._switch_bedvp_415{position:relative;display:inline-block;width:46px;height:24px}._switch_bedvp_415 input{opacity:0;width:0;height:0}._slider_bedvp_430{position:absolute;inset:0;background-color:#e5e7eb;border-radius:50px;transition:.3s ease}._slider_bedvp_430:before{content:"";position:absolute;height:20px;width:20px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:.3s ease;box-shadow:0 2px 4px #00000026}._switch_bedvp_415 input:checked+._slider_bedvp_430{background-color:#6b7280}._switch_bedvp_415 input:checked+._slider_bedvp_430:before{transform:translate(22px)}._zoneBar_bedvp_462{display:flex;gap:20px;flex-wrap:wrap;align-items:flex-end;margin-bottom:20px}._zoneItem_bedvp_470{display:flex;flex-direction:column;min-width:220px}._zoneLabel_bedvp_476{font-size:13px;font-weight:500;margin-bottom:6px;color:#555}._zoneSelect_bedvp_44{height:38px;padding:0 10px;border-radius:6px;border:1px solid #ddd;background:#fff;font-size:14px}._zoneInfo_bedvp_492{min-height:38px;padding:8px 12px;border-radius:6px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;font-size:14px;color:#333}._rsvpContainer_12o27_1{width:100%;display:flex;gap:24px;margin-top:20px}._rsvpSection_12o27_9{flex:0 0 300px;background:#fff;border:1px solid #e6e8ec;border-radius:16px;padding:20px;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:14px}._sectionHeader_12o27_22{display:flex;align-items:center;gap:12px}._sectionIconWrap_12o27_28{width:40px;height:40px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._sectionTitle_12o27_39{font-size:16px;font-weight:700;color:#111827;margin:0;line-height:1.2}._sectionSubtitle_12o27_47{font-size:12px;color:#9ca3af;margin:2px 0 0}._uploadBox_12o27_54{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 12px;border:1.5px dashed #bfdbfe;border-radius:12px;background:#f8fbff;cursor:pointer;transition:all .2s ease}._uploadBox_12o27_54:hover{background:#eff6ff;border-color:#2563eb}._uploadBoxDisabled_12o27_73{opacity:.5;cursor:not-allowed;pointer-events:none}._hiddenInput_12o27_79{display:none}._uploadIcon_12o27_83{transition:transform .2s}._uploadBox_12o27_54:hover ._uploadIcon_12o27_83{transform:translateY(-2px)}._uploadLabel_12o27_91{font-size:14px;font-weight:600;color:#2563eb}._uploadHint_12o27_97{font-size:11px;color:#9ca3af}._importProgressBox_12o27_103{padding:10px 14px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:13px;color:#1d4ed8}._loader_12o27_114{width:16px;height:16px;border-radius:50%;border:3px solid #2563eb;border-top-color:transparent;animation:_spin_12o27_1 .8s linear infinite;flex-shrink:0}@keyframes _spin_12o27_1{to{transform:rotate(360deg)}}._importedCard_12o27_129{display:flex;align-items:center;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}._importedIconWrap_12o27_139{width:36px;height:36px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._importedLabel_12o27_150{font-size:11px;color:#9ca3af;display:block;margin-bottom:2px}._importedCount_12o27_157{display:flex;align-items:baseline;gap:2px}._importedNum_12o27_163{font-size:20px;font-weight:700;color:#111827}._importedMax_12o27_169{font-size:14px;color:#6b7280}._limitReached_12o27_174{font-size:12px;color:#ef4444;font-weight:600}._warningBox_12o27_181{display:flex;align-items:flex-start;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:12px 14px}._warningDot_12o27_191{font-size:15px;color:#16a34a;flex-shrink:0;margin-top:1px}._rsvpWarning_12o27_198{font-size:12.5px;color:#15803d;margin:0;line-height:1.5}._planCard_12o27_206{display:flex;align-items:center;gap:12px;border-radius:10px;padding:12px 14px}._planIconWrap_12o27_214{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._planTextGroup_12o27_224{display:flex;flex-direction:column;gap:1px;flex:1}._planLabel_12o27_231{font-size:11px;color:#9ca3af}._planName_12o27_236{font-size:14px;font-weight:700}._planMax_12o27_241{font-size:12px;font-weight:600;background:#e0f2fe;color:#0369a1;padding:3px 8px;border-radius:20px;white-space:nowrap}._helpRow_12o27_252{display:flex;align-items:center;gap:5px;padding-top:2px}._helpText_12o27_259{font-size:12.5px;color:#9ca3af}._helpLink_12o27_264{font-size:12.5px;color:#2563eb;font-weight:500;text-decoration:none}._helpLink_12o27_264:hover{text-decoration:underline}._rsvpChartsBox_12o27_276{flex:1;background:#fff;border:1px solid #e6e8ec;border-radius:16px;padding:20px;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:16px}._analyticsHeader_12o27_288{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}._exportBtn_12o27_296{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;background:#10893714;color:#108937;border:1px solid rgba(16,137,55,.25);border-radius:8px;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._exportBtn_12o27_296:hover{background:#10893724;border-color:#10893766}._exportBtn_12o27_296:active{background:#10893738}._icon_12o27_321{font-size:16px}._chartsContainer_12o27_325{width:100%}._chartBox_12o27_329{width:100%;padding:16px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb}._chartBox_12o27_329 h4{font-size:15px;font-weight:600;color:#374151;margin:0 0 12px}._container_10mhw_1{padding:25px;background:#fff;max-width:700px;width:100%;margin:0 auto;border-radius:10px;box-shadow:0 4px 10px #00000014}._title_10mhw_12{font-size:22px;font-weight:600;margin-bottom:25px;color:#222}._field_10mhw_20{display:flex;flex-direction:column;margin-bottom:18px}._field_10mhw_20 label{font-size:14px;font-weight:500;margin-bottom:6px;color:#555}._input_10mhw_33,._select_10mhw_34{padding:12px;border-radius:6px;border:1px solid #ddd;font-size:15px;outline:none;transition:.2s}._input_10mhw_33:focus,._select_10mhw_34:focus{border-color:#06f;box-shadow:0 0 4px #0066ff4d}._button_10mhw_50{background:#3580f1;color:#fff;padding:12px 20px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:.2s;width:100%}._button_10mhw_50:disabled{opacity:.6;cursor:not-allowed}._button_10mhw_50:hover:not(:disabled){background:#3075e4}._listTitle_10mhw_75{margin-top:35px;font-size:18px;font-weight:600;margin-bottom:15px;color:#222}._memberCard_10mhw_84{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fafafa;border:1px solid #eee;border-radius:8px;margin-bottom:12px;transition:.2s}._memberCard_10mhw_84:hover{background:#f1f6ff;border-color:#dce7ff}._avatar_10mhw_102{width:42px;height:42px;background:#06f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;margin-right:12px}._memberInfo_10mhw_117{display:flex;align-items:center;flex:1}._memberName_10mhw_123{font-size:16px;font-weight:600;color:#222}._memberEmail_10mhw_129{font-size:13px;color:#666}._role_10mhw_135{font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;background:#e8f0ff;color:#06f;margin-right:15px}._status_10mhw_146{font-size:13px;color:#444;margin-right:15px}._actions_10mhw_152{display:flex;gap:8px}._resendBtn_10mhw_158{border:1px solid #0066ff;background:transparent;color:#06f;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;transition:.2s}._resendBtn_10mhw_158:hover{background:#06f;color:#fff}._deleteBtn_10mhw_173{background:#ff4d4d;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}._deleteBtn_10mhw_173:hover{background:#e60000}._deleteBtn_10mhw_173:active{transform:scale(.97)}._refreshBtn_10mhw_192{background:#007bff;color:#fff;padding:6px 14px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:.2s}._refreshBtn_10mhw_192:hover{background:#005fcc}._listHeader_10mhw_206{display:flex;justify-content:space-between;align-items:center;margin-top:25px;margin-bottom:12px}._layout_zxa7f_2{display:grid;grid-template-columns:1fr 480px;gap:32px;align-items:flex-start;margin-top:24px}._elementControls_zxa7f_10{margin-top:20px;padding-top:12px;border-top:1px solid #e5e7eb}._qrBox_zxa7f_16{background:#fff;padding:0;border-radius:8px}._checkboxRow_zxa7f_32{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:14px}._previewColumn_zxa7f_42{display:flex;justify-content:center;position:sticky;top:80px}._settingsColumn_zxa7f_50{background:#fff;padding:24px;border-radius:14px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:18px}._draggableText_zxa7f_60{cursor:grab;-webkit-user-select:none;user-select:none;background:#ffffffe6;padding:4px 8px;border-radius:6px;font-size:13px;white-space:nowrap}._elementControls_zxa7f_10 strong{display:block;margin-bottom:12px;font-size:14px;font-weight:600;color:#111827}@media(max-width:1024px){._layout_zxa7f_2{grid-template-columns:1fr}._previewColumn_zxa7f_42{position:relative;top:0;margin-bottom:24px}}._popupOverlay_zxa7f_109{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:9999}._popup_zxa7f_109{background:#fff;border-radius:14px;padding:22px 26px;width:360px;max-width:92%;text-align:center;box-shadow:0 12px 32px #00000040;animation:_popupFade_zxa7f_1 .2s ease-out}._popup_zxa7f_109 p{font-size:15px;line-height:1.5;margin-bottom:18px;color:#0f172a}._success_zxa7f_138{border-top:4px solid #22c55e}._error_zxa7f_142{border-top:4px solid #dc2626}._popupBtn_zxa7f_149{background:#2563eb;color:#fff;border:none;padding:10px 22px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}._popupBtn_zxa7f_149:hover{background:#1d4ed8;box-shadow:0 6px 16px #2563eb59}._uploadOverlay_zxa7f_168{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;background-color:#f8fafc;border:2px dashed #cbd5e1;border-bottom:2px solid #e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;z-index:20;cursor:pointer;transition:all .3s ease}._uploadOverlay_zxa7f_168:hover{background-color:#f1f5f9;border-color:#3b82f6}._uploadBtn_zxa7f_196{display:flex;align-items:center;gap:8px;border:none;padding:12px 24px;border-radius:8px;background:#3b82f6;color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #2563eb4d;transition:all .2s ease}._uploadBtn_zxa7f_196:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb66}._uploadBtn_zxa7f_196:active{transform:translateY(0)}._uploadBtn_zxa7f_196 ._btnIcon_zxa7f_233{font-size:18px}._uploadHint_zxa7f_238{font-size:12px;color:#64748b;text-align:center;line-height:1.5;background:#fff9;padding:4px 10px;border-radius:4px}@keyframes _popupFade_zxa7f_1{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){._popup_zxa7f_109{padding:18px 20px;width:92%}._popup_zxa7f_109 p{font-size:14px}._popupBtn_zxa7f_149{width:100%;padding:12px;font-size:15px}}@media(max-width:768px){._badge_zxa7f_284{transform:scale(.85);transform-origin:top center}}@media(max-width:480px){._badge_zxa7f_284{transform:scale(.75);transform-origin:top center}}._buttonGroup_zxa7f_302{display:flex;flex-direction:column;gap:10px;margin-top:20px}._saveBtn_zxa7f_315,._removeBtn_zxa7f_316{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .25s ease}._btnIcon_zxa7f_233{font-size:16px}._saveBtn_zxa7f_315{border:none;background-color:#3b82f6;color:#fff}._saveBtn_zxa7f_315:hover{background-color:#3b82f6;transform:translateY(-1px)}._saveBtn_zxa7f_315:active{transform:translateY(0)}._removeBtn_zxa7f_316{background-color:#fff;border:1px solid #e0e0e0;color:#d64545}._removeBtn_zxa7f_316:hover{background-color:#ffecec;border-color:#f1b5b5}._sectionCard_zxa7f_406{border:1px solid #e5e7eb;border-radius:10px;padding:16px;background:#fafafa;transition:.2s ease}._sectionCard_zxa7f_406:hover{border-color:#d1d5db}._rowGrid_zxa7f_418{display:grid;grid-template-columns:1fr 1fr;gap:16px}._sectionTitle_zxa7f_424{font-size:14px;font-weight:600;margin-bottom:12px;color:#111827}._inputField_zxa7f_431{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;font-size:14px;outline:none;transition:.2s}._inputField_zxa7f_431:focus{outline:none;box-shadow:none;border-color:#d1d5db}._inlineGrid_zxa7f_449{display:grid;grid-template-columns:1fr 1fr;gap:12px}._saveBtn_zxa7f_315,._removeBtn_zxa7f_316{width:100%;justify-content:center}._inputGroup_zxa7f_473{display:flex;flex-direction:column;gap:4px}._inputLabel_zxa7f_479{font-size:12px;font-weight:500;color:#374151}input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:#2563eb;border-radius:999px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;background:#2563eb;cursor:pointer;margin-top:-6px;box-shadow:0 1px 3px #0000004d}input[type=range]::-moz-range-thumb{height:18px;width:18px;border:none;border-radius:50%;background:#2563eb;cursor:pointer;box-shadow:0 1px 3px #0000004d}._customUploadBox_zxa7f_525{width:100%;min-height:96px;border:1.5px dashed #cbd5e1;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;align-items:center;gap:14px;padding:18px;cursor:pointer;transition:border-color .25s ease,background .25s ease,transform .2s ease,box-shadow .25s ease}._customUploadBox_zxa7f_525:hover{border-color:#3b82f6;background:#f8fbff;box-shadow:0 6px 18px #3b82f614;transform:translateY(-1px)}._customUploadIcon_zxa7f_570{width:48px;height:48px;min-width:48px;border-radius:12px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;padding:12px;font-size:22px}._customUploadContent_zxa7f_595{display:flex;flex-direction:column;gap:4px}._customUploadTitle_zxa7f_601{font-size:14px;font-weight:600;color:#0f172a;line-height:1.3}._customUploadSubtext_zxa7f_610{font-size:12px;color:#64748b;line-height:1.5}._toggleRow_zxa7f_455{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:14px;color:#374151;border-bottom:1px solid #eef2f7}._toggleRow_zxa7f_455:last-child{border-bottom:none}._toggleInput_zxa7f_640{appearance:none!important;-webkit-appearance:none!important;position:relative;width:44px!important;height:24px!important;min-width:44px;border-radius:999px!important;background-color:#d1d5db!important;border:none!important;outline:none!important;box-shadow:none!important;cursor:pointer;transition:background-color .25s ease;flex-shrink:0;padding:0!important}._toggleInput_zxa7f_640:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background-color:#fff!important;top:3px;left:3px;transition:transform .25s ease;box-shadow:0 1px 3px #0000002e}._toggleInput_zxa7f_640:checked{background-color:#2563eb!important}._toggleInput_zxa7f_640:checked:before{transform:translate(20px)}._counter_1g79w_1{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}._btn_1g79w_12{width:36px;height:36px;border:none;background:#fff;cursor:pointer;font-size:18px;transition:background .2s ease;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}._btn_1g79w_12:hover{background:#f3f4f6}._numberWrapper_1g79w_29{width:60px;height:36px;overflow:hidden;position:relative}._track_1g79w_39{display:flex;flex-direction:column}._num_1g79w_29{height:36px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}._builderContainer_19bxo_2{max-width:900px;margin:0 auto;padding:2rem;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._previewTitle_19bxo_11{font-size:1.5rem!important;font-weight:700;color:#fff!important;border-radius:10px;padding:2rem 1rem;text-align:center;background:linear-gradient(to right,#01669c,#03b4ef);margin-bottom:2rem}._errorContainer_19bxo_22{padding:2rem;text-align:center}._errorContainer_19bxo_22 h2{font-size:1.5rem;color:#dc2626;margin-bottom:.5rem}._errorContainer_19bxo_22 p{color:#6b7280}._loadingOverlay_19bxo_38{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}._loader_19bxo_48{border:4px solid #f3f4f6;border-top:4px solid #2563eb;border-radius:50%;width:50px;height:50px;animation:_spin_19bxo_1 1s linear infinite}@keyframes _spin_19bxo_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_19bxo_63{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._header_19bxo_63 h2{font-size:1.75rem;font-weight:700;color:#111827}._addFieldBtn_19bxo_76{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._addFieldBtn_19bxo_76:hover{background:#1e40af;transform:translateY(-1px)}._previewSection_19bxo_96{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}._previewSection_19bxo_96 h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1f2937}._previewFields_19bxo_110{display:flex;flex-direction:column;gap:5px}._previewField_19bxo_110{margin-bottom:1rem}._previewField_19bxo_110 label{font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem;display:block}._required_19bxo_128{color:#dc2626;margin-left:.25rem}._previewInput_19bxo_133,._previewTextarea_19bxo_134,._previewSelect_19bxo_135{width:100%;padding:.75rem;border:1px dashed #d1d5db;border-radius:8px;background:#fff;font-size:.9rem;color:#9ca3af}._previewTextarea_19bxo_134{resize:vertical;font-family:inherit}._fieldManager_19bxo_154{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:32px}._customFieldTitle_19bxo_162{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#111827;margin-bottom:16px}._section_19bxo_176{padding-bottom:28px;margin-bottom:28px;border-bottom:2px solid #e5e7eb}._section_19bxo_176:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionTitle_19bxo_188{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#111827;margin-bottom:1rem}._sectionIcon_19bxo_198{font-size:18px;color:#2563eb}._fieldsList_19bxo_204{display:flex;flex-direction:column;gap:12px}._fieldItem_19bxo_211{display:flex;align-items:center;gap:16px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:box-shadow .2s ease,border .2s ease}._fieldItem_19bxo_211:hover{border-color:#c7d2fe;box-shadow:0 8px 18px #4f46e514}._fieldIconBox_19bxo_228{width:38px;height:38px;border-radius:12px;background:#eef2ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:20px;flex-shrink:0}._fieldCenter_19bxo_242{flex:1;display:flex;flex-direction:column;gap:4px}._fieldLabel_19bxo_249{font-size:15px;font-weight:600;color:#111827}._fieldTypeBadge_19bxo_255{font-size:12px;font-weight:600;color:#475569;background:#f1f5f9;padding:4px 10px;border-radius:999px;width:fit-content}._fieldActions_19bxo_266{display:flex;align-items:center;gap:16px}._switch_19bxo_276{position:relative;width:44px;height:24px}._switch_19bxo_276 input{opacity:0;width:0;height:0}._slider_19bxo_288{position:absolute;inset:0;background:#d1d5db;border-radius:999px;cursor:pointer;transition:background .25s ease}._slider_19bxo_288:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s ease}._switch_19bxo_276 input:checked+._slider_19bxo_288{background:#2563eb}._switch_19bxo_276 input:checked+._slider_19bxo_288:before{transform:translate(20px)}._deleteBtn_19bxo_318{padding:.5rem;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}._deleteBtn_19bxo_318:hover{background:#fecaca;transform:scale(1.05)}._noCustomFields_19bxo_336{text-align:center;padding:32px;color:#6b7280;font-size:14px}._fakeSubmit_19bxo_343{width:100%;padding:1rem;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._saveBtn_19bxo_357{width:100%;padding:1rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._saveBtn_19bxo_357:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #16a34a4d}._saveBtn_19bxo_357:disabled{opacity:.6;cursor:not-allowed}._drawerOverlay_19bxo_381{position:fixed;inset:0;background:#00000080;z-index:999;animation:_fadeIn_19bxo_1 .2s}@keyframes _fadeIn_19bxo_1{0%{opacity:0}to{opacity:1}}._drawer_19bxo_381{position:fixed;right:0;top:0;bottom:0;width:500px;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1000;display:flex;flex-direction:column;animation:_slideIn_19bxo_1 .3s ease-out}@keyframes _slideIn_19bxo_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawerHeader_19bxo_414{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._drawerHeader_19bxo_414 h3{font-size:1.25rem;font-weight:600;color:#111827}._closeBtn_19bxo_428{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}._closeBtn_19bxo_428:hover{background:#f3f4f6}._drawerContent_19bxo_444{flex:1;overflow-y:auto;padding:1.5rem}._drawerSection_19bxo_450{margin-bottom:2rem}._drawerSection_19bxo_450 h4{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.05em}._fieldGrid_19bxo_463{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._fieldOption_19bxo_469{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}._fieldOption_19bxo_469:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-2px)}._fieldOptionIcon_19bxo_487{font-size:1.25rem}._fieldOptionLabel_19bxo_491{font-size:.85rem;font-weight:500;color:#374151}._customFieldForm_19bxo_498{display:flex;flex-direction:column;gap:1rem}._formGroup_19bxo_504{display:flex;flex-direction:column;gap:.5rem}._formGroup_19bxo_504 label{font-size:.875rem;font-weight:500;color:#374151}._fieldInput_19bxo_516{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem}._fieldInput_19bxo_516:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._checkboxGroup_19bxo_529{display:flex;align-items:center;gap:.5rem}._checkboxGroup_19bxo_529 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._checkboxGroup_19bxo_529 label{font-size:.875rem;color:#374151;cursor:pointer}._statusWrapper_19bxo_551{position:relative}._statusButton_19bxo_555{width:100%;background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._statusButton_19bxo_555:hover{border-color:#2563eb}._chevron_19bxo_574{font-size:12px;transition:transform .25s ease}._chevronOpen_19bxo_579{transform:rotate(180deg)}._statusMenu_19bxo_583{position:absolute;top:calc(100% + 8px);width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px;z-index:30;box-shadow:0 8px 20px #00000014}._statusItem_19bxo_595{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#334155;cursor:pointer}._statusItem_19bxo_595:hover{background:#eff6ff;color:#2563eb}._drawerFooter_19bxo_610{padding:1.5rem;border-top:1px solid #e5e7eb}._optionsSection_19bxo_616{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._optionsSection_19bxo_616>label{font-size:.875rem;font-weight:500;color:#374151}._optionInputGroup_19bxo_631{display:flex;gap:.5rem}._addOptionBtn_19bxo_636{width:20%;padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}._addOptionBtn_19bxo_636:hover{background:#059669}._optionsList_19bxo_653{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._optionItem_19bxo_660{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px}._optionItem_19bxo_660 span{font-size:.875rem;color:#374151}._removeOptionBtn_19bxo_675{padding:.25rem;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}._removeOptionBtn_19bxo_675:hover{background:#fecaca}._submitBtn_19bxo_692{width:100%;padding:.875rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._submitBtn_19bxo_692:hover:not(:disabled){background:#1e40af}._submitBtn_19bxo_692:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._drawer_19bxo_381{width:100%}._builderContainer_19bxo_2{padding:1rem}._header_19bxo_63{flex-direction:column;gap:1rem;align-items:stretch}._addFieldBtn_19bxo_76{width:100%;justify-content:center}._fieldActions_19bxo_266{flex-direction:column;align-items:flex-end;gap:.5rem}}._checkboxLabel_19bxo_741{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;cursor:pointer}._checkboxLabel_19bxo_741 input{margin-top:3px}._saveHint_19bxo_754{margin-top:10px;font-size:13px;color:#6b7280;background:#f9fafb;border-left:3px solid #2563eb;padding:8px 12px 5px;border-radius:6px;margin-bottom:10px}._fieldLabelWithIcon_19bxo_765{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151}._fieldIcon_19bxo_228{font-size:14px;color:#64748b}._inputWithIcon_19bxo_778{position:relative;width:100%}._inputIcon_19bxo_783{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#94a3b8;pointer-events:none}._textareaIcon_19bxo_793{position:absolute;top:18px;left:16px;color:#9ca3af;font-size:16px;pointer-events:none;z-index:1}._previewInputWithIcon_19bxo_804{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px;background-color:#fff}._previewTextareaWithIcon_19bxo_813{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px;resize:vertical;min-height:120px;font-size:14px}._previewSelectWithIcon_19bxo_824{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px}._fileUploadBox_19bxo_831{border:2px dashed #d1d5db;border-radius:14px;padding:28px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px}._fileUploadIcon_19bxo_843{font-size:32px;color:#9ca3af}._fileUploadText_19bxo_848 strong{font-size:14px;color:#111827}._fileUploadText_19bxo_848 p{font-size:12px;color:#6b7280;margin:2px 0}._fileUploadText_19bxo_848 span{font-size:11px;color:#9ca3af}._layoutToggleBtn_19bxo_864{padding:6px 10px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid #e5e7eb;background:#f8fafc;color:#374151;cursor:pointer}._layoutToggleBtn_19bxo_864:hover{background:#eff6ff;border-color:#2563eb}._fullWidth_19bxo_880{grid-column:span 2}._twoCol_19bxo_884{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._modalOverlay_19bxo_892{position:fixed;inset:0;background:#00000080;z-index:2000}._deleteModal_19bxo_899{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:28px;width:380px;border-radius:16px;box-shadow:0 20px 50px #00000026;z-index:2001;text-align:center;animation:_scaleIn_19bxo_1 .2s ease}@keyframes _scaleIn_19bxo_1{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}._deleteModal_19bxo_899 h4{font-size:18px;font-weight:700;margin-bottom:10px}._deleteModal_19bxo_899 p{font-size:14px;color:#475569;margin-bottom:20px}._modalActions_19bxo_937{display:flex;justify-content:center;gap:12px}._cancelBtn_19bxo_943{padding:8px 16px;border-radius:8px;border:1px solid #e5e7eb;background:#f8fafc;color:#374151;cursor:pointer}._cancelBtn_19bxo_943:hover{background:#e2e8f0}._confirmDeleteBtn_19bxo_956{padding:8px 16px;border-radius:8px;border:none;background:#dc2626;color:#fff;cursor:pointer}._confirmDeleteBtn_19bxo_956:hover{background:#b91c1c}._customCheckbox_19bxo_971{display:flex;gap:.5rem;cursor:default;font-size:14px;position:relative;align-items:center}._customCheckbox_19bxo_971 input{position:absolute;opacity:0;height:0;width:0}._checkmark_19bxo_987{height:18px;width:18px;border:2px solid #cbd5e1;border-radius:6px;background-color:#fff;display:inline-block;position:relative;transition:all .2s ease}._customCheckbox_19bxo_971 input:checked+._checkmark_19bxo_987{background-color:#2563eb;border-color:#2563eb}._customCheckbox_19bxo_971 input:checked+._checkmark_19bxo_987:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkboxText_19bxo_1017{color:#374151;font-weight:500;margin-top:2px}._customRadioGroup_19bxo_1025{display:flex;flex-direction:column;gap:12px;margin-top:8px}._customRadio_19bxo_1025{display:flex!important;gap:8px;position:relative;cursor:default;font-size:14px;font-weight:500;color:#374151;align-items:center}._customRadio_19bxo_1025 input{position:absolute;opacity:0;height:0;width:0}._radioMark_19bxo_1052{height:18px;width:18px;border:2px solid #cbd5e1;border-radius:50%;background-color:#fff;display:inline-block;position:relative;transition:all .2s ease}._customRadio_19bxo_1025 input:checked+._radioMark_19bxo_1052{border-color:#2563eb}._customRadio_19bxo_1025 input:checked+._radioMark_19bxo_1052:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#2563eb;border-radius:50%;transform:translate(-50%,-50%)}._radioText_19bxo_1081{color:#374151}._radioGroup_19bxo_1087{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}._radioGroup_19bxo_1087 input[type=radio]{display:none}._radioCard_19bxo_1100{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}._radioCard_19bxo_1100:hover{border-color:#bfdbfe;background-color:#f9fafb}._radioGroup_19bxo_1087 input[type=radio]:checked+._radioCard_19bxo_1100{border-color:#2563eb;background-color:#eff6ff;box-shadow:0 4px 6px -1px #2563eb1a}._radioCircle_19bxo_1125{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;margin-top:2px;position:relative;transition:all .2s ease}._radioGroup_19bxo_1087 input[type=radio]:checked+._radioCard_19bxo_1100 ._radioCircle_19bxo_1125{border-color:#2563eb;background-color:#2563eb}._radioCircle_19bxo_1125:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:8px;height:8px;background:#fff;border-radius:50%;transition:transform .2s ease}._radioGroup_19bxo_1087 input[type=radio]:checked+._radioCard_19bxo_1100 ._radioCircle_19bxo_1125:after{transform:translate(-50%,-50%) scale(1)}._cardText_19bxo_1160 h4{font-size:15px;font-weight:600;color:#111827;margin-bottom:4px}._cardText_19bxo_1160 p{font-size:13px;color:#6b7280;line-height:1.4}._sectionDivider_19bxo_1174{height:1px;background:#e5e7eb;margin:24px 0}._toggleWrapper_19bxo_1181{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;transition:background .2s}._toggleWrapper_19bxo_1181._disabled_19bxo_1191{opacity:.5;pointer-events:none;cursor:not-allowed}._toggleText_19bxo_1197 h4{font-size:15px;font-weight:600;color:#111827;margin-bottom:2px}._toggleText_19bxo_1197 p{font-size:13px;color:#6b7280}._alertBox_19bxo_1210{margin-top:16px;padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.5;border-left-width:4px;border-left-style:solid}._warningBox_19bxo_1220{background-color:#fffbeb;border-color:#fde68a;color:#b45309}._warningBox_19bxo_1220 strong{color:#b45309}._successBox_19bxo_1230{background-color:#ecfdf5;border-color:#6ee7b7;color:#065f46}._loading_1q61k_4{padding-top:120px;text-align:center;font-size:18px;color:#333;font-weight:500}._container_1q61k_14{width:100%}._pageContent_1q61k_19{position:relative;margin-left:300px;padding:20px;background:#f7f9fc;min-height:fit-content;transition:all .3s ease}._sectionTitle_1q61k_29{font-size:24px;font-weight:700;margin-bottom:22px;color:#111}._card_1q61k_37{background:#fff;border-radius:12px;padding:25px;border:1px solid #e5e7eb;margin-bottom:25px;box-shadow:0 1px 3px #0000000d}@media(max-width:1400px){._pageContent_1q61k_19{margin-left:400px;padding:25px 30px}}@media(max-width:1280px){._pageContent_1q61k_19{margin-left:360px}}@media(max-width:1100px){._pageContent_1q61k_19{margin-left:310px}}@media(max-width:900px){._pageContent_1q61k_19{margin-left:0;padding:20px}}@media(max-width:768px){._pageContent_1q61k_19{margin-left:0!important;padding:18px}}@media(max-width:500px){._pageContent_1q61k_19{padding:15px}}._fadeIn_1q61k_91{animation:_fadeIn_1q61k_91 .3s ease-in-out}@keyframes _fadeIn_1q61k_91{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._dashboardFullWidth_1q61k_101{margin-left:110px;width:calc(100% - 110px)}._wrapper_7wd5n_5{display:flex;flex-direction:column;gap:20px;background:transparent;padding:0;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._planBadge_7wd5n_18{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;border-radius:999px;background:#f3f4f6;color:#111827;font-size:14px;font-weight:500;margin-top:6px}._planBadgeWrapper_7wd5n_30{display:flex;justify-content:center;margin-top:10px}._disabledToggle_7wd5n_35{opacity:.5;cursor:not-allowed}._topBar_7wd5n_39{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._title_7wd5n_46{font-size:16px;font-weight:600;color:#111827}._closeBtn_7wd5n_52{border:none;background:transparent;font-size:16px;color:#6b7280;cursor:pointer}._card_7wd5n_64{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb}._sectionBlock_7wd5n_75{display:flex;flex-direction:column;gap:14px}._sectionTitle_7wd5n_81{font-size:16px;font-weight:600;color:#111827;display:flex;align-items:center;gap:6px}._divider_7wd5n_90{border:none;border-top:1px dashed #e5e7eb;margin:20px 0}._grid2_7wd5n_100{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}._grid4_7wd5n_106{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}._label_7wd5n_116,._labelWithIcon_7wd5n_117{font-size:12px;font-weight:500;color:#374151;margin-bottom:4px;display:flex;align-items:center;gap:6px}._required_7wd5n_127{color:#dc2626}._input_7wd5n_132,select,textarea{width:100%;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;padding:10px 12px}._input_7wd5n_132:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}input[type=time]{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:42px;padding:10px 12px;border-radius:8px}input[type=time]::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer}._charCount_7wd5n_176{font-size:11px;color:#9ca3af;margin-top:3px}._inputDisabled_7wd5n_182{background:#f9fafb;color:#9ca3af;cursor:not-allowed}._inputError_7wd5n_188,._inputRequired_7wd5n_189{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}._errorText_7wd5n_194{margin-top:4px;font-size:11px;color:#b91c1c}._colorRow_7wd5n_204{display:grid;grid-template-columns:.5fr 1fr 1fr;gap:12px;align-items:center}._colorPicker_7wd5n_211{width:100%;height:42px;padding:0;border-radius:8px;border:1px solid #d1d5db;cursor:pointer;background:none}._colorText_7wd5n_221{height:42px;border-radius:8px;border:1px solid #d1d5db;padding:0 12px;font-size:13px;background:#f9fafb;color:#374151}._colorPickerWrapper_7wd5n_232{position:relative;width:100%;height:42px;border-radius:8px;border:1px solid #d1d5db;overflow:hidden;cursor:pointer}._colorPreview_7wd5n_243{width:100%;height:100%}._colorPickerInput_7wd5n_249{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}._priceToggleRow_7wd5n_262{display:flex;align-items:center;gap:12px}._toggleGroup_7wd5n_268{display:inline-flex;gap:4px;padding:4px;border-radius:8px;border:1px solid #d1d5db;background:#fff}._toggleBtn_7wd5n_277{padding:6px 18px;font-size:13px;font-weight:500;background:transparent;border:none;color:#6b7280;cursor:pointer;transition:all .2s ease}._toggleActive_7wd5n_288{background:#2563eb;color:#fff;border-radius:6px;box-shadow:0 2px 6px #00000040}._statusWrapper_7wd5n_299{position:relative}._statusButton_7wd5n_303{width:100%;background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._statusItem_7wd5n_344{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#334155;cursor:pointer}._footerRow_7wd5n_362{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}._btnGhost_7wd5n_369{border-radius:8px;padding:8px 18px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;cursor:pointer}._btnGhost_7wd5n_369:hover{background:#f3f4f6}._btnPrimary_7wd5n_383{border-radius:8px;padding:8px 22px;border:none;background:#2563eb;color:#fff;font-size:13px;font-weight:500;cursor:pointer}._btnPrimary_7wd5n_383:disabled{opacity:.6;cursor:not-allowed}._listCard_7wd5n_405{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:12px}._listTopBar_7wd5n_414{display:flex;justify-content:space-between;align-items:center;padding:12px 8px 16px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}._listTitle_7wd5n_423{font-size:16px;font-weight:600;color:#111827}._listSubTitle_7wd5n_429{font-size:13px;color:#6b7280;margin-top:2px}._addTicketBtn_7wd5n_437{display:inline-flex;align-items:center;gap:6px;background:#3a72ed;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer}._addIcon_7wd5n_451{font-size:16px;line-height:1}._ticketTable_7wd5n_458{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}._ticketTable_7wd5n_458 thead th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}._ticketTable_7wd5n_458 thead th:last-child{text-align:right}._ticketTable_7wd5n_458 td{padding:14px 12px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#111827;font-weight:600}._pricePaid_7wd5n_489{font-weight:500;color:#111827}._priceFree_7wd5n_494{font-weight:500;color:#16a34a}._ticketTable_7wd5n_458 tbody tr:hover{background:#f9fafb}._nameCell_7wd5n_505{display:flex;align-items:center;gap:10px;font-weight:600}._colorBar_7wd5n_513{width:8px;height:28px;border-radius:2px;flex-shrink:0}._badgeFree_7wd5n_522{background:#dcfce7;color:#15803d;padding:4px 10px;font-size:12px;border-radius:999px}._badgePaid_7wd5n_530{background:#e0e7ff;color:#3730a3;padding:4px 10px;font-size:12px;border-radius:999px}._statusCell_7wd5n_540{display:flex;align-items:center;gap:6px;font-weight:500;color:#15803d}._statusCell_7wd5n_540[data-status=closed]{color:#b91c1c}._actionsHead_7wd5n_555{text-align:right!important;padding-right:1.4rem!important}._actionsCell_7wd5n_560{text-align:right;white-space:nowrap}._actionsWrap_7wd5n_566{display:inline-flex;gap:6px;justify-content:flex-end}._iconBtn_7wd5n_574{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}._iconBtn_7wd5n_574 svg{width:18px;height:18px}._iconBtn_7wd5n_574:hover{background-color:#f3f4f6;color:#4f46e5}._iconBtn_7wd5n_574._danger_7wd5n_599:hover{background-color:#fee2e2;color:#ef4444}._confirmOverlay_7wd5n_608{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50}._confirmBox_7wd5n_618{width:360px;background:#fff;border-radius:12px;padding:18px;box-shadow:0 10px 30px #0f172a40}._confirmTitle_7wd5n_626{font-size:15px;font-weight:600;margin-bottom:6px}._confirmText_7wd5n_632{font-size:13px;color:#4b5563;margin-bottom:14px}._confirmActions_7wd5n_638{display:flex;justify-content:center;gap:2rem}._btnDanger_7wd5n_644{border-radius:8px;padding:6px 16px;border:none;background:#dc2626;color:#fff;font-size:13px;cursor:pointer}._btnDanger_7wd5n_644:hover{background:#b91c1c}._statusWrapper_7wd5n_299,._statusDropdown_7wd5n_666{position:relative}._statusButton_7wd5n_303{width:100%;background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,box-shadow .2s ease}._statusButton_7wd5n_303:hover{border-color:#2563eb}._statusButton_7wd5n_303:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}._chevron_7wd5n_323{font-size:12px;transition:transform .25s ease}._chevronOpen_7wd5n_328{transform:rotate(180deg)}._statusMenu_7wd5n_332{position:absolute;top:calc(100% + 8px);width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px;z-index:30;box-shadow:0 8px 20px #00000014}._statusItem_7wd5n_344{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;transition:background .15s ease,color .15s ease}._statusItem_7wd5n_344:hover{background:#eff6ff;color:#2563eb}._datePickerWrapper_7wd5n_739,._datePickerWrapper_7wd5n_739 ._react-datepicker-wrapper_7wd5n_743,._datePickerWrapper_7wd5n_739 ._react-datepicker__input-container_7wd5n_744{width:100%}._react-datepicker_7wd5n_743{border:1px solid #e5e7eb;border-radius:12px;font-family:inherit;box-shadow:0 12px 28px #0000001f}._react-datepicker__header_7wd5n_757{background:#eff6ff;border-bottom:1px solid #e5e7eb}._react-datepicker__current-month_7wd5n_763{color:#1e3a8a;font-weight:600}._react-datepicker__day_7wd5n_769{border-radius:6px;transition:background .15s ease}._react-datepicker__day_7wd5n_769:hover{background:#dbeafe}._react-datepicker__day--selected_7wd5n_780,._react-datepicker__day--keyboard-selected_7wd5n_781{background:#2563eb;color:#fff}._react-datepicker__day--today_7wd5n_787{font-weight:600;color:#2563eb}._react-datepicker__day--disabled_7wd5n_793{color:#9ca3af}._datePickerWrapper_7wd5n_739{width:100%}._inputWithIcon_7wd5n_803{position:relative;width:100%;cursor:pointer}._inputIcon_7wd5n_810{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}._inputWithIcon_7wd5n_803 input{padding-left:38px}._fieldWrapper_7wd5n_824{position:relative}._calendarPopover_7wd5n_828{position:absolute;top:calc(100% + 6px);left:0;z-index:9999}._inputWithIcon_7wd5n_803{position:relative;cursor:pointer}._inputWithIcon_7wd5n_803 ._input_7wd5n_132{padding-right:36px;cursor:pointer}._inputIcon_7wd5n_810{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;display:flex;align-items:center}._emptyState_7wd5n_859{padding:48px 16px;text-align:center}._emptyIllustration_7wd5n_866{display:flex;justify-content:center;margin-bottom:16px}._emptyImage_7wd5n_872{width:250px;height:auto;opacity:.9}._emptyTitle_7wd5n_878{font-size:16px;font-weight:600;color:#111827;margin-bottom:6px}._emptyDesc_7wd5n_885{font-size:13px;color:#6b7280;margin-bottom:18px}._zoneHeaderRow_7wd5n_893{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}._selectedCountBadge_7wd5n_902{font-size:.9rem;color:#475569;font-weight:500}._selectAllBtn_7wd5n_908{background:none;border:none;color:#2563eb;font-size:.85rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}._selectAllBtn_7wd5n_908:hover{background:#eef2ff}._zoneGroup_7wd5n_924{margin-bottom:32px}._zoneGroupTitle_7wd5n_928{font-size:.8rem;font-weight:700;color:#64748b;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}._zoneCardWrapper_7wd5n_937{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}._zoneCard_7wd5n_937{background:#fff;border:1px solid #e2e8f0;padding:16px;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-in-out;position:relative}._zoneCard_7wd5n_937:hover{border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d}._zoneCardActive_7wd5n_964{border:1px solid #2563EB;background-color:#eef2ff;box-shadow:0 0 0 1px #2563eb}._zoneTextContent_7wd5n_970{flex:1;margin-right:12px}._zoneName_7wd5n_975{font-size:.95rem;color:#1e293b;display:block;margin-bottom:4px;line-height:1.4}._zoneSub_7wd5n_983{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:4px}._checkCircle_7wd5n_992{width:24px;height:24px;border-radius:50%;border:2px solid #cbd5e1;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._zoneCardActive_7wd5n_964 ._checkCircle_7wd5n_992{background-color:#2563eb;border-color:#2563eb}._checkCircle_7wd5n_992 svg{color:#fff;stroke-width:3}._page_1l84u_4{min-height:100vh;background:#f5f6fb;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._header_1l84u_14{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:1px solid #ddd6fe;padding:52px 40px 40px}._headerInner_1l84u_20{max-width:1100px;margin:0 auto;text-align:center}._header_1l84u_14{padding:52px 40px 40px;display:flex;justify-content:center}._eyebrow_1l84u_32{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 10px}._title_1l84u_40{font-size:32px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.5px;line-height:1.2}._sub_1l84u_49{font-size:14px;color:#fff;margin:0}._tabsWrap_1l84u_58{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 40px}._tabs_1l84u_58{max-width:1100px;margin:0 auto;display:flex;gap:4px;overflow-x:auto;padding:12px 0;scrollbar-width:none}._tabs_1l84u_58::-webkit-scrollbar{display:none}._tab_1l84u_58{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .15s ease}._tab_1l84u_58:hover{border-color:#6366f1;color:#4f46e5;background:#f5f3ff}._tabActive_1l84u_98{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important}._tabCount_1l84u_104{font-size:11px;font-weight:700;background:#0000001a;padding:1px 7px;border-radius:999px}._tabActive_1l84u_98 ._tabCount_1l84u_104{background:#ffffff40}._body_1l84u_119{max-width:1100px;margin:0 auto;padding:40px 40px 72px}._state_1l84u_128{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:80px 24px;color:#64748b;text-align:center}._stateIcon_1l84u_139{font-size:40px}._stateTitle_1l84u_140{font-size:17px;font-weight:700;color:#1e293b;margin:0}._stateSub_1l84u_141{font-size:14px;color:#94a3b8;margin:0}._spinner_1l84u_143{width:34px;height:34px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_1l84u_143 .7s linear infinite}@keyframes _spin_1l84u_143{to{transform:rotate(360deg)}}._groups_1l84u_157{display:flex;flex-direction:column;gap:44px}._groupHeader_1l84u_163{display:flex;align-items:center;gap:9px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._groupDot_1l84u_172{width:9px;height:9px;border-radius:50%;flex-shrink:0}._groupTitle_1l84u_179{font-size:16px;font-weight:800;margin:0;letter-spacing:-.2px}._groupCount_1l84u_186{margin-left:auto;font-size:12px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:999px}._grid_1l84u_199{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}._card_1l84u_208{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;cursor:default;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}._card_1l84u_208[role=link]{cursor:pointer}._card_1l84u_208:hover{border-color:var(--accent, #6366f1);box-shadow:0 4px 16px #00000012;transform:translateY(-2px)}._cardLogo_1l84u_228{width:68px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._cardLogo_1l84u_228 img{width:100%;height:100%;object-fit:contain;padding:6px}._cardLogoFallback_1l84u_248{font-size:20px;font-weight:800;color:var(--accent, #4f46e5)}._cardInfo_1l84u_254{flex:1}._cardName_1l84u_256{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.3}._cardDesc_1l84u_264{font-size:12px;color:#64748b;margin:0 0 6px;line-height:1.45}._cardLink_1l84u_271{font-size:12px;font-weight:600;color:var(--accent, #4f46e5)}._cardBadge_1l84u_277{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;align-self:flex-start;text-transform:capitalize}._badgeDot_1l84u_289{width:6px;height:6px;border-radius:50%;flex-shrink:0}._bsWrap_1l84u_299{background:#fff;border-top:1px solid #e2e8f0;padding:48px 40px 64px}._bsBox_1l84u_305{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:28px}._bsTop_1l84u_313{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}._bsLabel_1l84u_321{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 8px}._bsTitle_1l84u_329{font-size:24px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.4px}._bsSub_1l84u_337{font-size:14px;color:#fff;margin:0;max-width:480px;line-height:1.6}._bsBtn_1l84u_345{display:inline-flex;align-items:center;gap:7px;background:#4f46e5;color:#fff;font-size:14px;font-weight:700;padding:11px 22px;border-radius:9px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .15s ease;flex-shrink:0;align-self:center}._bsBtn_1l84u_345:hover{background:#4338ca;transform:translateY(-1px)}._bsTable_1l84u_369{border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden}._bsTableHead_1l84u_375{display:grid;grid-template-columns:160px repeat(auto-fit,minmax(120px,1fr));background:#f8fafc;border-bottom:1.5px solid #e2e8f0;padding:10px 20px;gap:12px}._bsTableHead_1l84u_375 span{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#94a3b8}._bsTableRow_1l84u_392{display:grid;grid-template-columns:160px repeat(auto-fit,minmax(120px,1fr));padding:14px 20px;gap:12px;border-bottom:1px solid #f1f5f9;align-items:center}._bsTableRow_1l84u_392:last-child{border-bottom:none}._bsTableRow_1l84u_392 span:first-child{font-size:13px;font-weight:600;color:#475569}._bsPrice_1l84u_409{font-size:14px;font-weight:700;color:#0f172a}._bsApply_1l84u_415{font-size:13px;font-weight:600;color:#4f46e5;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}._bsApply_1l84u_415:hover{text-decoration:underline}._bsDash_1l84u_428{font-size:14px;color:#94a3b8}._modalOverlay_1l84u_436{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}._formModal_1l84u_448{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px #0000002e;animation:_modalIn_1l84u_1 .2s ease}@keyframes _modalIn_1l84u_1{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalCloseBtn_1l84u_465{position:absolute;top:14px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}._modalCloseBtn_1l84u_465:hover{background:#e2e8f0;color:#0f172a}.theme-modern ._page_1l84u_4{background:#020617;color:#e2e8f0}.theme-modern ._header_1l84u_14{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._eyebrow_1l84u_32{color:#ff7a18}.theme-modern ._title_1l84u_40{color:#fff}.theme-modern ._sub_1l84u_49{color:#cbd5e1}.theme-modern ._tabsWrap_1l84u_58{background:#020617;border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._tab_1l84u_58{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8}.theme-modern ._tabActive_1l84u_98{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important;color:#fff!important}.theme-modern ._card_1l84u_208{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_1l84u_208:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._cardName_1l84u_256{color:#fff}.theme-modern ._cardDesc_1l84u_264{color:#94a3b8}.theme-modern ._cardLink_1l84u_271{color:#ff7a18}.theme-modern ._groupHeader_1l84u_163{border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._groupCount_1l84u_186{background:#ffffff0d;color:#94a3b8}.theme-modern ._bsWrap_1l84u_299{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._bsBox_1l84u_305{background:#0f172a;border-radius:16px;padding:24px}.theme-modern ._bsTitle_1l84u_329{color:#fff}.theme-modern ._bsSub_1l84u_337{color:#cbd5e1}.theme-modern ._bsBtn_1l84u_345{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}.theme-modern ._bsTable_1l84u_369{border:1px solid rgba(255,255,255,.05)}.theme-modern ._bsTableHead_1l84u_375{background:#020617}.theme-modern ._bsTableRow_1l84u_392{border-bottom:1px solid rgba(255,255,255,.04)}.theme-modern ._bsPrice_1l84u_409{color:#ff7a18}@media(max-width:768px){._header_1l84u_14{padding:36px 20px 28px}._title_1l84u_40{font-size:24px}._tabsWrap_1l84u_58{padding:0 16px}._body_1l84u_119{padding:28px 16px 56px}._grid_1l84u_199{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._bsWrap_1l84u_299{padding:36px 16px 48px}._bsTop_1l84u_313{flex-direction:column}._bsBtn_1l84u_345{width:100%;justify-content:center}._bsTableHead_1l84u_375,._bsTableRow_1l84u_392{grid-template-columns:100px repeat(auto-fit,minmax(90px,1fr));padding:10px 14px}}._srfWrapper_1lcbf_4{background:#fff;max-width:700px;margin:40px auto;padding:0;border-radius:16px;box-shadow:0 10px 40px #00000014;font-family:Inter,sans-serif;border:1px solid #f0f0f0}._header_1lcbf_16{background:linear-gradient(to right,#01669c,#03b4ef);padding:40px 30px;text-align:center;color:#fff;position:relative;border-top-left-radius:16px;border-top-right-radius:16px}._srfTitle_1lcbf_29{font-size:22px;font-weight:700;margin:0;letter-spacing:-.5px}._limitBadge_1lcbf_36{display:inline-flex;align-items:center;gap:8px;margin-top:15px;background:#fff3;padding:6px 14px;border-radius:30px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff}._limitBadge_1lcbf_36 span{font-weight:700;color:#fff}._limitIcon_1lcbf_56{font-size:22px}._limitWarning_1lcbf_61{background:#fff1f2;border-left:4px solid #e11d48;padding:16px 24px;display:flex;align-items:center;gap:12px;font-size:14px;color:#881337}._warningIcon_1lcbf_72{font-size:18px}._srfForm_1lcbf_77{display:flex;flex-direction:column}._srfSection_1lcbf_82{padding:30px;border-bottom:1px solid #f3f4f6}._srfSection_1lcbf_82:last-child{border-bottom:none}._sectionHeader_1lcbf_91{display:flex;justify-content:start;gap:.8rem;margin-bottom:10px}._headerIcon_1lcbf_98{font-size:20px;margin-bottom:10px;opacity:.9;color:#06c}._sectionTitle_1lcbf_106{font-size:16px;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}._sectionIcon_1lcbf_114{color:#06c;font-size:20px}._inputGroup_1lcbf_120{position:relative;margin-bottom:20px;display:flex;flex-direction:column}._mainInputIcon_1lcbf_128{position:absolute;left:16px;top:66%;transform:translateY(-50%);color:#9ca3af;font-size:16px}._mainTextareaIcon_1lcbf_137{position:absolute;left:16px;top:48px;color:#9ca3af;font-size:16px}._customInputIcon_1lcbf_145{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px}._customTextareaIcon_1lcbf_154{position:absolute;left:16px;top:18px;color:#9ca3af;font-size:16px}._srfInput_1lcbf_164{width:100%;padding:14px 16px 14px 44px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-family:inherit;transition:all .2s ease}._srfInput_1lcbf_164:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._srfInput_1lcbf_164:focus+._inputIcon_1lcbf_183{color:#01669c}._srfInput_1lcbf_164::placeholder{color:#9ca3af}._grid2Col_1lcbf_192{display:grid;grid-template-columns:1fr 1fr;gap:20px}._textareaGroup_1lcbf_199{position:relative;margin-bottom:20px}._wordCounter_1lcbf_205{position:absolute;top:4px;right:6px;font-size:12px;font-weight:500;transition:color .2s ease}._wordOk_1lcbf_214{color:#6b7280}._wordError_1lcbf_218{color:#ef4444}._inputError_1lcbf_222{border:1px solid #ef4444!important;background:#ef44440a}._inputError_1lcbf_222:focus{outline:none;box-shadow:0 0 0 2px #ef444440}._disabledBtn_1lcbf_232{opacity:.55;cursor:not-allowed;filter:grayscale(.4)}@keyframes _shake_1lcbf_1{0%{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-3px)}to{transform:translate(0)}}._inputError_1lcbf_222{animation:_shake_1lcbf_1 .25s ease}._srfTextarea_1lcbf_250{width:100%;padding:14px 16px 14px 42px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-family:inherit;min-height:100px;resize:vertical;transition:all .2s ease}._srfTextarea_1lcbf_250:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._selectGroup_1lcbf_271{margin-bottom:10px}._srfSelect_1lcbf_275{width:100%;padding:14px 16px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7280' d='M4.427 6.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 6H4.604a.25.25 0 00-.177.427z'/%3E%3C/svg%3E") no-repeat right 16px center;color:#1f2937;font-family:inherit;appearance:none;cursor:pointer;transition:all .2s ease}._srfSelect_1lcbf_275:focus{outline:none;background-color:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._uploadBox_1lcbf_296{border:2px dashed #d1d5db;border-radius:10px;padding:30px;text-align:center;cursor:pointer;transition:all .2s ease;background:#f9fafb}._uploadBox_1lcbf_296:hover{border-color:#01669c;background:#f0f9ff}._hiddenInput_1lcbf_311{display:none}._uploadContent_1lcbf_315 p{margin:0;font-weight:600;color:#374151;font-size:15px}._uploadContent_1lcbf_315 span{font-size:12px;color:#9ca3af;display:block;margin-top:4px}._uploadIcon_1lcbf_329{font-size:32px;color:#9ca3af;margin-bottom:12px;display:block}._previewBox_1lcbf_336{display:flex;align-items:center;gap:15px;margin-top:15px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}._previewImg_1lcbf_347{width:50px;height:50px;object-fit:contain;border-radius:6px;background:#f3f4f6}._previewInfo_1lcbf_355{display:flex;flex-direction:column}._previewInfo_1lcbf_355 span:first-child{font-size:14px;font-weight:500;color:#1f2937}._fileSize_1lcbf_366{font-size:11px!important;color:#9ca3af!important;margin-top:2px!important}._submitBtn_1lcbf_372{width:100%;padding:16px;font-size:16px;font-weight:600;color:#fff;background:#01669c;border:none;cursor:pointer;transition:all .2s ease;margin-top:10px}._submitBtn_1lcbf_372:hover:not(:disabled){background:#015585;transform:translateY(-1px)}._submitBtn_1lcbf_372:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}@media(max-width:600px){._srfWrapper_1lcbf_4{margin:10px;border-radius:12px}._grid2Col_1lcbf_192{grid-template-columns:1fr}._sectionHeader_1lcbf_91{flex-direction:column;align-items:flex-start;gap:5px}}._modalOverlay_1lcbf_416{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_1lcbf_1 .3s ease}._modalBox_1lcbf_430{background:#fff;padding:40px;border-radius:16px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 25px -5px #0000001a;animation:_slideUp_1lcbf_1 .3s ease}._successIconWrapper_1lcbf_441{width:60px;height:60px;background:#ecfdf5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}._successIcon_1lcbf_441{font-size:32px}._modalBox_1lcbf_430 h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:10px}._modalBox_1lcbf_430 p{color:#6b7280;font-size:14px;margin-bottom:24px}._modalBtn_1lcbf_470{width:100%;padding:12px;background:#01669c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}._modalBtn_1lcbf_470:hover{background:#015585}@keyframes _fadeIn_1lcbf_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1lcbf_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._customGrid_1lcbf_498{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._customFieldWrapper_1lcbf_505{display:flex;flex-direction:column}._fullWidth_1lcbf_511{grid-column:span 2}._customFieldLabel_1lcbf_515{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}._inputWithIcon_1lcbf_522{position:relative;width:100%}._inputWithIconField_1lcbf_527{width:100%;padding:14px 16px 14px 44px;font-size:15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-family:inherit}._textareaWithIconField_1lcbf_537{width:100%;min-height:100px;padding:14px 16px 14px 44px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;resize:vertical;font-family:inherit}._inputIcon_1lcbf_183{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;pointer-events:none}._textareaIcon_1lcbf_558{position:absolute;left:16px;top:18px;color:#9ca3af;font-size:16px;pointer-events:none}._fieldLabel_1lcbf_567{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px;display:block}._requiredStar_1lcbf_575{color:#ef4444;margin-left:3px}._radioGroup_1lcbf_582{display:flex;flex-direction:column;gap:12px}._customRadio_1lcbf_588{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;font-size:14px;color:#374151}._customRadio_1lcbf_588 input{display:none}._radioMark_1lcbf_602{width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;position:relative;transition:all .2s ease}._customRadio_1lcbf_588 input:checked+._radioMark_1lcbf_602{border-color:#01669c}._customRadio_1lcbf_588 input:checked+._radioMark_1lcbf_602:after{content:"";width:8px;height:8px;background:#01669c;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._radioText_1lcbf_627{font-weight:500}._customCheckbox_1lcbf_632{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#374151;position:relative}._customCheckbox_1lcbf_632 input{display:none}._checkMark_1lcbf_646{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;position:relative;transition:all .2s ease}._customCheckbox_1lcbf_632 input:checked+._checkMark_1lcbf_646{background:#01669c;border-color:#01669c}._customCheckbox_1lcbf_632 input:checked+._checkMark_1lcbf_646:after{content:"✔";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._checkText_1lcbf_670{font-weight:500}._statusWrapper_1lcbf_674,._statusDropdown_1lcbf_679{position:relative;width:100%}._statusButtonMain_1lcbf_685{width:100%;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;color:#1f2937;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}._selectIcon_1lcbf_703{font-size:16px;color:#9ca3af;flex-shrink:0}._statusButton_1lcbf_685{width:100%;padding:14px 16px 14px 44px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;color:#1f2937;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}._statusButton_1lcbf_685:hover{border-color:#01669c}._statusButton_1lcbf_685:focus{outline:none;background:#fff;border-color:#01669c;box-shadow:0 0 0 4px #01669c1a}._selectButtonContent_1lcbf_738{display:flex;align-items:center;gap:10px;color:#374151}._chevron_1lcbf_746{font-size:13px;transition:transform .25s ease;color:#6b7280}._chevronOpen_1lcbf_752{transform:rotate(180deg)}._statusMenu_1lcbf_757{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px;z-index:50;box-shadow:0 10px 25px #00000014;animation:_dropdownFade_1lcbf_1 .15s ease}._statusItem_1lcbf_776{padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}._statusItem_1lcbf_776:hover{background:#01669c14;color:#01669c}._activeStatusItem_1lcbf_791{background:#01669c1f;color:#01669c;font-weight:600}@keyframes _dropdownFade_1lcbf_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._srWrapper_82wzj_2{max-width:1200px;margin:40px auto;padding:40px 24px;background:#fff}._srHeader_82wzj_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:20px}._srHeader_82wzj_10 h2{font-size:28px;font-weight:700;color:#111827;margin:0;letter-spacing:-.02em}._tabGroup_82wzj_27{display:inline-flex;gap:8px;background:#f3f4f6;padding:6px;margin-bottom:1rem;border-radius:12px;border:1px solid #e5e7eb;width:fit-content}._tabGroup_82wzj_27 button{padding:10px 20px;border-radius:8px;border:none;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._tabGroup_82wzj_27 button:hover{color:#374151;background:#ffffff80}._activeTab_82wzj_57{background:#fff!important;color:#2563eb!important;box-shadow:0 2px 8px #00000014}._limitWarning_82wzj_63{padding:8px 12px;background:#fef2f2;color:#b91c1c;border-radius:6px;font-size:13px;font-weight:500;margin-right:10px}._cardHorizontal_82wzj_74{background-color:var(--bg-card, #ffffff);border-radius:12px;box-shadow:0 2px 4px #0000000a;display:flex;height:200px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s;margin-bottom:1.5rem}._cardHorizontal_82wzj_74:hover{transform:translate(4px);box-shadow:0 6px 12px #0000000f}._cardLeft_82wzj_92{width:160px;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;border-right:1px solid #e5e7eb;flex-shrink:0;padding:1rem}._logoImg_82wzj_103{max-width:100%;max-height:100%;object-fit:contain}._cardMiddle_82wzj_110{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}._headerRow_82wzj_118{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}._companyName_82wzj_125{font-weight:700;font-size:1.35rem;color:#111827;margin:0}._categoryBadge_82wzj_132{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#d97706;background-color:#d977061a;padding:4px 8px;border-radius:4px}._detailsRow_82wzj_143{display:flex;gap:2rem;color:#6b7280;font-size:.9rem}._detailItem_82wzj_150{display:flex;align-items:center;gap:.5rem}._icon_82wzj_156{width:16px;height:16px;fill:currentColor;opacity:.7}._cardRight_82wzj_164{width:160px;background-color:#f9fafb;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:1rem;gap:.75rem;flex-shrink:0}._btnRow_82wzj_178{display:flex;flex-direction:column;gap:.75rem;width:100%}._btnRow_82wzj_178 button{padding:.6rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;text-align:center;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent}._btnRow_82wzj_178 button svg{width:14px;height:14px;fill:currentColor}._approveBtn_82wzj_206{background-color:#10b981;color:#fff}._approveBtn_82wzj_206:hover{background-color:#059669}._rejectBtn_82wzj_212{background-color:#fff;color:#ef4444;border:1px solid #fee2e2}._rejectBtn_82wzj_212:hover{background-color:#fef2f2;border-color:#ef4444}._editBtn_82wzj_219{background-color:#fff;color:#3b82f6;border:1px solid #dbeafe}._editBtn_82wzj_219:hover{background-color:#eff6ff;border-color:#3b82f6}._deleteBtn_82wzj_226{background-color:#fff;color:#ef4444;border:1px solid #fee2e2}._deleteBtn_82wzj_226:hover{background-color:#fef2f2;border-color:#ef4444}._disabledBtn_82wzj_233{opacity:.6;cursor:not-allowed;background-color:#cbd5e1!important;color:#475569!important;border:none!important}._statusBadgeApproved_82wzj_242,._statusBadgeRejected_82wzj_243,._statusBadgeDeleted_82wzj_244{display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:10px;font-size:14px;font-weight:700;text-transform:uppercase;white-space:nowrap}._statusBadgeApproved_82wzj_242{background:#d1fae5;color:#065f46;border:2px solid #10b981}._statusBadgeRejected_82wzj_243{background:#fee2e2;color:#991b1b;border:2px solid #ef4444}._statusBadgeDeleted_82wzj_244{background:#f3f4f6;color:#6b7280;border:2px solid #9ca3af}._drawerOverlay_82wzj_273{position:fixed;inset:0;background:#00000073;z-index:999;display:flex;justify-content:flex-end}._editDrawer_82wzj_282{width:420px;height:100vh;background:#fff;display:flex;flex-direction:column;animation:_slideIn_82wzj_1 .3s ease}._drawerHeader_82wzj_291{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;top:0;z-index:2}._drawerHeader_82wzj_291 h3{margin:0;font-size:18px}._closeBtn_82wzj_308{border:none;background:transparent;font-size:20px;cursor:pointer}._drawerBody_82wzj_315{flex:1;overflow-y:auto;padding:20px}._drawerBody_82wzj_315 label{font-size:13px;font-weight:600;margin-top:14px;display:block}._formInput_82wzj_328,._formTextarea_82wzj_328{width:100%;margin-top:6px;padding:10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px}._formTextarea_82wzj_328{resize:vertical}._labelRow_82wzj_341{display:flex;justify-content:space-between;align-items:end}._wordOk_82wzj_350{font-size:12px;color:#64748b}._wordError_82wzj_355{font-size:12px;color:#dc2626;font-weight:600}._inputError_82wzj_361{border-color:#dc2626}._sectionTitle_82wzj_366{margin-top:24px;margin-bottom:8px;font-size:14px;font-weight:700;color:#111827}._logoPreview_82wzj_374{margin-bottom:10px}._previewLogo_82wzj_377{width:100px;height:auto;border-radius:6px;border:1px solid #e5e7eb}._formActions_82wzj_384{display:flex;gap:10px;margin-top:24px}._cancelBtn_82wzj_390{flex:1;padding:12px;background:#f3f4f6;color:#111827;border:none;border-radius:8px;font-weight:600;cursor:pointer}._saveBtn_82wzj_401{flex:1;background:#111827;color:#fff;padding:12px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer}._empty_82wzj_413{text-align:center;padding:60px 20px;color:#9ca3af;font-size:16px;font-style:italic;background:#fff;border-radius:16px;border:2px dashed #e5e7eb}@keyframes _slideIn_82wzj_1{0%{transform:translate(100%)}to{transform:translate(0)}}._modalOverlay_82wzj_432{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;animation:_fadeIn_82wzj_1 .2s ease}._modalBox_82wzj_443{background:#fff;width:100%;max-width:380px;padding:24px;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;animation:_slideUp_82wzj_1 .2s ease}._modalHeader_82wzj_453 h3{margin:0 0 8px;font-size:18px;color:#111827}._modalHeader_82wzj_453 p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}._modalBody_82wzj_466{margin-top:16px}._modalBody_82wzj_466 label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}._modalInput_82wzj_478{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:600;text-transform:uppercase;color:#ef4444}._modalInput_82wzj_478:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}._modalActions_82wzj_495{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}._modalCancelBtn_82wzj_502,._modalConfirmBtn_82wzj_503{padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent}._modalCancelBtn_82wzj_502{background:#f3f4f6;color:#374151}._modalCancelBtn_82wzj_502:hover{background:#e5e7eb}._modalConfirmBtn_82wzj_503{background:#fee2e2;color:#ef4444;border-color:#fecaca;opacity:.5;cursor:not-allowed}._activeBtn_82wzj_528{background:#ef4444;color:#fff;border-color:#ef4444;opacity:1;cursor:pointer}._activeBtn_82wzj_528:hover{background:#dc2626}@keyframes _fadeIn_82wzj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_82wzj_1{0%{transform:translateY(10px)}to{transform:translateY(0)}}._container_82wzj_547{padding:24px;max-width:1600px;margin:0 auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}._header_82wzj_118{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}._loading_82wzj_565{text-align:center;padding:60px 20px;font-size:18px;color:#4a5568;font-weight:500}._summary_82wzj_573{margin-bottom:32px}._summaryCard_82wzj_577{background:linear-gradient(135deg,#667eea,#764ba2);padding:32px;border-radius:16px;text-align:center;box-shadow:0 10px 25px #667eea4d;color:#fff}._summaryCard_82wzj_577 h3{font-size:18px;font-weight:600;margin:0 0 16px;opacity:.95;text-transform:uppercase;letter-spacing:1px}._summaryNumber_82wzj_595{font-size:56px;font-weight:800;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}._analyticsSection_82wzj_602{margin-top:32px;margin-bottom:40px}._sectionTitle_82wzj_366{font-size:20px;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #667eea}._cards_82wzj_616{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}._card_82wzj_74{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;border-left:4px solid;display:flex;flex-direction:column;gap:12px}._card_82wzj_74:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}._approved_82wzj_639{border-left-color:#48bb78;background:linear-gradient(135deg,#fff,#f0fff4)}._pending_82wzj_644{border-left-color:#ed8936;background:linear-gradient(135deg,#fff,#fffaf0)}._rejected_82wzj_649{border-left-color:#f56565;background:linear-gradient(135deg,#fff,#fff5f5)}._deleted_82wzj_654{border-left-color:#718096;background:linear-gradient(135deg,#fff,#f7fafc)}._cardHeader_82wzj_659{display:flex;justify-content:space-between;align-items:center}._cardLabel_82wzj_665{font-size:14px;font-weight:600;color:#4a5568;margin:0;text-transform:uppercase;letter-spacing:.5px}._badge_82wzj_674{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._approved_82wzj_639 ._badge_82wzj_674{background:#c6f6d5;color:#22543d}._pending_82wzj_644 ._badge_82wzj_674{background:#feebc8;color:#7c2d12}._rejected_82wzj_649 ._badge_82wzj_674{background:#fed7d7;color:#742a2a}._deleted_82wzj_654 ._badge_82wzj_674{background:#e2e8f0;color:#2d3748}._cardNumber_82wzj_703{font-size:42px;font-weight:800;margin:8px 0;color:#1a202c}._cardFooter_82wzj_710{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #e2e8f0}._percentage_82wzj_718{font-size:13px;font-weight:600;color:#718096}._chartsSection_82wzj_725{margin-top:40px;margin-bottom:40px}._chartsGrid_82wzj_730{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}._chartCard_82wzj_736{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease}._chartCard_82wzj_736:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}._chartTitle_82wzj_749{font-size:18px;font-weight:700;color:#2d3748;margin:0 0 20px;text-align:center;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._tableSection_82wzj_760{margin-top:40px}._tableCard_82wzj_764{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}._statsTable_82wzj_771{width:100%;border-collapse:collapse}._statsTable_82wzj_771 thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._statsTable_82wzj_771 th{padding:16px;text-align:left;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}._statsTable_82wzj_771 tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}._statsTable_82wzj_771 tbody tr:hover{background-color:#f7fafc}._statsTable_82wzj_771 tbody tr:last-child{border-bottom:none}._statsTable_82wzj_771 td{padding:16px;font-size:15px;color:#2d3748}._statusName_82wzj_809{display:flex;align-items:center;gap:10px;font-weight:600}._statusDot_82wzj_816{width:12px;height:12px;border-radius:50%;display:inline-block}._count_82wzj_823{font-weight:700;font-size:18px;color:#1a202c}._progressBar_82wzj_829{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}._progressFill_82wzj_837{height:100%;border-radius:4px;transition:width .3s ease}.recharts-tooltip-wrapper{outline:none}@media(max-width:1200px){._chartsGrid_82wzj_730{grid-template-columns:1fr}}@media(max-width:768px){._container_82wzj_547{padding:16px}._heading_82wzj_890{font-size:24px}._downloadBtn_82wzj_894{padding:10px 20px;font-size:14px}._summaryNumber_82wzj_595{font-size:42px}._cards_82wzj_616{grid-template-columns:1fr}._cardNumber_82wzj_703{font-size:36px}._chartsGrid_82wzj_730{grid-template-columns:1fr}._chartCard_82wzj_736{padding:16px}._statsTable_82wzj_771{font-size:13px}._statsTable_82wzj_771 th,._statsTable_82wzj_771 td{padding:12px 8px}}@media(max-width:480px){._header_82wzj_118{flex-direction:column;align-items:flex-start}._downloadBtn_82wzj_894{width:100%;justify-content:center}._summaryCard_82wzj_577{padding:24px}._summaryNumber_82wzj_595{font-size:36px}._chartTitle_82wzj_749{font-size:16px}._statsTable_82wzj_771{font-size:12px}._statsTable_82wzj_771 th,._statsTable_82wzj_771 td{padding:10px 6px}._count_82wzj_823{font-size:16px}}._inlineFormSection_82wzj_970{margin-top:40px;padding:28px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 10px #0000000a}._inlineFormTitle_82wzj_979{font-size:18px;font-weight:700;margin-bottom:20px;color:#111827}._srHeader_82wzj_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}._srHeader_82wzj_10 h2{font-size:26px;font-weight:700;color:#111827;margin:0}._headerRight_82wzj_1004{display:flex;align-items:center;gap:12px}._downloadExcelBtn_82wzj_1011{padding:9px 18px;border-radius:8px;border:2px solid #10b981;background:#ecfdf5;color:#059669;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._downloadExcelBtn_82wzj_1011:hover{background:#10b981;color:#fff}._addSponsorBtn_82wzj_1030{padding:10px 18px;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._addSponsorBtn_82wzj_1030:hover{background:#1d4ed8}._wrapper_1h49k_4{max-width:1200px;margin:40px auto;padding:40px 24px;background:#f9fafb}._pageHeader_1h49k_14{display:flex;align-items:center;justify-content:start;gap:14px;margin-bottom:28px;text-align:center}._pageHeaderIcon_1h49k_24{width:52px;height:52px;background:#eff6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb26;flex-shrink:0}._pageHeaderText_1h49k_36{display:flex;flex-direction:column;align-items:self-start}._title_1h49k_45{font-size:28px;font-weight:700;color:#111827;margin:0;letter-spacing:-.02em;line-height:1.2}._subtitle_1h49k_54{font-size:14px;color:#6b7280;margin:4px 0 0}._formBox_1h49k_63{background:linear-gradient(180deg,#fff,#f9fafb);border-radius:16px;padding:28px;margin-bottom:32px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb}._formHeader_1h49k_75{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}._formHeaderIcon_1h49k_84{width:40px;height:40px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._formTitle_1h49k_95{font-size:16px;font-weight:700;color:#111827;margin:0;line-height:1.2}._formSubtitle_1h49k_103{font-size:13px;color:#9ca3af;margin:3px 0 0}._formGrid_1h49k_112{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width:768px){._formGrid_1h49k_112{grid-template-columns:1fr}}._inputGroup_1h49k_128{display:flex;flex-direction:column;gap:6px}._inputLabel_1h49k_134{font-size:13.5px;font-weight:600;color:#374151}._inputWrapper_1h49k_140{position:relative;display:flex;align-items:center}._inputIcon_1h49k_146{position:absolute;left:13px;font-size:15px;color:#9ca3af;pointer-events:none;z-index:1}._input_1h49k_128{width:100%;padding:12px 16px 12px 36px;border-radius:10px;border:1.5px solid #d1d5db;font-size:14.5px;color:#111827;outline:none;transition:all .2s ease;background:#fff;font-family:inherit;box-sizing:border-box}._input_1h49k_128::placeholder{color:#9ca3af}._input_1h49k_128:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}._input_1h49k_128[type=number]::-webkit-inner-spin-button,._input_1h49k_128[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._checkboxRow_1h49k_190{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._checkboxCard_1h49k_197{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;background:#f9fafb;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}._checkboxCard_1h49k_197:hover{background:#eff6ff;border-color:#bfdbfe}._checkboxCard_1h49k_197 input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;flex-shrink:0;border-radius:4px}._checkboxText_1h49k_224{display:flex;flex-direction:column;gap:2px}._checkboxTitle_1h49k_230{font-size:14px;font-weight:600;color:#111827}._checkboxDesc_1h49k_236{font-size:12px;color:#9ca3af}._formActions_1h49k_244{display:flex;gap:12px;flex-wrap:wrap}._primaryBtn_1h49k_250,._secondaryBtn_1h49k_251{padding:11px 20px;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;font-family:inherit}._primaryBtn_1h49k_250{background:linear-gradient(135deg,#497ae6,#2459eb);color:#fff;box-shadow:0 4px 14px #2563eb4d}._primaryBtn_1h49k_250:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}._primaryBtn_1h49k_250:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._secondaryBtn_1h49k_251{background:#f3f4f6;color:#374151;border:1.5px solid #d1d5db;min-height:44px}._secondaryBtn_1h49k_251:hover{background:#e5e7eb;border-color:#9ca3af}._tableBox_1h49k_300{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb}._table_1h49k_300{width:100%;border-collapse:collapse;table-layout:fixed}._table_1h49k_300 thead{background:#111827;border-bottom:2px solid #e5e7eb}._table_1h49k_300 th{padding:16px 20px;text-align:left;font-size:14px;font-weight:700;color:#f9fafb;text-transform:uppercase;letter-spacing:.05em}._table_1h49k_300 tbody tr{background:#fff;border-bottom:1px solid #f3f4f6;transition:background .15s ease;cursor:pointer}._table_1h49k_300 tbody tr:hover{background:#f1f5f9}._table_1h49k_300 tbody tr:last-child{border-bottom:none}._table_1h49k_300 td{padding:16px 20px;font-size:15px;color:#1f2937}._visible_1h49k_356,._hidden_1h49k_357{display:inline-block;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.02em}._visible_1h49k_356{background:#d1fae5;color:#065f46}._hidden_1h49k_357{background:#fee2e2;color:#991b1b}._hiddenPriceText_1h49k_376{font-size:12px;color:#9ca3af}._actions_1h49k_384{display:flex;gap:8px;align-items:center;white-space:nowrap}._iconBtn_1h49k_391{width:36px;height:36px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:17px;flex-shrink:0}._editIcon_1h49k_405{background:#eff6ff;color:#2563eb}._editIcon_1h49k_405:hover{background:#dbeafe;transform:scale(1.05)}._deleteIcon_1h49k_415{background:#fef2f2;color:#dc2626}._deleteIcon_1h49k_415:hover{background:#fee2e2;transform:scale(1.05)}._empty_1h49k_428{text-align:center;padding:40px 20px!important;color:#9ca3af;font-size:15px;font-style:italic}@media(max-width:768px){._wrapper_1h49k_4{padding:24px 16px;margin:20px auto}._title_1h49k_45{font-size:24px}._formBox_1h49k_63{padding:20px 16px}._tableBox_1h49k_300{overflow-x:auto}._table_1h49k_300{min-width:600px}._table_1h49k_300 th,._table_1h49k_300 td{padding:12px 16px;font-size:14px}}@media(max-width:480px){._wrapper_1h49k_4{padding:16px 12px}._formActions_1h49k_244{flex-direction:column}._primaryBtn_1h49k_250,._secondaryBtn_1h49k_251{width:100%;justify-content:center}}._builderContainer_12aau_2{max-width:900px;margin:0 auto;padding:2rem;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._previewTitle_12aau_11{font-size:1.5rem!important;font-weight:700;color:#fff!important;border-radius:10px;padding:2rem 1rem;text-align:center;background:linear-gradient(to right,#01669c,#03b4ef)}._errorContainer_12aau_23{padding:2rem;text-align:center}._errorContainer_12aau_23 h2{font-size:1.5rem;color:#dc2626;margin-bottom:.5rem}._errorContainer_12aau_23 p{color:#6b7280}._loadingOverlay_12aau_39{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}._loader_12aau_49{border:4px solid #f3f4f6;border-top:4px solid #2563eb;border-radius:50%;width:50px;height:50px;animation:_spin_12aau_1 1s linear infinite}@keyframes _spin_12aau_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_12aau_64{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._header_12aau_64 h2{font-size:1.75rem;font-weight:700;color:#111827}._addFieldBtn_12aau_77{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._addFieldBtn_12aau_77:hover{background:#1e40af;transform:translateY(-1px)}._previewSection_12aau_97{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem}._previewSection_12aau_97 h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1f2937}._previewFields_12aau_111{display:flex;flex-direction:column;gap:5px}._previewField_12aau_111{margin-bottom:1rem}._previewField_12aau_111 label{font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}._required_12aau_129{color:#dc2626;margin-left:.25rem}._previewInput_12aau_134,._previewTextarea_12aau_135,._previewSelect_12aau_136{width:100%;padding:.75rem;border:1px dashed #d1d5db;border-radius:8px;background:#fff;font-size:.9rem;color:#9ca3af}._previewTextarea_12aau_135{resize:vertical;font-family:inherit}._fieldManager_12aau_159{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:32px}._customFieldTitle_12aau_167{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#111827;margin-bottom:16px}._section_12aau_181{padding-bottom:28px;margin-bottom:28px;border-bottom:2px solid #e5e7eb}._section_12aau_181:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._fieldsList_12aau_196{display:flex;flex-direction:column;gap:12px}._fieldItem_12aau_203{display:flex;align-items:center;gap:16px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:box-shadow .2s ease,border .2s ease}._fieldItem_12aau_203:hover{border-color:#c7d2fe;box-shadow:0 8px 18px #4f46e514}._fieldIconBox_12aau_220{width:38px;height:38px;border-radius:12px;background:#eef2ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:20px;flex-shrink:0}._fieldCenter_12aau_234{flex:1;display:flex;flex-direction:column;gap:4px}._fieldLabel_12aau_241{font-size:15px;font-weight:600;color:#111827}._fieldTypeBadge_12aau_247{font-size:12px;font-weight:600;color:#475569;background:#f1f5f9;padding:4px 10px;border-radius:999px;width:fit-content}._fieldActions_12aau_258{display:flex;align-items:center;gap:16px}._switch_12aau_268{position:relative;width:44px;height:24px}._switch_12aau_268 input{opacity:0;width:0;height:0}._slider_12aau_280{position:absolute;inset:0;background:#d1d5db;border-radius:999px;cursor:pointer;transition:background .25s ease}._slider_12aau_280:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s ease}._switch_12aau_268 input:checked+._slider_12aau_280{background:#2563eb}._switch_12aau_268 input:checked+._slider_12aau_280:before{transform:translate(20px)}._deleteBtn_12aau_310{padding:.5rem;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}._deleteBtn_12aau_310:hover{background:#fecaca;transform:scale(1.05)}._noCustomFields_12aau_329{text-align:center;padding:32px;color:#6b7280;font-size:14px}._fakeSubmit_12aau_336{width:100%;padding:1rem;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._saveBtn_12aau_350{width:100%;padding:1rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._saveBtn_12aau_350:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #16a34a4d}._saveBtn_12aau_350:disabled{opacity:.6;cursor:not-allowed}._drawerOverlay_12aau_374{position:fixed;inset:0;background:#00000080;z-index:999;animation:_fadeIn_12aau_1 .2s}@keyframes _fadeIn_12aau_1{0%{opacity:0}to{opacity:1}}._drawer_12aau_374{position:fixed;right:0;top:0;bottom:0;width:500px;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1000;display:flex;flex-direction:column;animation:_slideIn_12aau_1 .3s ease-out}@keyframes _slideIn_12aau_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawerHeader_12aau_407{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._drawerHeader_12aau_407 h3{font-size:1.25rem;font-weight:600;color:#111827}._closeBtn_12aau_421{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}._closeBtn_12aau_421:hover{background:#f3f4f6}._drawerContent_12aau_437{flex:1;overflow-y:auto;padding:1.5rem}._drawerSection_12aau_443{margin-bottom:2rem}._drawerSection_12aau_443 h4{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.05em}._fieldGrid_12aau_456{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._fieldOption_12aau_462{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}._fieldOption_12aau_462:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-2px)}._fieldOptionIcon_12aau_480{font-size:1.25rem}._fieldOptionLabel_12aau_484{font-size:.85rem;font-weight:500;color:#374151}._customFieldForm_12aau_491{display:flex;flex-direction:column;gap:1rem}._formGroup_12aau_497{display:flex;flex-direction:column;gap:.5rem}._formGroup_12aau_497 label{font-size:.875rem;font-weight:500;color:#374151}._fieldInput_12aau_509{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem}._fieldInput_12aau_509:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._checkboxGroup_12aau_522{display:flex;align-items:center;gap:.5rem}._checkboxGroup_12aau_522 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._checkboxGroup_12aau_522 label{font-size:.875rem;color:#374151;cursor:pointer}._statusWrapper_12aau_545{position:relative}._statusButton_12aau_549{width:100%;background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._statusButton_12aau_549:hover{border-color:#2563eb}._chevron_12aau_569{font-size:12px;transition:transform .25s ease}._chevronOpen_12aau_574{transform:rotate(180deg)}._statusMenu_12aau_578{position:absolute;top:calc(100% + 8px);width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px;z-index:30;box-shadow:0 8px 20px #00000014}._statusItem_12aau_590{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#334155;cursor:pointer}._statusItem_12aau_590:hover{background:#eff6ff;color:#2563eb}._drawerFooter_12aau_605{padding:1.5rem;border-top:1px solid #e5e7eb}._optionsSection_12aau_611{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._optionsSection_12aau_611>label{font-size:.875rem;font-weight:500;color:#374151}._optionInputGroup_12aau_626{display:flex;gap:.5rem}._addOptionBtn_12aau_632{width:20%;padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}._addOptionBtn_12aau_632:hover{background:#059669}._optionsList_12aau_649{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._optionItem_12aau_656{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px}._optionItem_12aau_656 span{font-size:.875rem;color:#374151}._removeOptionBtn_12aau_671{padding:.25rem;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}._removeOptionBtn_12aau_671:hover{background:#fecaca}._submitBtn_12aau_688{width:100%;padding:.875rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._submitBtn_12aau_688:hover:not(:disabled){background:#1e40af}._submitBtn_12aau_688:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._drawer_12aau_374{width:100%}._builderContainer_12aau_2{padding:1rem}._header_12aau_64{flex-direction:column;gap:1rem;align-items:stretch}._addFieldBtn_12aau_77{width:100%;justify-content:center}._fieldActions_12aau_258{flex-direction:column;align-items:flex-end;gap:.5rem}}._checkboxLabel_12aau_736{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;cursor:pointer}._checkboxLabel_12aau_736 input{margin-top:3px}._saveHint_12aau_748{margin-top:10px;font-size:13px;color:#6b7280;background:#f9fafb;border-left:3px solid #2563eb;padding:8px 12px 5px;border-radius:6px;margin-bottom:10px}._fieldLabelWithIcon_12aau_760{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151}._fieldIcon_12aau_220{font-size:14px;color:#64748b}._inputWithIcon_12aau_774{position:relative;width:100%}._inputIcon_12aau_780{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#94a3b8;pointer-events:none}._textareaIcon_12aau_790{position:absolute;top:18px;left:16px;color:#9ca3af;font-size:16px;pointer-events:none;z-index:1}._previewInputWithIcon_12aau_801{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px;background-color:#fff}._previewTextareaWithIcon_12aau_810{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px;resize:vertical}._previewSelectWithIcon_12aau_819{width:100%;padding:.75rem .75rem .75rem 42px;border:1px solid #e5e7eb;border-radius:10px}._previewTextareaWithIcon_12aau_810{width:100%;min-height:120px;padding:14px 14px 14px 42px;border:1px solid #e5e7eb;border-radius:12px;resize:vertical;font-size:14px}._fileUploadBox_12aau_836{border:2px dashed #d1d5db;border-radius:14px;padding:28px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px}._fileUploadIcon_12aau_848{font-size:32px;color:#9ca3af}._fileUploadText_12aau_853 strong{font-size:14px;color:#111827}._fileUploadText_12aau_853 p{font-size:12px;color:#6b7280;margin:2px 0}._fileUploadText_12aau_853 span{font-size:11px;color:#9ca3af}._sectionTitle_12aau_869,._customFieldTitle_12aau_167{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#111827}._sectionIcon_12aau_879{font-size:18px;color:#2563eb}._layoutToggleBtn_12aau_885{padding:6px 10px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid #e5e7eb;background:#f8fafc;color:#374151;cursor:pointer}._layoutToggleBtn_12aau_885:hover{background:#eff6ff;border-color:#2563eb}._fullWidth_12aau_901{grid-column:span 2}._twoCol_12aau_905{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._modalOverlay_12aau_914{position:fixed;inset:0;background:#00000080;z-index:2000}._deleteModal_12aau_921{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:28px;width:380px;border-radius:16px;box-shadow:0 20px 50px #00000026;z-index:2001;text-align:center;animation:_scaleIn_12aau_1 .2s ease}@keyframes _scaleIn_12aau_1{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}._deleteModal_12aau_921 h4{font-size:18px;font-weight:700;margin-bottom:10px}._deleteModal_12aau_921 p{font-size:14px;color:#475569;margin-bottom:20px}._modalActions_12aau_959{display:flex;justify-content:center;gap:12px}._cancelBtn_12aau_965{padding:8px 16px;border-radius:8px;border:1px solid #e5e7eb;background:#f8fafc;color:#374151;cursor:pointer}._cancelBtn_12aau_965:hover{background:#e2e8f0}._confirmDeleteBtn_12aau_978{padding:8px 16px;border-radius:8px;border:none;background:#dc2626;color:#fff;cursor:pointer}._confirmDeleteBtn_12aau_978:hover{background:#b91c1c}._customCheckbox_12aau_993{display:flex;gap:.5rem;cursor:default;font-size:14px;position:relative}._customCheckbox_12aau_993 input{position:absolute;opacity:0;height:0;width:0}._checkmark_12aau_1009{height:18px;width:18px;border:2px solid #cbd5e1;border-radius:6px;background-color:#fff;display:inline-block;position:relative;top:4px;transition:all .2s ease}._customCheckbox_12aau_993 input:checked+._checkmark_12aau_1009{background-color:#2563eb;border-color:#2563eb}._customCheckbox_12aau_993 input:checked+._checkmark_12aau_1009:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkboxText_12aau_1040{color:#374151;font-weight:500;margin-top:2px}._customRadioGroup_12aau_1049{display:flex;flex-direction:column;gap:12px;margin-top:8px}._customRadio_12aau_1049{display:flex!important;gap:8px;position:relative;cursor:default;font-size:14px;font-weight:500;color:#374151}._customRadio_12aau_1049 input{position:absolute;opacity:0;height:0;width:0}._radioMark_12aau_1076{height:18px;width:18px;border:2px solid #cbd5e1;border-radius:50%;background-color:#fff;display:inline-block;position:relative;top:2px;transition:all .2s ease}._customRadio_12aau_1049 input:checked+._radioMark_12aau_1076{border-color:#2563eb}._customRadio_12aau_1049 input:checked+._radioMark_12aau_1076:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#2563eb;border-radius:50%;transform:translate(-50%,-50%)}._radioText_12aau_1106{color:#374151}._wrapper_14vru_3{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:20px}._card_14vru_13{background:#fff;border-radius:10px;padding:0;border:1px solid #e5e7eb;width:100%;max-width:900px;overflow:hidden}._cardHeader_14vru_23{font-size:18px;font-weight:600;padding:20px 24px;margin-bottom:0;border-bottom:1px solid #e5e7eb;background:#fff}._formLabel_14vru_32{display:flex;flex-direction:column;font-size:14px;font-weight:500;margin-bottom:16px;color:#374151}._input_14vru_41{margin-top:6px;padding:10px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;transition:all .2s}._input_14vru_41:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}._helperText_14vru_56{font-size:12px;color:#6b7280;margin-top:4px}._optional_14vru_62{font-size:12px;color:#6b7280;font-weight:400;margin-left:4px}._contentLayout_14vru_74{display:grid;grid-template-columns:320px 1fr}._providerPanel_14vru_81{background:#f9fafb;padding:24px;border:1px solid #e5e7eb}._panelTitle_14vru_88{font-size:20px;font-weight:600;margin-bottom:16px;color:#111827}._panelTitleRight_14vru_94{font-size:26px;font-weight:700;margin-bottom:16px;color:#111827}._providerGrid_14vru_101{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}._providerCard_14vru_107{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._providerLogo_14vru_121{width:100%;object-fit:cover;border-radius:10px}._providerCard_14vru_107:hover{border-color:#c7d2fe;background:#f8fafc}._providerCard_14vru_107._active_14vru_133{border-color:#2563eb;background:#eef2ff}._providerName_14vru_138{font-size:14px;font-weight:600}._providerMeta_14vru_143{font-size:12px;color:#6b7280;margin-top:4px}._check_14vru_149{position:absolute;top:-10px;right:-10px;width:22px;height:22px;background:#2563eb;color:#fff;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center}._check_14vru_149 svg{width:12px;height:12px}._providerCard_14vru_107._disabled_14vru_174{opacity:.45;cursor:not-allowed}._soon_14vru_179{display:block;font-size:11px;margin-top:6px}._configPanel_14vru_187{padding:24px;background:#fff;border:1px solid #e5e7eb}._sidebar_14vru_195{padding:24px;border-right:1px solid #e5e7eb;background-color:#f9fafb}._sidebarTitle_14vru_201{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:16px}._gatewayList_14vru_210{display:flex;flex-direction:column;gap:8px}._gatewayItem_14vru_217{padding:10px 14px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;border:1px solid transparent}._gatewayItem_14vru_217:hover{background-color:#f3f4f6}._gatewayItem_14vru_217._active_14vru_133{background-color:#eef2ff;color:#6366f1;border-color:#c7d2fe;font-weight:600}._formArea_14vru_244{padding:24px}._footerRow_14vru_249{display:flex;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #f3f4f6}._btnPrimary_14vru_257{background-color:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}._btnPrimary_14vru_257:hover{background-color:#1d4fd9}._btnPrimary_14vru_257:disabled{opacity:.6;cursor:not-allowed}._emptyState_14vru_279{color:#6b7280;text-align:center;margin-top:60px;font-size:14px}._paymentSummaryWrapper_14vru_288{padding:0;width:100%;max-width:900px;overflow:hidden}._paymentSummaryCard_14vru_295{display:flex;gap:16px;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}._summaryLogo_14vru_307{width:64px;height:64px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center}._summaryLogo_14vru_307 img{max-width:70%;max-height:70%;object-fit:contain}._summaryDetails_14vru_327{flex:1}._summaryTitle_14vru_331{font-size:14px;font-weight:600;color:#111827;margin-bottom:8px}._summaryRow_14vru_338{display:flex;align-items:flex-start;justify-content:space-between;font-size:13px;margin-bottom:4px;color:#374151}._summaryRow_14vru_338 span:first-child{color:#6b7280}._summaryRowDiv_14vru_351{display:flex;justify-content:center;align-items:center}._truncate_14vru_359{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._revealBtn_14vru_366{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:4px}._revealBtn_14vru_366:hover{color:#2563eb}._revealBtn_14vru_366 svg{width:16px;height:16px}._securityNote_14vru_387{font-size:12px;color:#b45309;margin-top:8px}._confirmOverlay_14vru_393{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}._confirmBox_14vru_403{background:#fff;padding:22px;border-radius:12px;width:420px;text-align:center}._confirmBox_14vru_403 h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#111827}._confirmActions_14vru_418{display:flex;justify-content:center;gap:1.5rem;margin-top:24px}._cancelBtn_14vru_426{background:#e5e7eb;color:#374151;padding:8px 16px;border-radius:6px;border:1px solid #d1d5db;cursor:pointer}._cancelBtn_14vru_426:hover{background:#dc2626;color:#fff}._confirmDeleteBtn_14vru_441{background:#e5e7eb;color:#374151;padding:8px 16px;border-radius:6px;border:1px solid #d1d5db;cursor:pointer;transition:background .2s ease}._confirmDeleteBtn_14vru_441:hover{background:#dc2626;color:#fff}._paymentInfoWrapper_14vru_460{width:100%;max-width:900px;background:#fff;border-radius:16px;box-shadow:0 20px 40px -5px #0000001a;border:1px solid #e2e8f0;overflow:hidden;margin:0 auto}._paymentInfoHeader_14vru_471{padding:20px 32px;border-bottom:1px solid #f1f5f9;background:#fff}._paymentInfoHeader_14vru_471 span{font-weight:700;color:#1e293b;font-size:1.1rem}._paymentInfoBodyNew_14vru_483{display:grid;grid-template-columns:320px 1fr;min-height:450px}._paymentLeft_14vru_491{background-color:#1e293b;background-image:linear-gradient(135deg,#1e293bf2,#0f172afa),radial-gradient(#334155 1.5px,transparent 1.5px);background-size:100% 100%,24px 24px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:relative}._gatewayLogoCircle_14vru_511{width:130px;height:130px;background:#fffffffa;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000004d;transition:transform .3s ease}._gatewayLogoCircle_14vru_511:hover{transform:translateY(-5px)}._gatewayLogoCircle_14vru_511 img{width:100%;height:100%;object-fit:cover;border-radius:20px}._liveBadge_14vru_535{background:#10b98126;color:#6ee7b7;border:1px solid #059669;padding:8px 20px;border-radius:999px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px;margin-top:10px}._liveDot_14vru_551{width:8px;height:8px;background:#34d399;border-radius:50%;box-shadow:0 0 10px #34d399;animation:_pulse_14vru_1 2s infinite}@keyframes _pulse_14vru_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._gatewayName_14vru_572{font-weight:700;font-size:1.5rem;color:#fff;margin-top:8px;text-transform:capitalize}._paymentRight_14vru_582{padding:40px;background:#fff;display:flex;flex-direction:column}._paymentRight_14vru_582 h3{font-size:1.75rem;font-weight:800;margin-bottom:4px;color:#1e293b}._subText_14vru_596{color:#64748b;font-size:.95rem;margin-bottom:32px}._fieldBlock_14vru_604{margin-bottom:24px}._fieldBlock_14vru_604 label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}._fieldBox_14vru_618{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;transition:all .2s;font-family:SFMono-Regular,Consolas,monospace;position:relative}._fieldBox_14vru_618:hover{border-color:#cbd5e1;background-color:#fff}._fieldBox_14vru_618:focus-within{border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 4px #2563eb0d}._keyValue_14vru_643,._secretValue_14vru_644{font-family:SFMono-Regular,Consolas,monospace;font-size:1rem;color:#334155;word-break:break-all}._copyBtn_14vru_653,._revealBtn_14vru_366{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:4px;margin-left:8px;transition:color .2s}._copyBtn_14vru_653:hover,._revealBtn_14vru_366:hover{color:#2563eb}._copyBtn_14vru_653 svg,._revealBtn_14vru_366 svg{width:18px;height:18px}._securityAlert_14vru_680{background:#fff7ed;border:1px solid #ffedd5;color:#c2410c;padding:8px 12px;border-radius:10px;font-size:.85rem;margin-top:auto;display:flex;align-items:center;gap:10px}._alertIcon_14vru_699{color:#ea580c;font-size:20px;margin-top:2px;flex-shrink:0}._securityAlert_14vru_680 b{color:#9a3412}._actionRow_14vru_712{display:flex;gap:12px;margin-top:32px;justify-content:flex-end}._deleteBtn_14vru_719{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}._deleteBtn_14vru_719:hover{background:#f1f5f9;color:#ef4444;border-color:#fca5a5}._editBtn_14vru_736{background:#2563eb;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #2563eb40;transition:all .2s}._editBtn_14vru_736:hover{background:#1d4ed8;transform:translateY(-1px)}._configEmptyState_14vru_754{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;border:2px dashed #e5e7eb;border-radius:12px;background-color:#f9fafb;padding:40px;color:#4b5563}._iconWrapper_14vru_770{width:80px;height:80px;background-color:#eef2ff;color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._mainIcon_14vru_782{color:inherit}._emptyTitle_14vru_787{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:8px}._emptyDescription_14vru_794{font-size:.95rem;color:#6b7280;max-width:450px;margin-bottom:30px;line-height:1.5}._helperSteps_14vru_803{display:flex;align-items:center;gap:15px;background:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 2px 5px #0000000d;border:1px solid #e5e7eb}._stepItem_14vru_814{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:#374151}._stepIcon_14vru_823{color:#4f46e5}._divider_14vru_827{width:1px;height:16px;background-color:#d1d5db}._impNote_14vru_833{background:#fff;border-radius:10px;padding:.8rem;border:2px dashed #cbcdd0;width:100%;max-width:900px;overflow:hidden}._headContainer_14vru_843{display:flex;margin-bottom:8px}._noteIcon_14vru_851{font-size:18px;margin-right:4px;color:#a2a7ad}._noteHeader_14vru_858{font-size:22px;font-weight:600;color:#a2a7ad}._noteList_14vru_864{font-size:14px;font-weight:500;color:#6b7280;margin-left:20px;list-style-type:disc}._container_1hxhp_1{padding:24px;max-width:1600px;margin:0 auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}._header_1hxhp_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}._heading_1hxhp_18{font-size:28px;font-weight:700;color:#1a202c;display:flex;align-items:center;gap:12px;margin:0}._heading_1hxhp_18 svg{font-size:32px;color:#4f46e5}._downloadBtn_1hxhp_33{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#faf3f3;color:#4f46e5;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}._downloadBtn_1hxhp_33:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}._downloadBtn_1hxhp_33:active{transform:translateY(0)}._downloadBtn_1hxhp_33:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}._downloadBtn_1hxhp_33 svg{font-size:20px}._loading_1hxhp_68{text-align:center;padding:60px 20px;font-size:18px;color:#4a5568;font-weight:500}._summary_1hxhp_76{margin-bottom:32px}._summaryCard_1hxhp_80{position:relative;overflow:hidden;padding:38px 32px;border-radius:24px;text-align:center;background:linear-gradient(135deg,#2563eb1f,#3b82f614 35%,#fffffff5);border:1px solid rgba(37,99,235,.12);box-shadow:0 12px 30px #2563eb14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._summaryCard_1hxhp_80:before{content:"";position:absolute;top:-120px;right:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#3b82f61f,#3b82f600 70%);pointer-events:none}._summaryCard_1hxhp_80:after{content:"";position:absolute;bottom:-100px;left:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#93c5fd29,#93c5fd00 70%);pointer-events:none}._summaryCard_1hxhp_80 h3{position:relative;z-index:2;font-size:1.05rem;font-weight:700;margin:0 0 18px;color:#1e3a8a;text-transform:uppercase;letter-spacing:.08em}._summaryNumber_1hxhp_172{position:relative;z-index:2;font-size:3.5rem;font-weight:800;margin:0;line-height:1;color:#2563eb;text-shadow:0 4px 20px rgba(37,99,235,.12)}._summaryContent_1hxhp_195{position:relative;z-index:3}._summaryLine_1hxhp_204{width:72px;height:4px;border-radius:999px;margin:18px auto 22px;background:linear-gradient(90deg,#2563eb33,#2563eb8c,#2563eb33)}._summarySubtext_1hxhp_225{display:block;margin-top:14px;font-size:1rem;color:#64748b;font-weight:500}._summaryLeftIcon_1hxhp_241{position:absolute;left:80px;top:50%;transform:translateY(-50%);z-index:2}._iconCircle_1hxhp_252{width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,#ffffffe6,#dbeafe73);color:#acb3bf;border:1px solid rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;font-size:4rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #2563eb0f}._summaryGraph_1hxhp_287{position:absolute;right:60px;bottom:0;display:flex;align-items:flex-end;gap:18px;height:220px;z-index:1}._summaryGraph_1hxhp_287 span{width:28px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#6366f11f,#6366f138);animation:_floatBars_1hxhp_1 3s ease-in-out infinite}._summaryGraph_1hxhp_287 span:nth-child(1){height:60px}._summaryGraph_1hxhp_287 span:nth-child(2){height:110px}._summaryGraph_1hxhp_287 span:nth-child(3){height:150px}._summaryGraph_1hxhp_287 span:nth-child(4){height:190px}._summaryGraph_1hxhp_287 span:nth-child(5){height:230px}._summaryGraph_1hxhp_287 span:nth-child(2){animation-delay:.2s}._summaryGraph_1hxhp_287 span:nth-child(3){animation-delay:.4s}._summaryGraph_1hxhp_287 span:nth-child(4){animation-delay:.6s}._summaryGraph_1hxhp_287 span:nth-child(5){animation-delay:.8s}@keyframes _floatBars_1hxhp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:900px){._summaryLeftIcon_1hxhp_241{display:none}._summaryGraph_1hxhp_287{right:20px;transform:scale(.8)}}@media(max-width:600px){._summaryGraph_1hxhp_287{display:none}._summaryCard_1hxhp_80{padding:28px 20px}._summarySubtext_1hxhp_225{font-size:.88rem}}._analyticsSection_1hxhp_398{margin-top:32px;margin-bottom:40px}._sectionTitle_1hxhp_403{font-size:20px;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #667eea}._cards_1hxhp_412{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}._card_1hxhp_412{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;border-left:4px solid;display:flex;flex-direction:column;gap:12px}._card_1hxhp_412:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}._approved_1hxhp_435{border-left-color:#48bb78;background:linear-gradient(135deg,#fff,#f0fff4)}._pending_1hxhp_440{border-left-color:#ed8936;background:linear-gradient(135deg,#fff,#fffaf0)}._rejected_1hxhp_445{border-left-color:#f56565;background:linear-gradient(135deg,#fff,#fff5f5)}._deleted_1hxhp_450{border-left-color:#718096;background:linear-gradient(135deg,#fff,#f7fafc)}._cardHeader_1hxhp_455{display:flex;justify-content:space-between;align-items:center}._cardLabel_1hxhp_461{font-size:14px;font-weight:600;color:#4a5568;margin:0;text-transform:uppercase;letter-spacing:.5px}._badge_1hxhp_470{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._approved_1hxhp_435 ._badge_1hxhp_470{background:#c6f6d5;color:#22543d}._pending_1hxhp_440 ._badge_1hxhp_470{background:#feebc8;color:#7c2d12}._rejected_1hxhp_445 ._badge_1hxhp_470{background:#fed7d7;color:#742a2a}._deleted_1hxhp_450 ._badge_1hxhp_470{background:#e2e8f0;color:#2d3748}._cardNumber_1hxhp_499{font-size:42px;font-weight:800;margin:8px 0;color:#1a202c}._cardFooter_1hxhp_506{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #e2e8f0}._percentage_1hxhp_514{font-size:13px;font-weight:600;color:#718096}._chartsSection_1hxhp_521{margin-top:40px;margin-bottom:40px}._chartsGrid_1hxhp_526{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}._chartCard_1hxhp_532{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease}._chartCard_1hxhp_532:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}._chartTitle_1hxhp_545{font-size:18px;font-weight:700;color:#2d3748;margin:0 0 20px;text-align:center;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._categoryChartSection_1hxhp_556{margin-top:32px}._customTooltip_1hxhp_561{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #667eea;border-radius:12px;padding:16px 20px;box-shadow:0 8px 24px #00000026;min-width:200px;animation:_tooltipFadeIn_1hxhp_1 .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes _tooltipFadeIn_1hxhp_1{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._tooltipLabel_1hxhp_583{font-size:15px;font-weight:700;color:#2d3748;margin:0 0 12px;text-align:center;padding-bottom:8px;border-bottom:2px solid #e2e8f0;text-transform:uppercase;letter-spacing:.5px}._tooltipCount_1hxhp_595{font-size:14px;color:#4a5568;margin:8px 0;display:flex;justify-content:space-between;align-items:center}._tooltipCount_1hxhp_595 strong{color:#2d3748;font-weight:700}._tooltipPercentage_1hxhp_609{font-size:16px;color:#667eea;margin:8px 0 12px;display:flex;justify-content:space-between;align-items:center;font-weight:600}._tooltipPercentage_1hxhp_609 strong{color:#4f46e5;font-weight:700}._tooltipProgressBar_1hxhp_624{height:8px;border-radius:4px;margin-top:12px;animation:_progressBarGrow_1hxhp_1 .6s ease-out;box-shadow:0 2px 4px #0000001a;position:relative;overflow:hidden}._tooltipProgressBar_1hxhp_624:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:_shimmer_1hxhp_1 2s infinite}@keyframes _progressBarGrow_1hxhp_1{0%{width:0%;opacity:0}to{opacity:1}}@keyframes _shimmer_1hxhp_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._barCell_1hxhp_670{transition:all .3s ease;filter:brightness(1)}._barCell_1hxhp_670:hover{filter:brightness(1.15);transform:scaleY(1.05);transform-origin:bottom}._tableSection_1hxhp_682{margin-top:40px}._tableCard_1hxhp_686{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}._statsTable_1hxhp_693{width:100%;border-collapse:collapse}._statsTable_1hxhp_693 thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._statsTable_1hxhp_693 th{padding:16px;text-align:left;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}._statsTable_1hxhp_693 tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}._statsTable_1hxhp_693 tbody tr:hover{background-color:#f7fafc}._statsTable_1hxhp_693 tbody tr:last-child{border-bottom:none}._statsTable_1hxhp_693 td{padding:16px;font-size:15px;color:#2d3748}._statusName_1hxhp_731{display:flex;align-items:center;gap:10px;font-weight:600}._statusDot_1hxhp_738{width:12px;height:12px;border-radius:50%;display:inline-block}._count_1hxhp_745{font-weight:700;font-size:18px;color:#1a202c}._progressBar_1hxhp_751{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}._progressFill_1hxhp_759{height:100%;border-radius:4px;transition:width .3s ease}.recharts-pie-label-text{font-weight:600;font-size:14px}.recharts-legend-item-text{font-size:14px;color:#2d3748;font-weight:500}.recharts-tooltip-wrapper{outline:none;z-index:1000}.recharts-default-tooltip{background-color:#fffffff5!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 4px 6px #0000001a!important;padding:12px!important}.recharts-tooltip-label{font-weight:600;color:#2d3748;margin-bottom:8px}.recharts-tooltip-item{color:#4a5568!important;font-size:14px}.recharts-bar-rectangle{animation:_barSlideIn_1hxhp_1 .8s ease-out}@keyframes _barSlideIn_1hxhp_1{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(max-width:1200px){._chartsGrid_1hxhp_526{grid-template-columns:1fr}}@media(max-width:768px){._container_1hxhp_1{padding:16px}._heading_1hxhp_18{font-size:24px}._downloadBtn_1hxhp_33{padding:10px 20px;font-size:14px}._summaryNumber_1hxhp_172{font-size:42px}._cards_1hxhp_412{grid-template-columns:1fr}._cardNumber_1hxhp_499{font-size:36px}._chartsGrid_1hxhp_526{grid-template-columns:1fr}._chartCard_1hxhp_532{padding:16px}._statsTable_1hxhp_693{font-size:13px}._statsTable_1hxhp_693 th,._statsTable_1hxhp_693 td{padding:12px 8px}._customTooltip_1hxhp_561{min-width:160px;padding:12px 16px}._tooltipLabel_1hxhp_583{font-size:13px}._tooltipCount_1hxhp_595,._tooltipPercentage_1hxhp_609{font-size:12px}}@media(max-width:480px){._header_1hxhp_9{flex-direction:column;align-items:flex-start}._downloadBtn_1hxhp_33{width:100%;justify-content:center}._summaryCard_1hxhp_80{padding:24px}._summaryNumber_1hxhp_172{font-size:36px}._chartTitle_1hxhp_545{font-size:16px}._statsTable_1hxhp_693{font-size:12px}._statsTable_1hxhp_693 th,._statsTable_1hxhp_693 td{padding:10px 6px}._count_1hxhp_745{font-size:16px}._customTooltip_1hxhp_561{min-width:140px;padding:10px 14px}}._categoryStrip_1hxhp_923{margin-top:40px;padding:20px;background:linear-gradient(135deg,#f7f9ff,#f0f7ff);border-radius:12px;border:1px solid rgba(102,126,234,.08);box-shadow:0 8px 25px #0000000f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._categoryList_1hxhp_934{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}._categoryItem_1hxhp_941{display:flex;align-items:center;gap:10px;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 4px 12px #0000000d;border:1px solid rgba(248,250,252,.8);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._categoryItem_1hxhp_941:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}._categoryItem_1hxhp_941:hover{transform:translateY(-4px);box-shadow:0 12px 35px #0000001f;border-color:#667eea33}._categoryItem_1hxhp_941:hover:before{transform:scaleX(1)}._tick_1hxhp_977{color:#38a169;font-size:18px;font-weight:700;background:#38a1691a;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #38a1694d;flex-shrink:0;transition:all .2s ease}._categoryItem_1hxhp_941:hover ._tick_1hxhp_977{transform:scale(1.1);background:#38a16933;box-shadow:0 4px 12px #38a16966}._categoryName_1hxhp_999{font-weight:600;color:#2d3748;text-transform:capitalize;flex:1;font-size:.95rem;line-height:1.4}._categoryPrice_1hxhp_1008{margin-left:auto;font-weight:600;color:#667eea;font-size:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;flex-shrink:0}@media(max-width:768px){._categoryStrip_1hxhp_923{padding:16px;margin-top:32px}._categoryList_1hxhp_934{gap:12px}._categoryItem_1hxhp_941{padding:10px 14px;flex:1 1 calc(50% - 8px)}._categoryName_1hxhp_999{font-size:.9rem}}@media(max-width:480px){._categoryList_1hxhp_934{flex-direction:column;gap:10px}._categoryItem_1hxhp_941{flex:1 1 auto}}._card_102au_2{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}._headerRow_102au_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}._headerRow_102au_11 h2{font-size:22px;font-weight:700;color:#111827;margin:0}._planInfo_102au_27{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 14px}._planInfo_102au_27 strong{color:#0f172a;text-transform:uppercase}._addBtn_102au_45{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._addBtn_102au_45:hover:not(:disabled){background:#1d4ed8}._addBtn_102au_45:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8}._grid_102au_68{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}._speakerCard_102au_75{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative;background:#fff;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}._speakerCard_102au_75:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}._imageContainer_102au_92{width:100%;height:240px;background:#f3f4f6;position:relative;overflow:hidden}._speakerImg_102au_100{width:100%;height:100%;object-fit:cover;object-position:center}._initialPlaceholder_102au_107{width:100%;height:100%;font-size:48px;font-weight:700;color:#cbd5e1;display:flex;align-items:center;justify-content:center;background:#f8fafc}._cardBody_102au_120{padding:16px;flex-grow:1;display:flex;flex-direction:column}._name_102au_127{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.2}._topic_102au_135{font-size:13px;font-weight:600;color:#2563eb;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._bioText_102au_144{font-size:14px;color:#64748b;line-height:1.5;margin-top:auto}._viewMoreBtn_102au_152{display:inline-block;font-size:12px;font-weight:600;color:#2563eb;cursor:pointer;margin-top:4px;-webkit-user-select:none;user-select:none}._viewMoreBtn_102au_152:hover{color:#1d4ed8;text-decoration:none}._bioText_102au_144{font-size:14px;color:#64748b;line-height:1.5;max-height:4.2em;overflow:hidden;margin-bottom:8px;position:relative;transition:max-height .3s ease}._bioText_102au_144._expanded_102au_184{max-height:150px;overflow-y:auto;padding-right:4px}._bioText_102au_144._expanded_102au_184::-webkit-scrollbar{width:4px}._bioText_102au_144._expanded_102au_184::-webkit-scrollbar-track{background:transparent}._bioText_102au_144._expanded_102au_184::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}._bioText_102au_144._expanded_102au_184::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}._menuWrap_102au_209{position:absolute;top:12px;right:12px;z-index:10}._menuIcon_102au_216{background:#ffffffe6;border-radius:50%;padding:4px;box-shadow:0 2px 4px #0000001a;cursor:pointer;color:#475569;font-size:18px}._menu_102au_209{position:absolute;right:0;top:30px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;z-index:20;min-width:100px;overflow:hidden}._menu_102au_209 div{padding:10px 14px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;transition:background .1s}._menu_102au_209 div:hover{background:#f1f5f9}._menu_102au_209 ._delete_102au_252{color:#dc2626}._menu_102au_209 ._delete_102au_252:hover{background:#fef2f2}._drawerOverlay_102au_261{position:fixed;inset:0;background:#0f172a66;z-index:1000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._drawer_102au_261{width:420px;max-width:100%;height:100%;background:#fff;padding:28px;box-shadow:-4px 0 20px #0000001a;overflow-y:auto;display:flex;flex-direction:column;animation:_slideIn_102au_1 .3s ease-out}@keyframes _slideIn_102au_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawer_102au_261 h3{font-size:20px;font-weight:700;margin-bottom:24px;color:#0f172a}._label_102au_296{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}._labelGroup_102au_304{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}._input_102au_312,._textarea_102au_312,._fileInput_102au_312{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px;color:#334155;margin-bottom:16px;background:#f8fafc;transition:border-color .2s;font-family:inherit}._input_102au_312:focus,._textarea_102au_312:focus,._fileInput_102au_312:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}._textarea_102au_312{min-height:100px;resize:vertical}._imageNote_102au_338{font-size:12px;color:#64748b;background:#f1f5f9;padding:10px;border-radius:6px;border-left:3px solid #94a3b8;margin-bottom:16px;line-height:1.4}._previewContainer_102au_349{margin-bottom:20px;border-radius:8px;border:2px dashed #cbd5e1;padding:4px}._previewImg_102au_356{width:100%;height:auto;border-radius:6px;display:block}._wordCount_102au_364{font-size:12px;font-weight:600;color:#94a3b8}._wordCount_102au_364._error_102au_370{color:#dc2626}._limitError_102au_374{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;font-size:13px;margin-bottom:20px;border:1px solid #fca5a5}._drawerActions_102au_385{display:flex;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #e2e8f0}._saveBtn_102au_393{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;flex:2}._saveBtn_102au_393:disabled{opacity:.6;cursor:not-allowed}._cancelBtn_102au_410{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;flex:1}._confirmOverlay_102au_423{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._confirmBox_102au_434{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 25px -5px #0000001a}._confirmBox_102au_434 p{font-size:15px;color:#334155;margin-bottom:24px}._confirmActions_102au_450{display:flex;gap:12px;justify-content:center}._confirmActions_102au_450 ._cancel_102au_410{padding:10px 16px;border-radius:6px;background:#f1f5f9;color:#475569;border:none;font-weight:600;cursor:pointer}._confirmActions_102au_450 ._delete_102au_252{padding:10px 16px;border-radius:6px;background:#dc2626;color:#fff;border:none;font-weight:600;cursor:pointer}@media(max-width:640px){._drawer_102au_261{width:100%}._headerRow_102au_11{flex-direction:column;align-items:flex-start}._planInfo_102au_27,._addBtn_102au_45{width:100%;justify-content:center}}._cardBody_102au_120{padding:12px 10px 10px;text-align:center}._name_102au_127{font-size:15px;font-weight:600;color:#222;margin-bottom:4px}._topic_102au_135{font-size:13px;font-weight:500;color:#555;margin-bottom:6px}._bioText_102au_144{font-size:13px;color:#444;line-height:1.45;max-height:60px;overflow:hidden;transition:max-height .3s ease;margin-top:6px}._expanded_102au_184{max-height:300px}._viewMoreBtn_102au_152{font-size:12px;font-weight:500;color:#007bff;cursor:pointer;margin-top:4px}._viewMoreBtn_102au_152:hover{text-decoration:underline}._emptyState_102au_543{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}._emptyIllustration_102au_553{margin-bottom:1.5rem}._emptyIllustration_102au_553 img,._emptyIllustration_102au_553 svg{width:320px;height:220px;object-fit:contain}._emptyTitle_102au_564{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}._emptyDesc_102au_571{font-size:13px;color:#64748b;max-width:280px;line-height:1.6;margin:0 0 20px}:root{--white: #ffffff;--bg-page: #f4f6fb;--bg-card: #ffffff;--bg-subtle: #f8faff;--bg-hover: #f1f4fd;--violet: #0D6EFD;--violet-mid: #0D6EFD;--violet-soft: #ede9fe;--violet-glow: rgba(124, 58, 237, .12);--indigo: #0D6EFD;--cyan: #0891b2;--cyan-soft: #e0f2fe;--amber: #00659C;--amber-soft: #dbeafe;--emerald: #059669;--emerald-soft: #d1fae5;--rose: #e11d48;--rose-soft: #dbeafe;--grad-violet: linear-gradient(135deg, #0D6EFD 0%, #0D6EFD 100%);--grad-cyan: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);--grad-amber: linear-gradient(135deg, #00659C 0%, #00659C 100%);--grad-emerald: linear-gradient(135deg, #10b981 0%, #059669 100%);--text-dark: #0f172a;--text-mid: #334155;--text-muted: #64748b;--text-faint: #94a3b8;--border: #e8edf5;--border-hover: #c7d2fe;--shadow-sm: 0 1px 4px rgba(15,23,42,.06), 0 2px 10px rgba(15,23,42,.04);--shadow-md: 0 4px 16px rgba(15,23,42,.08), 0 1px 4px rgba(15,23,42,.04);--shadow-lg: 0 8px 32px rgba(15,23,42,.1), 0 2px 8px rgba(15,23,42,.05);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}._container_9r9jm_42{font-family:var(--font-body);background:var(--bg-page);box-sizing:border-box;color:var(--text-dark);height:100%}._topCards_9r9jm_50{display:flex;gap:16px;margin-bottom:22px}._card_9r9jm_56{flex:1;background:var(--bg-card);padding:22px 24px 20px;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}._card_9r9jm_56:nth-child(1):before{background:var(--grad-amber)}._card_9r9jm_56:nth-child(2):before{background:var(--grad-violet)}._card_9r9jm_56:nth-child(3):before{background:var(--grad-emerald)}._card_9r9jm_56:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}._card_9r9jm_56:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}._card_9r9jm_56 p{margin:0 0 8px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}._card_9r9jm_56 h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1}._card_9r9jm_56:nth-child(1) h2{color:var(--amber)}._card_9r9jm_56:nth-child(2) h2{color:var(--violet-mid)}._card_9r9jm_56:nth-child(3) h2{color:var(--emerald)}._grid_9r9jm_105{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._box_9r9jm_111{background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 20px #0000000a;transition:.3s ease;border:1px solid #f1f5f9}._box_9r9jm_111:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}._boxWide_9r9jm_125{grid-column:span 2}._box_9r9jm_111 h3{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#4f46e5;text-transform:uppercase;margin-bottom:14px}._quickDesc_9r9jm_139{font-size:13px;color:#6b7280;margin:10px 0 15px;line-height:1.5}._actions_9r9jm_146{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._actions_9r9jm_146 button{padding:9px 12px;border:1px solid var(--border);background:var(--bg-subtle);color:var(--text-mid);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-body);font-size:12.5px;font-weight:500;text-align:left;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;transition:all .18s ease}._actions_9r9jm_146 button:after{content:"→";position:absolute;right:10px;top:50%;transform:translateY(-50%) translate(6px);opacity:0;transition:all .18s ease;font-size:13px;color:var(--violet-mid)}._actions_9r9jm_146 button:hover{background:var(--violet-soft);border-color:#c4b5fd;color:var(--violet);padding-right:28px}._actions_9r9jm_146 button:hover:after{opacity:1;transform:translateY(-50%) translate(0)}._actions_9r9jm_146 svg{font-size:14px;color:#4f46e5;flex-shrink:0}._disabledBtn_9r9jm_201{opacity:.5!important;cursor:not-allowed!important;background:#f1f5f9!important;color:var(--text-faint)!important;border-color:var(--border)!important}._disabledBtn_9r9jm_201:hover{background:#f1f5f9!important;border-color:var(--border)!important;color:var(--text-faint)!important;padding-right:12px!important}._disabledBtn_9r9jm_201:hover:after{display:none}._ticketList_9r9jm_219{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c4b5fd transparent}._ticketCard_9r9jm_230{display:block!important;background:#f8faff;border:1px solid #e8edf5;border-radius:14px;padding:14px 16px;transition:all .2s ease}._ticketCard_9r9jm_230:hover{border-color:#c4b5fd;box-shadow:0 4px 16px #6366f114;transform:none}._ticketCard_9r9jm_230 p{margin:0}._tStatBox_9r9jm_248{background:#fff;border:1px solid #e8edf5;border-radius:10px;padding:9px 6px;text-align:center}._free_9r9jm_257{font-size:10.5px;background:#d1fae5;color:#065f46;padding:3px 9px;border-radius:99px;font-weight:600}._paid_9r9jm_266{font-size:10.5px;background:#dbeafe;color:#1e40af;padding:3px 9px;border-radius:99px;font-weight:600}._donutWrapper_9r9jm_276{display:flex;justify-content:center;align-items:center;margin:14px 0 10px}._donut_9r9jm_276{width:128px;height:128px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:0 0 0 10px #b6e2f9,0 4px 20px #0b90f52e}._donut_9r9jm_276:before{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--white);box-shadow:inset 0 2px 8px #0000000d;z-index:0}._donut_9r9jm_276 span{position:relative;z-index:1;font-family:var(--font-display);font-size:21px;font-weight:800;color:var(--text-dark)}._iconNumbers_9r9jm_314{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}._iconNumbers_9r9jm_314>div{display:flex;flex-direction:column;align-items:center;padding:14px 10px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-subtle);transition:all .2s ease;cursor:default}._iconNumbers_9r9jm_314>div:nth-child(1):hover{background:var(--violet-soft);border-color:#c4b5fd}._iconNumbers_9r9jm_314>div:nth-child(2):hover{background:var(--cyan-soft);border-color:#7dd3fc}._iconNumbers_9r9jm_314>div:nth-child(3):hover{background:var(--emerald-soft);border-color:#6ee7b7}._iconNumbers_9r9jm_314>div:nth-child(4):hover{background:var(--amber-soft);border-color:#b6e2f9}._iconNumbers_9r9jm_314>div:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}._iconNumbers_9r9jm_314 svg{font-size:18px;width:18px;height:18px;padding:9px;box-sizing:content-box;border-radius:10px;margin-bottom:8px}._iconNumbers_9r9jm_314>div:nth-child(1) svg{color:var(--violet-mid);background:var(--violet-soft)}._iconNumbers_9r9jm_314>div:nth-child(2) svg{color:var(--cyan);background:var(--cyan-soft)}._iconNumbers_9r9jm_314>div:nth-child(3) svg{color:var(--emerald);background:var(--emerald-soft)}._iconNumbers_9r9jm_314>div:nth-child(4) svg{color:var(--amber);background:var(--amber-soft)}._iconNumbers_9r9jm_314 p{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 4px}._iconNumbers_9r9jm_314 h4{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--text-dark);margin:0;line-height:1}._qrBox_9r9jm_377{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:10px}._qrCenter_9r9jm_385{display:flex;justify-content:center;align-items:center}._qrText_9r9jm_391{font-size:12px;color:#6b7280}._qrLink_9r9jm_396{font-size:13px;color:#4f46e5;text-decoration:none;font-weight:500}._qrLink_9r9jm_396:hover{text-decoration:underline}._qrActions_9r9jm_405{display:flex;gap:10px;margin-top:6px}._qrWarning_9r9jm_410{color:#ef4444;font-size:13px;margin-top:8px}._qrActions_9r9jm_405 button{padding:6px 14px;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;background:#eef2ff;color:#4f46e5;transition:all .18s ease}._qrActions_9r9jm_405 button:hover{background:#6366f1;color:#fff}._popupOverlay_9r9jm_434{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:999}._popup_9r9jm_434{background:var(--white);border:1px solid var(--border);padding:36px 40px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);max-width:360px;width:90%}._popup_9r9jm_434 h3{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--text-dark);margin:0 0 10px}._popup_9r9jm_434 p{color:var(--text-muted);font-size:14px;margin:0 0 22px;line-height:1.6}._popup_9r9jm_434 button{padding:11px 34px;background:var(--grad-violet);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 14px #7c3aed47}._popup_9r9jm_434 button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:4px}@media(max-width:1100px){._grid_9r9jm_105{grid-template-columns:repeat(2,1fr)}._boxWide_9r9jm_125{grid-column:span 2}}@media(max-width:700px){._container_9r9jm_42{padding:16px}._grid_9r9jm_105{grid-template-columns:1fr}._topCards_9r9jm_50{flex-direction:column}._card_9r9jm_56 h2{font-size:26px}._boxWide_9r9jm_125{grid-column:span 1}}._wrapper_q0l76_1{width:100%;padding:24px}._header_q0l76_6{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}._heading_q0l76_13{font-size:28px;font-weight:700;color:#111827}._createBtn_q0l76_19{border:none;background:#2563eb;color:#fff;height:46px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}._createBtn_q0l76_19:hover{opacity:.9}._loaderWrapper_q0l76_35{min-height:300px;display:flex;align-items:center;justify-content:center}._emptyState_q0l76_42{min-height:450px;border:1px dashed #cbd5e1;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}._emptyIcon_q0l76_56{font-size:64px;margin-bottom:16px}._emptyState_q0l76_42 h3{font-size:24px;margin-bottom:10px}._emptyState_q0l76_42 p{max-width:450px;color:#64748b;margin-bottom:20px}._grid_q0l76_72{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._card_q0l76_78{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e5e7eb;transition:.25s ease}._card_q0l76_78:hover{transform:translateY(-4px)}._cardImage_q0l76_94{width:100%;height:220px;overflow:hidden;position:relative}._cardImage_q0l76_94 img{width:100%;height:100%;object-fit:cover}._publishedBadge_q0l76_107{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#22c55ed9;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._draftBadge_q0l76_129{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#f59e0bd9;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._cardBody_q0l76_155{padding:18px}._cardBody_q0l76_155 h3{font-size:18px;font-weight:700;margin-bottom:8px}._cardBody_q0l76_155 p{color:#64748b;font-size:14px;margin-bottom:16px}._actions_q0l76_175{display:flex;flex-wrap:wrap;gap:8px}._visitBtn_q0l76_181{flex:1 1 100%;height:42px;border:none;border-radius:10px;background:#2563eb1a;color:#2563eb;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px}._visitBtn_q0l76_181:hover{background:#2563eb2e}._editBtn_q0l76_201{flex:1;height:42px;border:none;border-radius:10px;background:#4f46e51a;color:#4f46e5;cursor:pointer;font-weight:600}._deleteBtn_q0l76_212{flex:1;height:42px;border:none;border-radius:10px;background:#dc26261a;color:#dc2626;cursor:pointer;font-weight:600}@media(max-width:1200px){._grid_q0l76_72{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._grid_q0l76_72{grid-template-columns:1fr}._header_q0l76_6{flex-direction:column;gap:16px;align-items:flex-start}._createBtn_q0l76_19,._tabs_q0l76_248{width:100%}._tabBtn_q0l76_252{flex:1;min-width:unset}}@media(max-width:480px){._tabs_q0l76_248{flex-direction:column}._tabBtn_q0l76_252{width:100%}}._tabs_q0l76_248{display:flex;gap:14px;margin-bottom:28px}._tabBtn_q0l76_252{min-width:130px;height:40px;border:1px solid #d9dee7;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;font-family:inherit}._tabBtn_q0l76_252:hover{transform:translateY(-2px)}._tabTitle_q0l76_303{font-size:15px;font-weight:600;line-height:1;color:#1f2937}._activeTab_q0l76_310{background:#2563eb;border-color:#2563eb}._activeTab_q0l76_310 ._tabTitle_q0l76_303{color:#fff}._wrapper_1r675_1{width:100%;padding:24px}._card_1r675_6{background:#fff;border-radius:20px;padding:28px;border:1px solid #e5e7eb}._heading_1r675_13{font-size:26px;font-weight:700;margin-bottom:24px}._formGrid_1r675_19{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._fullRow_1r675_25{grid-column:1 / -1}._field_1r675_29{display:flex;flex-direction:column}._label_1r675_34{font-size:14px;font-weight:600;margin-bottom:8px!important}._input_1r675_40{width:100%;height:48px;border:1px solid #dbe1ea;border-radius:12px;padding:0 14px;font-size:14px;box-sizing:border-box}._input_1r675_40:focus{outline:none;border-color:#2563eb}._imageHint_1r675_56{margin:0 0 8px;font-size:12px;color:#6b7280}._bannerBox_1r675_63{border:1px dashed #cbd5e1;border-radius:14px;width:100%;aspect-ratio:3/1;position:relative;overflow:hidden;background:#fafafa}._bannerBox_1r675_63 input[type=file]{display:none}._bannerPlaceholder_1r675_77{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;font-weight:500}._bannerImageWrapper_1r675_89{width:100%;aspect-ratio:3/1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}._bannerImageWrapper_1r675_89 img{max-width:100%;max-height:100%;object-fit:contain}._bannerActions_1r675_106{position:absolute;bottom:12px;right:12px;display:flex;gap:8px}._bannerBtn_1r675_114{background:#0f172abf;color:#fff;border:none;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center}._bannerBtn_1r675_114:hover{background:#0f172ae6}._deleteBtn_1r675_132{background:#dc262614;color:#dc2626}._deleteBtn_1r675_132:hover{background:#dc262626}._editBtn_1r675_141{background:#6366f114;color:#4f46e5}._editBtn_1r675_141:hover{background:#6366f126}._descriptionField_1r675_151{background:#fcfcfd;border:1px solid #e8edf3;border-radius:14px;overflow:hidden;margin-top:6px;box-shadow:0 8px 20px #0f172a0f}._descLabel_1r675_160{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:15px;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb;background:#fff}._descTitle_1r675_172{font-size:14px;color:#333;font-weight:600}._charCount_1r675_178{font-size:12px;color:#6b7280;font-weight:500}._editorToolbar_1r675_185{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#f8fafc;flex-wrap:wrap}._toolbarBtn_1r675_195{width:34px;height:34px;border:none;border-radius:8px;background:transparent;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:14px}._toolbarBtn_1r675_195:hover{background:#e2e8f0}._activeBtn_1r675_214{background:#dbeafe!important;color:#2563eb!important;border-color:#2563eb}._richEditor_1r675_221{padding:16px;min-height:250px;background:#fff}._richEditor_1r675_221 .ProseMirror{outline:none;min-height:220px;line-height:1.8}._richEditor_1r675_221 .ProseMirror p{margin:0 0 12px}._richEditor_1r675_221 .ProseMirror ul{list-style:disc;padding-left:24px}._richEditor_1r675_221 .ProseMirror ol{list-style:decimal;padding-left:24px}._richEditor_1r675_221 .ProseMirror a{color:#2563eb;text-decoration:underline}._helperText_1r675_253{padding:12px 16px;font-size:12px;color:#94a3b8;border-top:1px solid #e5e7eb;background:#fafafa}._submitBtn_1r675_262{width:100%;height:52px;border:none;border-radius:14px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;font-size:15px}._submitBtn_1r675_262:hover{opacity:.9}._modalOverlay_1r675_279{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999}._modal_1r675_279{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:24px 26px;border:1px solid #e5e7eb;box-shadow:0 30px 60px #0f172a4d}._modal_1r675_279 h3{font-size:18px;font-weight:600;margin:0 0 16px}._modal_1r675_279 ._input_1r675_40{height:44px;margin-bottom:0}._modalActions_1r675_310{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}._cancelBtn_1r675_317{background:transparent;border:1px solid #cbd5e1;color:#475569;border-radius:10px;padding:10px 18px;font-weight:600;cursor:pointer}._cancelBtn_1r675_317:hover{background:#f1f5f9}@media(max-width:768px){._formGrid_1r675_19{grid-template-columns:1fr}._fullRow_1r675_25{grid-column:span 1}}._formActions_1r675_342{display:flex;gap:12px}._cancelFormBtn_1r675_347{width:50%;height:52px;border:1px solid #dbe1ea;border-radius:14px;background:#fff;color:#374151;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelFormBtn_1r675_347:hover{background:#f8fafc}._formActions_1r675_342 ._submitBtn_1r675_262{flex:1}._root_pcipi_4{font-family:Sora,-apple-system,sans-serif;padding:1.75rem 1.5rem;max-width:1080px;position:relative;background:#f6f8fb;min-height:100vh}._twoCol_pcipi_14{display:grid;grid-template-columns:1fr 360px;gap:1rem;align-items:start}._colLeft_pcipi_21{display:flex;flex-direction:column;gap:1rem;min-width:0}._colRight_pcipi_28{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1rem;min-width:0}._header_pcipi_38{display:flex;align-items:center;gap:14px;margin-bottom:1.75rem}._headerIcon_pcipi_45{width:46px;height:46px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #1faf384d}._title_pcipi_57{font-size:17px;font-weight:600;margin:0;color:#0d1117;letter-spacing:-.3px}._subtitle_pcipi_65{font-size:12.5px;color:#8b95a1;margin:3px 0 0;font-weight:400}._card_pcipi_73{background:#fff;border:1px solid #e8ecf0;border-radius:14px;padding:1.25rem 1.375rem;box-shadow:0 1px 3px #0000000a;transition:box-shadow .15s}._card_pcipi_73:hover{box-shadow:0 3px 12px #0000000f}._sectionLabel_pcipi_86{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b0bac5;margin:0 0 12px;display:flex;align-items:center;gap:6px}._clientCount_pcipi_98{font-weight:400;color:#c8d0da;letter-spacing:0;text-transform:none;font-size:10.5px}._dropzone_pcipi_107{border:1.5px dashed #d4dbe3;border-radius:10px;padding:1.75rem 1rem;text-align:center;cursor:pointer;transition:all .18s;background:#fafbfc;position:relative;overflow:hidden}._dropzone_pcipi_107:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(37,211,102,.04) 0%,transparent 60%);opacity:0;transition:opacity .18s}._dropzone_pcipi_107:hover{border-color:#25d366;background:#f5fef8}._dropzone_pcipi_107:hover:before{opacity:1}._dropzoneDrag_pcipi_137{border-color:#25d366;background:#f0fcf5;transform:scale(1.005)}._dropzoneDrag_pcipi_137:before{opacity:1}._dropzoneActive_pcipi_147{border-color:#25d366;border-style:solid;background:#f0fcf5}._dropzoneIcon_pcipi_153{width:30px;height:30px;color:#b0bac5;margin:0 auto 10px;display:block;transition:color .15s}._dropzone_pcipi_107:hover ._dropzoneIcon_pcipi_153,._dropzoneDrag_pcipi_137 ._dropzoneIcon_pcipi_153,._dropzoneActive_pcipi_147 ._dropzoneIcon_pcipi_153{color:#25d366}._dropzoneText_pcipi_168{font-size:12.5px;color:#8b95a1;margin:0;line-height:1.5}._dropzoneHint_pcipi_175{font-size:11px;color:#b0bac5;margin:5px 0 0}._filename_pcipi_181{font-size:13px;font-weight:500;color:#0a7a46;margin:0;display:flex;align-items:center;gap:6px;justify-content:center}._row_pcipi_193{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}._btn_pcipi_200{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:38px;border-radius:9px;font-family:"Sora",inherit;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #e8ecf0;background:#f6f8fb;color:#3d4a56;transition:all .12s}._btn_pcipi_200:hover:not(:disabled){background:#edf0f4;border-color:#d0d7df}._btn_pcipi_200:active:not(:disabled){transform:scale(.97)}._btn_pcipi_200:disabled{opacity:.45;cursor:not-allowed;transform:none}._btnPrimary_pcipi_233{background:linear-gradient(135deg,#25d366,#1aa34a);border-color:transparent;color:#fff;box-shadow:0 2px 8px #25d36647}._btnPrimary_pcipi_233:hover:not(:disabled){background:linear-gradient(135deg,#22c45e,#168f40);box-shadow:0 4px 14px #25d36661;transform:translateY(-1px)}._btnPrimary_pcipi_233:disabled{background:linear-gradient(135deg,#a3d9a5,#8ec98e);box-shadow:none}._btnDanger_pcipi_252{background:#fff0f0;border-color:#ffd5d5;color:#c0392b}._btnDanger_pcipi_252:hover:not(:disabled){background:#ffe0e0;border-color:#fbb}._spinner_pcipi_264{display:inline-block;width:13px;height:13px;border:1.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:_spin_pcipi_264 .65s linear infinite;flex-shrink:0}@keyframes _spin_pcipi_264{to{transform:rotate(360deg)}}._batchPill_pcipi_280{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:5px 12px;background:#f0fcf5;border:1px solid #c3efd2;border-radius:999px;font-size:11px;font-family:JetBrains Mono,monospace;color:#6aad7e}._batchDot_pcipi_294{width:6px;height:6px;border-radius:50%;background:#25d366;flex-shrink:0;animation:_pulse_pcipi_1 2s infinite}@keyframes _pulse_pcipi_1{0%,to{box-shadow:0 0 0 2px #25d36640}50%{box-shadow:0 0 0 5px #25d3661a}}._batchIdText_pcipi_308{color:#0a7a46;font-weight:500}._sendDesc_pcipi_314{font-size:13px;color:#8b95a1;margin:0 0 12px;line-height:1.5}._templateBadge_pcipi_322{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#f0f4ff;border:1px solid #c7d7fe;border-radius:7px;font-size:12px;color:#3b5bdb;margin-bottom:10px}._templateBadge_pcipi_322 strong{font-weight:600}._statsGrid_pcipi_340{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}._statCard_pcipi_346{background:#f6f8fb;border:1px solid #edf0f4;border-radius:10px;padding:12px 10px;display:flex;flex-direction:column;gap:5px;transition:transform .15s}._statCard_pcipi_346:hover{transform:translateY(-1px)}._statLabel_pcipi_361{font-size:9.5px;color:#b0bac5;font-weight:600;letter-spacing:.08em;text-transform:uppercase}._statValue_pcipi_369{font-size:22px;font-weight:600;color:#0d1117;font-family:JetBrains Mono,monospace;letter-spacing:-.5px;line-height:1}._statSent_pcipi_378{border-top:2px solid #25D366}._statSent_pcipi_378 ._statValue_pcipi_369{color:#1aa34a}._statFailed_pcipi_385{border-top:2px solid #f04438}._statFailed_pcipi_385 ._statValue_pcipi_369{color:#d92d20}._statPending_pcipi_392{border-top:2px solid #f79009}._statPending_pcipi_392 ._statValue_pcipi_369{color:#b54708}._progressWrap_pcipi_400{margin-top:14px}._progressBarBg_pcipi_404{height:5px;background:#edf0f4;border-radius:99px;overflow:hidden}._progressBarFill_pcipi_411{height:100%;background:linear-gradient(90deg,#25d366,#1aa34a);border-radius:99px;transition:width .5s cubic-bezier(.4,0,.2,1)}._progressLabel_pcipi_418{display:flex;justify-content:space-between;font-size:11px;color:#8b95a1;margin-top:6px;font-family:JetBrains Mono,monospace}._extraStats_pcipi_428{display:flex;gap:1.25rem;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f4;flex-wrap:wrap}._extraStat_pcipi_428{font-size:12.5px;color:#8b95a1}._extraStat_pcipi_428 strong{color:#0d1117;font-weight:600;margin-left:3px}._searchBar_pcipi_449{display:block;gap:8px;align-items:center}._tableWrap_pcipi_456{max-height:450px;overflow-y:auto}._table_pcipi_456 thead{position:sticky;top:0;background:#fff;z-index:1}._Expbtn_pcipi_468{padding:4px 8px;border:1px solid #e8ecf0;border-radius:4px;background:#f6f8fb;color:#22272c;cursor:pointer;font-size:13px;margin-left:38%}._searchInput_pcipi_480{flex:1;min-width:0;padding:9px 12px 9px 36px;margin-bottom:6px;border:1px solid #e8ecf0;border-radius:9px;font-family:Sora,sans-serif;font-size:13px;color:#3d4a56;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23b0bac5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 11px center;background-size:14px;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #00000008}._searchInput_pcipi_480::placeholder{color:#b0bac5}._searchInput_pcipi_480:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d3661f}._filterSelect_pcipi_506{padding:9px 32px 9px 12px;border:1px solid #e8ecf0;border-radius:9px;font-family:Sora,sans-serif;font-size:13px;color:#3d4a56;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b95a1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 10px center;background-size:12px;appearance:none;cursor:pointer;transition:border-color .15s,box-shadow .15s;white-space:nowrap;box-shadow:0 1px 3px #00000008}._filterSelect_pcipi_506:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d3661f}._tableWrap_pcipi_456{overflow-x:auto;margin:0 -.25rem}._table_pcipi_456{width:100%;border-collapse:collapse;font-size:12.5px;table-layout:fixed}._colName_pcipi_541{width:20%}._colPhone_pcipi_542{width:26%;white-space:nowrap}._colStatus_pcipi_543{width:18%}._colReply_pcipi_544{width:14%}._colMsg_pcipi_545{width:22%}._table_pcipi_456 thead tr{border-bottom:1px solid #edf0f4}._table_pcipi_456 th{padding:7px 8px;font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#b0bac5;text-align:left;white-space:nowrap}._table_pcipi_456 td{padding:9px 8px;color:#3d4a56;border-bottom:1px solid #f6f8fb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table_pcipi_456 tbody tr:last-child td{border-bottom:none}._table_pcipi_456 tbody tr:hover td{background:#f9fafb}._msgCell_pcipi_579{color:#8b95a1!important;font-size:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:0}._statusBadge_pcipi_589{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}._statusSent_pcipi_598{background:#ecfdf3;color:#1aa34a}._statusFailed_pcipi_603{background:#fef3f2;color:#d92d20}._statusPending_pcipi_608{background:#fffaeb;color:#b54708}._repliedYes_pcipi_613{font-size:12px;font-weight:500;color:#1aa34a}._repliedNo_pcipi_619{font-size:12px;color:#b0bac5}._select_pcipi_625{width:100%;padding:9px 12px;border:1px solid #e8ecf0;border-radius:9px;font-family:Sora,sans-serif;font-size:13px;color:#3d4a56;background:#fafbfc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b95a1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;background-size:12px;appearance:none;cursor:pointer;transition:border-color .15s,box-shadow .15s}._select_pcipi_625:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d3661f}._toast_pcipi_647{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%) translateY(70px);background:#fff;border:1px solid #e8ecf0;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:500;color:#3d4a56;transition:transform .22s cubic-bezier(.34,1.56,.64,1);z-index:100;white-space:nowrap;pointer-events:none;box-shadow:0 4px 16px #0000001a}._toastShow_pcipi_666{transform:translate(-50%) translateY(0)}._toastSuccess_pcipi_670{border-color:#b9f0ca;color:#1aa34a;background:#ecfdf3}._toastError_pcipi_676{border-color:#fecdca;color:#d92d20;background:#fef3f2}@media(max-width:780px){._twoCol_pcipi_14{grid-template-columns:1fr}._colRight_pcipi_28{position:static}._statsGrid_pcipi_340{grid-template-columns:repeat(2,1fr)}}._layout_1gvnt_16{display:grid;grid-template-columns:300px 1fr;gap:20px}._page_1gvnt_1{background:#f6f8fb;min-height:100vh;padding:30px;font-family:sans-serif}._pageTitle_1gvnt_8{color:#111}._pageSubtitle_1gvnt_12{color:#777}._formHeader_1gvnt_32{font-weight:700;margin-bottom:10px}._formBody_1gvnt_37{display:flex;flex-direction:column}._input_1gvnt_43{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:6px}._btnPrimary_1gvnt_52{padding:10px;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer}._btnPrimary_1gvnt_52:hover{background:#43a047}._table_1gvnt_24{width:100%;border-collapse:collapse}._table_1gvnt_24 th{text-align:left;color:#666;font-size:12px}._table_1gvnt_24 td{padding:10px 0;border-bottom:1px solid #eee}._active_1gvnt_83{color:green;font-weight:700}._disabled_1gvnt_88{color:red;font-weight:700}._page_1gvnt_1{background:#f6f8fb;min-height:100vh;padding:30px}._layout_1gvnt_16{display:grid;grid-template-columns:320px 1fr;gap:20px}._formCard_1gvnt_23,._tableCard_1gvnt_24{background:#fff;padding:20px;border-radius:10px;border:1px solid #eee}._input_1gvnt_43,._search_1gvnt_203{padding:10px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;width:100%}._btnPrimary_1gvnt_52{background:green;color:#fff;padding:10px;border-radius:6px;border:none}._table_1gvnt_24{width:100%}._copyBtn_1gvnt_223{margin-left:10px;font-size:10px;cursor:pointer}:root{--font-display: sans-serif;--font-body: , sans-serif;--bg-page: #f4f6fb;--bg-card: #ffffff;--bg-subtle: #f8faff;--border: #e8edf5;--text-dark: #0f172a;--text-mid: #334155;--text-muted: #64748b;--text-faint: #94a3b8;--shadow-sm: 0 1px 4px rgba(15,23,42,.06), 0 2px 10px rgba(15,23,42,.04);--shadow-md: 0 4px 16px rgba(15,23,42,.08);--radius-md: 14px;--radius-lg: 18px}._wrapper_1bvr9_26{font-family:var(--font-body);background:var(--bg-page);min-height:100%;padding:0 0 32px;color:var(--text-dark)}._loadingWrap_1bvr9_37{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:14px;color:var(--text-muted);font-size:14px}._spinner_1bvr9_48{width:36px;height:36px;border:3px solid var(--border);border-top-color:#4f46e5;border-radius:50%;animation:_spin_1bvr9_48 .8s linear infinite}@keyframes _spin_1bvr9_48{to{transform:rotate(360deg)}}._pageHeader_1bvr9_64{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}._pageTitle_1bvr9_71{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--text-dark);margin:25px 0 4px}._pageSubtitle_1bvr9_79{font-size:13px;color:var(--text-muted);margin:0}._statGrid_1bvr9_88{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}._statCard_1bvr9_95{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}._statCard_1bvr9_95:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}._statBlue_1bvr9_117:before{background:linear-gradient(90deg,#0d6efd,#38bdf8)}._statViolet_1bvr9_118:before{background:linear-gradient(90deg,#4f46e5,#8b5cf6)}._statGreen_1bvr9_119:before{background:linear-gradient(90deg,#059669,#34d399)}._statAmber_1bvr9_120:before{background:linear-gradient(90deg,#00659c,#0891b2)}._statCard_1bvr9_95:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}._statIcon_1bvr9_127{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._statBlue_1bvr9_117 ._statIcon_1bvr9_127{background:#dbeafe;color:#0d6efd}._statViolet_1bvr9_118 ._statIcon_1bvr9_127{background:#ede9fe;color:#4f46e5}._statGreen_1bvr9_119 ._statIcon_1bvr9_127{background:#d1fae5;color:#059669}._statAmber_1bvr9_120 ._statIcon_1bvr9_127{background:#dbeafe;color:#00659c}._statLabel_1bvr9_143{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:4px}._statValue_1bvr9_152{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--text-dark);line-height:1}._statSub_1bvr9_160{font-size:14px;font-weight:400;color:var(--text-faint);margin-left:2px}._mainGrid_1bvr9_170{display:grid;grid-template-columns:1fr 360px;gap:16px;align-items:start}._box_1bvr9_180{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 22px;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}._box_1bvr9_180:hover{box-shadow:var(--shadow-md)}._boxTitle_1bvr9_193{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#4f46e5;margin:0 0 16px}._empty_1bvr9_202{font-size:13px;color:var(--text-faint);text-align:center;padding:24px 0}._ticketTableWrap_1bvr9_212{overflow-x:auto}._ticketTable_1bvr9_212{width:100%;border-collapse:collapse;font-size:13px}._ticketTable_1bvr9_212 thead tr{border-bottom:1px solid var(--border)}._ticketTable_1bvr9_212 th{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);padding:0 12px 10px 0;text-align:left;white-space:nowrap}._ticketTable_1bvr9_212 tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s}._ticketTable_1bvr9_212 tbody tr:last-child{border-bottom:none}._ticketTable_1bvr9_212 tbody tr:hover{background:var(--bg-subtle)}._ticketTable_1bvr9_212 td{padding:11px 12px 11px 0;vertical-align:middle}._tNameCell_1bvr9_255{display:flex;align-items:center;gap:8px}._tDot_1bvr9_261{width:9px;height:9px;border-radius:50%;flex-shrink:0}._tName_1bvr9_255{font-weight:500;color:var(--text-dark);white-space:nowrap}._badgeFree_1bvr9_274{font-size:10.5px;padding:2px 8px;border-radius:99px;font-weight:600;background:#d1fae5;color:#065f46}._badgePaid_1bvr9_283{font-size:10.5px;padding:2px 8px;border-radius:99px;font-weight:600;background:#dbeafe;color:#1e40af}._tPrice_1bvr9_292,._tLeft_1bvr9_292{color:var(--text-muted)}._tSold_1bvr9_293{font-weight:600;color:var(--text-dark)}._tRev_1bvr9_294{font-weight:600;color:#185fa5}._fillWrap_1bvr9_297{display:flex;align-items:center;gap:7px}._fillTrack_1bvr9_303{flex:1;height:5px;border-radius:99px;background:#e8edf5;overflow:hidden;min-width:60px}._fillBar_1bvr9_312{height:100%;border-radius:99px;transition:width .5s ease}._fillPct_1bvr9_318{font-size:11px;color:var(--text-muted);white-space:nowrap}._totalRow_1bvr9_325 td{padding-top:12px;font-weight:700;font-size:13px;border-top:1.5px solid var(--border);color:var(--text-dark)}._rightCol_1bvr9_336{display:flex;flex-direction:column;gap:14px}._barChart_1bvr9_345{display:flex;align-items:flex-end;gap:8px;height:120px}._barGroup_1bvr9_352{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}._barTrack_1bvr9_361{flex:1;width:100%;background:#f1f5f9;border-radius:6px 6px 0 0;display:flex;align-items:flex-end;overflow:hidden}._bar_1bvr9_345{width:100%;background:linear-gradient(to top,#4f46e5,#818cf8);border-radius:6px 6px 0 0;min-height:3px;transition:height .5s ease}._barVal_1bvr9_379{font-size:11px;font-weight:600;color:var(--text-mid)}._barLabel_1bvr9_385{font-size:9.5px;color:var(--text-faint);text-align:center;white-space:nowrap}._donutSection_1bvr9_395{display:flex;align-items:center;gap:20px}._donutWrap_1bvr9_401{position:relative;width:90px;height:90px;flex-shrink:0}._donutSvg_1bvr9_408{width:100%;height:100%;transform:rotate(-90deg)}._donutCenter_1bvr9_414{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}._donutPct_1bvr9_423{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--text-dark);line-height:1}._donutLbl_1bvr9_431{font-size:9px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}._donutLegend_1bvr9_438{display:flex;flex-direction:column;gap:10px}._downloadBtn_1bvr9_443{display:flex;align-items:center;gap:8px;background:#185fa5;color:#fff;border:none;border-radius:10px;padding:10px 16px;cursor:pointer;font-weight:600;font-size:14px;transition:.2s ease}._downloadBtn_1bvr9_443:hover{background:#12497f}._legendItem_1bvr9_461{display:flex;align-items:center;gap:8px}._legendDot_1bvr9_467{width:8px;height:8px;border-radius:50%;flex-shrink:0}._legendVal_1bvr9_474{font-size:15px;font-weight:700;color:var(--text-dark);line-height:1}._legendLbl_1bvr9_481{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}._splitRow_1bvr9_491{display:flex;align-items:center;gap:0}._splitItem_1bvr9_497{flex:1;text-align:center;padding:8px 0}._splitVal_1bvr9_503{font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1;margin-bottom:4px}._splitLbl_1bvr9_511{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}._splitDivider_1bvr9_519{width:1px;height:40px;background:var(--border)}@media(max-width:1100px){._statGrid_1bvr9_88{grid-template-columns:repeat(2,1fr)}._mainGrid_1bvr9_170{grid-template-columns:1fr}}@media(max-width:600px){._statGrid_1bvr9_88{grid-template-columns:1fr 1fr}._statValue_1bvr9_152{font-size:20px}}._container_1bni3_3{width:100%;background:#fff;border-radius:18px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000000a}._header_1bni3_13{margin-bottom:20px}._headerLeft_1bni3_17{display:flex;align-items:center;gap:16px}._headerIcon_1bni3_23{width:52px;height:52px;background:#eff6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._heading_1bni3_34{font-size:22px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.2}._subText_1bni3_42{font-size:13.5px;color:#6b7280;margin:0}._divider_1bni3_48{height:1px;background:#f3f4f6;margin-bottom:24px}._grid_1bni3_55{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}._formGroup_1bni3_61{display:flex;flex-direction:column}._formGroup_1bni3_61 label,._label_1bni3_67{font-size:13.5px;font-weight:600;color:#374151;margin-bottom:8px}._required_1bni3_74{color:#ef4444;margin-left:3px}._inputWrapper_1bni3_80{position:relative;display:flex;align-items:center}._inputIcon_1bni3_86{position:absolute;left:14px;color:#9ca3af;pointer-events:none;z-index:1;flex-shrink:0}._inputWrapper_1bni3_80 input{width:100%;height:52px;border:1.5px solid #e5e7eb;border-radius:12px;padding:0 16px 0 40px;font-size:14px;color:#111827;background:#fff;transition:.2s ease;font-family:inherit;box-sizing:border-box}._inputWrapper_1bni3_80 input::placeholder{color:#9ca3af}._inputWrapper_1bni3_80 input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}._fullWidth_1bni3_120{grid-column:span 2}._daysWrapper_1bni3_125{display:flex;flex-wrap:wrap;gap:10px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;padding:16px}._dayCheckbox_1bni3_135{display:flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e5e7eb;padding:9px 14px;border-radius:10px;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;transition:.2s ease;-webkit-user-select:none;user-select:none}._dayCheckbox_1bni3_135:hover,._dayChecked_1bni3_157{border-color:#2563eb;background:#eff6ff;color:#2563eb}._dayCheckbox_1bni3_135 input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb;flex-shrink:0}._calIcon_1bni3_171{color:#2563eb;flex-shrink:0}._singleTimeWrapper_1bni3_177{display:flex;align-items:center;gap:14px}._singleTimeWrapper_1bni3_177 span{font-size:14px;color:#6b7280;font-weight:500}._timeSeparator_1bni3_189{flex-shrink:0;font-size:14px;font-weight:600;color:#94a3b8;margin-top:34px}._timeField_1bni3_197{flex:1;min-width:0}._timeField_1bni3_197 input{width:100%!important;height:52px!important;border-radius:12px!important;border:1.5px solid #e5e7eb!important;padding:0 14px!important;font-size:14px!important;color:#111827!important;background:#fff!important;box-sizing:border-box!important;transition:border-color .2s ease,box-shadow .2s ease!important}._timeField_1bni3_197 input:focus{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb14!important;outline:none!important}._buttonGroup_1bni3_233{display:flex;gap:14px;margin-top:28px}._saveBtn_1bni3_239,._clearBtn_1bni3_240{height:48px;border-radius:12px;padding:0 22px;font-size:14.5px;font-weight:600;cursor:pointer;transition:.2s ease;display:inline-flex;align-items:center;gap:8px;font-family:inherit}._saveBtn_1bni3_239{background:#eff6ff;color:#2563eb;border:1.5px solid #bfdbfe}._saveBtn_1bni3_239:hover:not(:disabled){background:#dbeafe;border-color:#2563eb}._clearBtn_1bni3_240{background:#fff5f5;color:#ef4444;border:1.5px solid #fecaca}._clearBtn_1bni3_240:hover:not(:disabled){background:#fee2e2;border-color:#ef4444}._saveBtn_1bni3_239:disabled,._clearBtn_1bni3_240:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._container_1bni3_3{padding:20px}._grid_1bni3_55{grid-template-columns:1fr;gap:18px}._fullWidth_1bni3_120{grid-column:span 1}._singleTimeWrapper_1bni3_177{flex-direction:column;align-items:stretch}._timeInputWrapper_1bni3_304 input[type=time]{width:100%}._buttonGroup_1bni3_233{flex-direction:column}._saveBtn_1bni3_239,._clearBtn_1bni3_240{width:100%;justify-content:center}}._container_1v4gx_3{width:100%;background:#fff;border-radius:18px;padding:20px;border:1px solid #ececf3;box-shadow:0 6px 20px #0000000a}._header_1v4gx_12{display:flex;align-items:center;gap:14px;margin-bottom:22px}._iconBox_1v4gx_19{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:20px}._heading_1v4gx_33{font-size:22px;font-weight:700;color:#111827;margin-bottom:4px}._subText_1v4gx_40{color:#6b7280;font-size:13px;line-height:1.5}._policyList_1v4gx_46{display:flex;flex-direction:column;gap:12px}._numberBox_1v4gx_58{width:34px;height:34px;min-width:34px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}._policyItem_1v4gx_52 textarea{width:100%;height:52px;min-height:52px;border:1px solid #dbe2ea;border-radius:12px;padding:14px;font-size:13px;resize:none;background:#fbfcff;transition:.2s ease}._policyItem_1v4gx_52 textarea:focus{outline:none;background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}._uploadSection_1v4gx_99{margin-top:18px}._uploadLabel_1v4gx_103{height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:600;border:2px dashed #bfdbfe;background:#f8fbff;color:#2563eb!important;cursor:pointer;transition:.2s ease}._uploadLabel_1v4gx_103:hover{background:#f2efff}._pdfFile_1v4gx_125{margin-top:10px;display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;padding:10px 14px;border-radius:12px;font-size:13px;color:#111827}._footer_1v4gx_138{margin-top:22px;display:flex;justify-content:space-between;align-items:center;gap:14px}._note_1v4gx_146{font-size:12px;color:#6b7280}._actions_1v4gx_151{display:flex;align-items:center;gap:10px}._saveBtn_1v4gx_157,._clearBtn_1v4gx_158{height:42px;border:none;border-radius:12px;padding:0 18px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}._saveBtn_1v4gx_157{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff}._saveBtn_1v4gx_157:hover{transform:translateY(-1px)}._clearBtn_1v4gx_158{background:#f3f4f6;color:#374151}._clearBtn_1v4gx_158:hover{background:#e5e7eb}._saveBtn_1v4gx_157:disabled,._clearBtn_1v4gx_158:disabled{opacity:.7;cursor:not-allowed}._policyItemWrapper_1v4gx_203{display:flex;flex-direction:column}._policyItem_1v4gx_52{display:flex;align-items:center;gap:12px}._numberBox_1v4gx_58{width:34px;height:34px;min-width:34px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}._count_1v4gx_256{margin-top:6px;font-size:12px;color:#6b7280;text-align:right}@media(max-width:768px){._container_1v4gx_3{padding:16px;border-radius:16px}._header_1v4gx_12,._policyItem_1v4gx_52{align-items:flex-start}._footer_1v4gx_138{flex-direction:column;align-items:stretch}._actions_1v4gx_151{width:100%}._saveBtn_1v4gx_157,._clearBtn_1v4gx_158{flex:1;justify-content:center}}._container_1v6kr_3{width:100%;background:#fff;border-radius:20px;padding:2rem;border:.5px solid #e4e4ef;box-shadow:0 8px 32px #0000000a}._header_1v6kr_14{margin-bottom:1.5rem}._badge_1v6kr_18{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#2563eb;background:#eff6ff;padding:4px 12px;border-radius:100px;margin-bottom:12px}._heading_1v6kr_37{font-size:22px;font-weight:800;color:#111827;margin:0 0 6px}._subText_1v6kr_44{color:#6b7280;font-size:14px;line-height:1.6;margin:0}._policyList_1v6kr_53{display:flex;flex-direction:column;gap:10px}._policyItemWrapper_1v6kr_59{width:100%}._policyItem_1v6kr_59{display:flex;align-items:flex-start;gap:12px}._numberBox_1v6kr_69{width:32px;height:32px;min-width:32px;margin-top:9px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}._fieldWrap_1v6kr_95{flex:1;display:flex;flex-direction:column;gap:4px}._fieldWrap_1v6kr_95 textarea{width:100%;min-height:48px;height:48px;border-radius:12px;border:.5px solid #d1d5db;background:#f9fafb;padding:12px 14px;font-size:14px;font-family:inherit;color:#111827;line-height:1.5;resize:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;outline:none}._fieldWrap_1v6kr_95 textarea::placeholder{color:#9ca3af}._fieldWrap_1v6kr_95 textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}._count_1v6kr_149{font-size:11px;color:#9ca3af;text-align:right;margin:0}._divider_1v6kr_158{height:.5px;background:#e5e7eb;margin:1.5rem 0}._uploadSection_1v6kr_166{display:flex;flex-direction:column;gap:0}._uploadLabel_1v6kr_172{display:flex;align-items:center;justify-content:center;gap:10px;height:56px;border-radius:12px;border:1px dashed #93c5fd;background:#eff6ffb3;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}._uploadLabel_1v6kr_172:hover{background:#dbeafeb3;border-color:#60a5fa}._pdfFile_1v6kr_207{display:flex;align-items:center;gap:10px;margin-top:10px;padding:10px 14px;background:#f9fafb;border:.5px solid #e5e7eb;border-radius:10px;font-size:13px;color:#111827}._pdfFile_1v6kr_207 svg{color:#2563eb;flex-shrink:0}._footer_1v6kr_235{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._note_1v6kr_247{font-size:12px;color:#9ca3af;margin:0}._actions_1v6kr_253{display:flex;align-items:center;gap:10px}._clearBtn_1v6kr_259,._saveBtn_1v6kr_260{height:40px;padding:0 18px;border-radius:10px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}._clearBtn_1v6kr_259{background:#f3f4f6;color:#374151;border:.5px solid #e5e7eb}._clearBtn_1v6kr_259:hover{background:#e5e7eb}._saveBtn_1v6kr_260{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;border:.5px solid #2563eb}._saveBtn_1v6kr_260:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-color:#1d4ed8}._saveBtn_1v6kr_260:active,._clearBtn_1v6kr_259:active{transform:scale(.97)}._saveBtn_1v6kr_260:disabled,._clearBtn_1v6kr_259:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){._container_1v6kr_3{padding:1.25rem;border-radius:16px}._heading_1v6kr_37{font-size:18px}._policyItem_1v6kr_59{flex-direction:column;gap:8px}._numberBox_1v6kr_69{margin-top:0}._footer_1v6kr_235{flex-direction:column;align-items:stretch}._actions_1v6kr_253{width:100%}._saveBtn_1v6kr_260,._clearBtn_1v6kr_259{flex:1;justify-content:center}}._container_1lbm8_3{width:100%;background:#fff;border-radius:20px;padding:2rem;border:.5px solid #e4e4ef;box-shadow:0 8px 32px #0000000a}._header_1lbm8_14{margin-bottom:1.5rem}._badge_1lbm8_18{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;background:#eff6ff;color:#2563eb;padding:4px 12px;border-radius:100px;margin-bottom:12px}._heading_1lbm8_35{font-size:22px;font-weight:800;color:#111827;margin:0 0 6px}._subText_1lbm8_42{color:#6b7280;font-size:14px;line-height:1.6;margin:0}._policyList_1lbm8_51{display:flex;flex-direction:column;gap:10px}._policyItemWrapper_1lbm8_57{width:100%}._policyItem_1lbm8_57{display:flex;align-items:flex-start;gap:12px}._numberBox_1lbm8_67{width:32px;height:32px;min-width:32px;margin-top:9px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}._fieldWrap_1lbm8_93{flex:1;display:flex;flex-direction:column;gap:4px}._fieldWrap_1lbm8_93 textarea{width:100%;min-height:48px;height:48px;border-radius:12px;border:.5px solid #d1d5db;background:#f9fafb;padding:12px 14px;font-size:14px;font-family:inherit;color:#111827;line-height:1.5;resize:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;outline:none}._fieldWrap_1lbm8_93 textarea::placeholder{color:#9ca3af}._fieldWrap_1lbm8_93 textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}._count_1lbm8_145{font-size:11px;color:#9ca3af;text-align:right;margin:0}._divider_1lbm8_154{height:.5px;background:#e5e7eb;margin:1.5rem 0}._uploadSection_1lbm8_162{display:flex;flex-direction:column;gap:0}._uploadLabel_1lbm8_168{display:flex;align-items:center;justify-content:center;gap:10px;height:56px;border-radius:12px;border:1px dashed #bfdbfe;background:#eff6ffb3;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease}._uploadLabel_1lbm8_168:hover{background:#dbeafea6}._pdfFile_1lbm8_199{display:flex;align-items:center;gap:10px;margin-top:10px;padding:10px 14px;background:#f9fafb;border:.5px solid #e5e7eb;border-radius:10px;font-size:13px;color:#111827}._pdfFile_1lbm8_199 svg{color:#2563eb;flex-shrink:0}._footer_1lbm8_226{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._note_1lbm8_238{font-size:12px;color:#9ca3af;margin:0}._actions_1lbm8_244{display:flex;align-items:center;gap:10px}._clearBtn_1lbm8_250,._saveBtn_1lbm8_251{height:40px;padding:0 18px;border-radius:10px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}._clearBtn_1lbm8_250{background:#f3f4f6;color:#374151;border:.5px solid #e5e7eb}._clearBtn_1lbm8_250:hover{background:#e5e7eb}._saveBtn_1lbm8_251{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;border:.5px solid #2563eb}._saveBtn_1lbm8_251:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-color:#1d4ed8}._saveBtn_1lbm8_251:active,._clearBtn_1lbm8_250:active{transform:scale(.97)}._saveBtn_1lbm8_251:disabled,._clearBtn_1lbm8_250:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){._container_1lbm8_3{padding:1.25rem;border-radius:16px}._heading_1lbm8_35{font-size:18px}._policyItem_1lbm8_57{flex-direction:column;gap:8px}._numberBox_1lbm8_67{margin-top:0}._footer_1lbm8_226{flex-direction:column;align-items:stretch}._actions_1lbm8_244{width:100%}._saveBtn_1lbm8_251,._clearBtn_1lbm8_250{flex:1;justify-content:center}}._navbar_1aqnu_4{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8ed;box-shadow:0 1px #0000000f;font-family:DM Sans,sans-serif}._inner_1aqnu_14{max-width:1200px;margin:0 auto;padding:0 32px;height:56px;display:flex;align-items:center;gap:32px}._brand_1aqnu_25{background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;padding:0;font-family:DM Sans,sans-serif;transition:color .2s;flex-shrink:0}._brand_1aqnu_25:hover{color:#5b4de8}._navLinks_1aqnu_44{display:flex;gap:4px;flex:1;justify-content:center}._link_1aqnu_51{position:relative;background:none;border:none;padding:8px 14px;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:color .2s,background .2s;font-family:DM Sans,sans-serif;white-space:nowrap}._link_1aqnu_51:hover{color:#1a1a2e;background:#f5f5f7}._linkActive_1aqnu_67{color:#5b4de8!important;background:#f0eeff!important;font-weight:600}._ctaBtn_1aqnu_85{padding:8px 20px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._ctaBtn_1aqnu_85:hover{background:#4a3dd6;transform:translateY(-1px)}._ctaBtnFull_1aqnu_101{width:100%;margin-left:0}._ctaBtnDisabled_1aqnu_106{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._hamburger_1aqnu_114{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer;border-radius:6px;margin-left:auto;flex-shrink:0;transition:background .2s}._hamburger_1aqnu_114:hover{background:#f5f5f7}._hamburger_1aqnu_114 span{display:block;width:100%;height:2px;background:#1a1a2e;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}._hamburgerOpen_1aqnu_142 span:nth-child(1){transform:translateY(7px) rotate(45deg)}._hamburgerOpen_1aqnu_142 span:nth-child(2){opacity:0;transform:scaleX(0)}._hamburgerOpen_1aqnu_142 span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}._overlay_1aqnu_147{position:fixed;inset:0;background:#00000059;z-index:98;animation:_fadeIn_1aqnu_1 .2s ease}._drawer_1aqnu_156{position:fixed;top:0;right:0;width:280px;height:100%;background:#fff;z-index:99;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f;font-family:DM Sans,sans-serif}._drawerOpen_1aqnu_172{transform:translate(0)}._drawerHeader_1aqnu_174{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e8e8ed;height:56px;flex-shrink:0}._drawerTitle_1aqnu_184{font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}._drawerClose_1aqnu_194{background:none;border:none;font-size:16px;color:#888;cursor:pointer;padding:6px 8px;border-radius:6px;line-height:1;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._drawerClose_1aqnu_194:hover{color:#1a1a2e;background:#f5f5f7}._drawerLinks_1aqnu_208{display:flex;flex-direction:column;padding:12px;flex:1;overflow-y:auto;gap:2px}._drawerLink_1aqnu_208{all:unset;box-sizing:border-box;display:flex;align-items:center;width:100%;padding:12px 16px;font-size:15px;font-weight:500;color:#444;cursor:pointer;border-radius:8px;text-align:left;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._drawerLink_1aqnu_208:hover{color:#1a1a2e;background:#f5f5f7}._drawerLinkActive_1aqnu_235{color:#5b4de8!important;background:#f0eeff!important;font-weight:600}._navbarLogoImg_1aqnu_240{height:32px;width:auto;object-fit:contain;display:block}._drawerFooter_1aqnu_257{padding:16px 20px;border-top:1px solid #e8e8ed;flex-shrink:0}@media(max-width:768px){._navLinks_1aqnu_44{display:none}._ctaBtn_1aqnu_85:not(._ctaBtnFull_1aqnu_101){display:none}._inner_1aqnu_14{padding:0 16px;gap:16px}._brand_1aqnu_25{max-width:160px}._hamburger_1aqnu_114{display:flex}}@keyframes _fadeIn_1aqnu_1{0%{opacity:0}to{opacity:1}}._footer_3x3xp_7{background:#0f0f1a;font-family:DM Sans,sans-serif}._inner_3x3xp_12{max-width:1200px;margin:0 auto;padding:0 32px}._top_3x3xp_20{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding:28px 0;border-bottom:.5px solid rgba(255,255,255,.07)}._brand_3x3xp_31{display:flex;flex-direction:column;gap:12px}._title_3x3xp_37{font-size:15px;font-weight:600;color:#f5f5f7;margin:0;letter-spacing:-.01em}._socialRow_3x3xp_47{display:flex;gap:7px}._socialBtn_3x3xp_52{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:15px;text-decoration:none;transition:background .15s ease,transform .12s ease}._socialBtn_3x3xp_52:hover{background:#ffffff21;transform:translateY(-2px)}._links_3x3xp_75{display:flex;flex-direction:column;align-items:flex-end;gap:8px}._link_3x3xp_75{font-size:13px;color:#fff;text-decoration:none;transition:color .15s ease}._link_3x3xp_75:hover{color:#ffffffd9}._bottom_3x3xp_95{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;flex-wrap:wrap}._copy_3x3xp_104,._powered_3x3xp_110{font-size:12px;color:#ffffff47;margin:0}._powered_3x3xp_110 span{color:#7f77dd;font-weight:600}@media(max-width:640px){._inner_3x3xp_12{padding:0 20px}._top_3x3xp_20{flex-direction:column;gap:20px;padding:24px 0}._links_3x3xp_75{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:10px 20px}._bottom_3x3xp_95{flex-direction:column;align-items:flex-start;gap:4px}}._container_1b71i_3{width:100%;background:#fff;border-radius:20px;padding:2rem;border:.5px solid #e4e4ef;box-shadow:0 8px 32px #0000000a}._header_1b71i_14{margin-bottom:1.5rem}._badge_1b71i_18{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#2563eb;background:#eff6ff;padding:4px 12px;border-radius:100px;margin-bottom:12px}._heading_1b71i_37{font-size:22px;font-weight:800;color:#111827;margin:0 0 6px}._subText_1b71i_44{color:#6b7280;font-size:14px;line-height:1.6;margin:0}._policyList_1b71i_53{display:flex;flex-direction:column;gap:10px}._policyItemWrapper_1b71i_59{width:100%}._policyItem_1b71i_59{display:flex;align-items:flex-start;gap:12px}._numberBox_1b71i_69{width:32px;height:32px;min-width:32px;margin-top:9px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}._fieldWrap_1b71i_95{flex:1;display:flex;flex-direction:column;gap:4px}._fieldWrap_1b71i_95 textarea{width:100%;min-height:48px;height:48px;border-radius:12px;border:.5px solid #d1d5db;background:#f9fafb;padding:12px 14px;font-size:14px;font-family:inherit;color:#111827;line-height:1.5;resize:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;outline:none}._fieldWrap_1b71i_95 textarea::placeholder{color:#9ca3af}._fieldWrap_1b71i_95 textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}._count_1b71i_149{font-size:11px;color:#9ca3af;text-align:right;margin:0}._footer_1b71i_158{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._note_1b71i_170{font-size:12px;color:#9ca3af;margin:0}._actions_1b71i_176{display:flex;align-items:center;gap:10px}._clearBtn_1b71i_182,._saveBtn_1b71i_183{height:40px;padding:0 18px;border-radius:10px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}._clearBtn_1b71i_182{background:#f3f4f6;color:#374151;border:.5px solid #e5e7eb}._clearBtn_1b71i_182:hover{background:#e5e7eb}._saveBtn_1b71i_183{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff;border:.5px solid #2563eb}._saveBtn_1b71i_183:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-color:#1d4ed8}._saveBtn_1b71i_183:active,._clearBtn_1b71i_182:active{transform:scale(.97)}._saveBtn_1b71i_183:disabled,._clearBtn_1b71i_182:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){._container_1b71i_3{padding:1.25rem;border-radius:16px}._heading_1b71i_37{font-size:18px}._policyItem_1b71i_59{flex-direction:column;gap:8px}._numberBox_1b71i_69{margin-top:0}._footer_1b71i_158{flex-direction:column;align-items:stretch}._actions_1b71i_176{width:100%}._saveBtn_1b71i_183,._clearBtn_1b71i_182{flex:1;justify-content:center}}._card_10rju_6{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:28px 28px 36px;max-width:1120px;margin:0 auto;font-family:Inter,Segoe UI,system-ui,sans-serif}._cardHeader_10rju_16{margin-bottom:24px}._cardTitleRow_10rju_20{display:flex;align-items:center;gap:14px}._cardTitleIcon_10rju_26{color:#1e3a5f;flex-shrink:0}._cardTitle_10rju_20{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.3px;line-height:1.2}._cardSubtitle_10rju_39{font-size:13px;color:#94a3b8;margin-top:3px}._tabs_10rju_48{display:flex;gap:2px;border-bottom:1.5px solid #e2e8f0;margin-bottom:28px;padding-bottom:0}._tab_10rju_48{display:flex;align-items:center;gap:7px;padding:10px 20px;border:none;border-bottom:2.5px solid transparent;margin-bottom:-1.5px;background:transparent;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px 8px 0 0;transition:color .15s,background .15s}._tab_10rju_48:hover{color:#1e3a5f;background:#f1f5f9}._tabActive_10rju_78{color:#1e3a5f;border-bottom-color:#1e3a5f;background:#eff6ff;font-weight:600}._tabIcon_10rju_85{opacity:.8}._tabContent_10rju_92{min-height:320px}._section_10rju_96{display:flex;flex-direction:column;gap:18px}._sectionHeader_10rju_102{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f1f5f9}._sectionTitle_10rju_110{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:600;color:#0f172a}._sectionIcon_10rju_119{color:#1e3a5f;flex-shrink:0}._sectionCount_10rju_124{font-size:12px;color:#475569;background:#f1f5f9;border-radius:20px;padding:4px 12px;font-weight:600;letter-spacing:.2px}._filterGrid_10rju_137{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}._filterItem_10rju_147{display:flex;flex-direction:column;gap:5px}._filterLabel_10rju_153{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._filterInput_10rju_164,._filterSelect_10rju_165{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;color:#1e293b;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box;font-family:inherit}._filterInput_10rju_164:focus,._filterSelect_10rju_165:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f14}._filterInput_10rju_164:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}._filterActions_10rju_194{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._quickBtn_10rju_201{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s,border-color .12s}._quickBtn_10rju_201:hover{background:#f1f5f9;border-color:#94a3b8}._clearBtn_10rju_222{display:flex;align-items:center;gap:5px;padding:8px 14px;border:1px solid #fca5a5;border-radius:8px;background:#fff;color:#dc2626;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s}._clearBtn_10rju_222:hover{background:#fef2f2}._downloadBtn_10rju_242{display:flex;align-items:center;gap:7px;margin-left:auto;padding:9px 20px;border:none;border-radius:9px;background:#1e3a5f;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:opacity .15s,transform .1s;box-shadow:0 2px 8px #1e3a5f2e}._downloadBtn_10rju_242:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._downloadBtn_10rju_242:disabled{opacity:.45;cursor:not-allowed;transform:none}._statsRow_10rju_275{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._statCard_10rju_281{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;border:1px solid transparent}._statTotal_10rju_290{background:#eff6ff;border-color:#bfdbfe}._statCheckin_10rju_295{background:#f0fdf4;border-color:#bbf7d0}._statNotCheckin_10rju_300{background:#fef2f2;border-color:#fecaca}._statIcon_10rju_305{opacity:.7;flex-shrink:0}._statTotal_10rju_290 ._statIcon_10rju_305{color:#1d4ed8}._statCheckin_10rju_295 ._statIcon_10rju_305{color:#15803d}._statNotCheckin_10rju_300 ._statIcon_10rju_305{color:#dc2626}._statValue_10rju_314{font-size:24px;font-weight:700;line-height:1}._statTotal_10rju_290 ._statValue_10rju_314{color:#1e3a8a}._statCheckin_10rju_295 ._statValue_10rju_314{color:#14532d}._statNotCheckin_10rju_300 ._statValue_10rju_314{color:#7f1d1d}._statLabel_10rju_324{font-size:12px;font-weight:500;margin-top:3px}._statTotal_10rju_290 ._statLabel_10rju_324{color:#3b82f6}._statCheckin_10rju_295 ._statLabel_10rju_324{color:#22c55e}._statNotCheckin_10rju_300 ._statLabel_10rju_324{color:#f87171}._tableWrap_10rju_337{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}._table_10rju_337{width:100%;border-collapse:collapse;font-size:13px;min-width:600px}._table_10rju_337 thead tr{background:#1e3a5f}._table_10rju_337 thead th{padding:11px 14px;text-align:left;font-size:11px;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._table_10rju_337 thead th:first-child{border-radius:12px 0 0}._table_10rju_337 thead th:last-child{border-radius:0 12px 0 0}._table_10rju_337 tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}._table_10rju_337 tbody tr:last-child{border-bottom:none}._table_10rju_337 tbody tr:hover{background:#f8fafc}._table_10rju_337 tbody tr._rowCheckedIn_10rju_387{background:#f0fdf4}._table_10rju_337 tbody tr._rowCheckedIn_10rju_387:hover{background:#dcfce7}._table_10rju_337 tbody td{padding:10px 14px;color:#374151;vertical-align:middle}._tdCenter_10rju_401{text-align:center;color:#94a3b8!important;font-size:12px;font-weight:600}._tdMuted_10rju_408{color:#64748b!important;font-size:12px!important}._tdBold_10rju_413{font-weight:600;color:#0f172a!important}._tdCode_10rju_418{font-family:Courier New,Consolas,monospace;font-size:12px;color:#4338ca!important;font-weight:600}._badgeGreen_10rju_428{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#dcfce7;color:#14532d;border:1px solid #bbf7d0}._badgeGray_10rju_441{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}._badgeRed_10rju_454{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}._badgeAmber_10rju_467{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#fef3c7;color:#78350f;border:1px solid #fde68a}._loadingRow_10rju_483,._emptyRow_10rju_484{text-align:center;padding:48px 20px;color:#94a3b8;font-size:14px;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0;line-height:1.6}._spinner_10rju_495{display:inline-block;width:14px;height:14px;border:2px solid #cbd5e1;border-top-color:#1e3a5f;border-radius:50%;animation:_spin_10rju_495 .7s linear infinite;vertical-align:middle;margin-right:8px}@keyframes _spin_10rju_495{to{transform:rotate(360deg)}}._previewNote_10rju_511{text-align:center;padding:10px 16px;font-size:12px;color:#64748b;background:#f8fafc;border-top:1px solid #f1f5f9;border-radius:0 0 12px 12px}@media(max-width:768px){._card_10rju_6{padding:16px 14px 24px;border-radius:12px}._tabs_10rju_48{overflow-x:auto}._tab_10rju_48{padding:8px 14px;font-size:13px;white-space:nowrap}._filterGrid_10rju_137{grid-template-columns:1fr 1fr;padding:12px}._filterActions_10rju_194{flex-direction:column;align-items:stretch}._downloadBtn_10rju_242{margin-left:0;justify-content:center}._statsRow_10rju_275{grid-template-columns:1fr;gap:8px}._cardTitle_10rju_20{font-size:17px}}@media(max-width:480px){._filterGrid_10rju_137{grid-template-columns:1fr}}._wrapper_1ui99_2{padding:28px;min-height:100vh;background:#f9fafb;font-family:Segoe UI,sans-serif}._pageHeader_1ui99_10{display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}._pageHeaderIcon_1ui99_18{width:48px;height:48px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._pageHeaderText_1ui99_29{flex:1;min-width:120px}._title_1ui99_31{font-size:20px;font-weight:700;color:#111827;margin:0 0 3px}._subtitle_1ui99_38{font-size:13px;color:#6b7280;margin:0}._headerRight_1ui99_44{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._planBadge_1ui99_51{display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:13px;color:#374151;white-space:nowrap}._dot_1ui99_64{color:#9ca3af}._viewToggle_1ui99_67{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}._toggleBtn_1ui99_75{display:flex;align-items:center;gap:5px;padding:7px 13px;border:none;background:transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}._toggleBtn_1ui99_75:hover{background:#f3f4f6;color:#374151}._toggleActive_1ui99_91{background:#059669!important;color:#fff!important}._limitBanner_1ui99_97{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#92400e}._formBox_1ui99_108{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 1px 8px #0000000d}._formHeader_1ui99_117{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}._formHeaderIcon_1ui99_124{width:38px;height:38px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._formTitle_1ui99_135{font-size:15px;font-weight:700;color:#111827;margin:0 0 3px}._formSubtitle_1ui99_142{font-size:12px;color:#6b7280;margin:0}._formHeader_1ui99_117 ._closeBtn_1ui99_148{margin-left:auto}._closeBtn_1ui99_148{background:#f3f4f6;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;font-size:13px;transition:background .2s;flex-shrink:0}._closeBtn_1ui99_148:hover{background:#e5e7eb}._formGrid_1ui99_168{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin-bottom:18px}._fullWidth_1ui99_175{grid-column:1 / -1}._inputGroup_1ui99_177{display:flex;flex-direction:column;gap:6px}._inputLabel_1ui99_179{font-size:12px;font-weight:600;color:#374151}._inputWrapper_1ui99_185{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden;transition:border .2s}._inputWrapper_1ui99_185:focus-within{border-color:#059669}._inputIcon_1ui99_196{padding:0 10px;color:#9ca3af;font-size:13px;border-right:1px solid #e5e7eb;background:#f9fafb;height:100%;display:flex;align-items:center;align-self:stretch}._input_1ui99_177{flex:1;border:none;outline:none;padding:9px 12px;font-size:14px;color:#111827;background:transparent;font-family:inherit}._checkboxRow_1ui99_220{display:flex;gap:14px;margin-bottom:20px;flex-wrap:wrap}._checkboxCard_1ui99_227{display:flex;align-items:flex-start;gap:10px;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;cursor:pointer;flex:1;min-width:200px;background:#fff;transition:border-color .2s,background .2s}._checkboxCard_1ui99_227:hover{border-color:#059669;background:#f0fdf4}._checkboxCard_1ui99_227 input[type=checkbox]{width:16px;height:16px;accent-color:#059669;margin-top:2px;flex-shrink:0;cursor:pointer}._checkboxText_1ui99_251{display:flex;flex-direction:column;gap:2px}._checkboxTitle_1ui99_253{font-size:13px;font-weight:600;color:#111827}._checkboxDesc_1ui99_259{font-size:12px;color:#6b7280}._formActions_1ui99_265{display:flex;gap:10px;justify-content:flex-end}._saveBtn_1ui99_271{display:flex;align-items:center;gap:6px;background:#059669;color:#fff;border:none;padding:9px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._saveBtn_1ui99_271:hover:not(:disabled){background:#047857}._saveBtn_1ui99_271:disabled{opacity:.6;cursor:not-allowed}._primaryBtn_1ui99_288{display:flex;align-items:center;gap:6px;background:#059669;color:#fff;border:none;padding:9px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}._primaryBtn_1ui99_288:hover:not(:disabled){background:#047857}._primaryBtn_1ui99_288:disabled{opacity:.5;cursor:not-allowed}._cancelBtn_1ui99_306{background:#f3f4f6;color:#374151;border:none;padding:9px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._cancelBtn_1ui99_306:hover{background:#e5e7eb}._tableBox_1ui99_320{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 6px #0000000a}._table_1ui99_320{width:100%;border-collapse:collapse;font-size:14px}._table_1ui99_320 thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}._table_1ui99_320 th{padding:12px 16px;text-align:left;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._table_1ui99_320 td{padding:13px 16px;color:#374151;border-bottom:1px solid #f3f4f6;vertical-align:middle}._table_1ui99_320 tbody tr:last-child td{border-bottom:none}._table_1ui99_320 tbody tr:hover td{background:#f9fafb}._tierDot_1ui99_361{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}._nameCell_1ui99_369 strong{font-size:14px;color:#111827}._descText_1ui99_370{font-size:12px;color:#9ca3af;margin:3px 0 0}._naText_1ui99_372{color:#d1d5db}._stallNumBadge_1ui99_375{display:inline-block;padding:2px 8px;border-radius:6px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:600;font-family:monospace}._zoneBadge_1ui99_387{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}._hiddenTag_1ui99_396{font-size:11px;color:#9ca3af;font-style:italic}._visibleBadge_1ui99_402{display:inline-block;padding:3px 10px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:12px;font-weight:600}._hiddenBadge_1ui99_412{display:inline-block;padding:3px 10px;border-radius:999px;background:#fee2e2;color:#dc2626;font-size:12px;font-weight:600}._actionsCell_1ui99_422{display:flex;gap:6px;align-items:center}._iconBtn_1ui99_424{width:32px;height:32px;border:none;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:background .2s}._editIcon_1ui99_437{background:#eff6ff;color:#2563eb}._editIcon_1ui99_437:hover{background:#dbeafe}._deleteIcon_1ui99_439{background:#fef2f2;color:#dc2626}._deleteIcon_1ui99_439:hover{background:#fee2e2}._empty_1ui99_442{text-align:center;padding:40px 20px;color:#9ca3af;font-size:14px}._floorWrapper_1ui99_450{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;box-shadow:0 1px 6px #0000000a}._entryArrow_1ui99_459{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;gap:6px}._entryDoor_1ui99_467{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:2px solid #059669;border-radius:10px;padding:8px 20px}._entryDoorIcon_1ui99_477{font-size:20px}._entryDoorLabel_1ui99_479{font-size:13px;font-weight:700;color:#059669;letter-spacing:1.5px}._entryLine_1ui99_486{width:2px;height:20px;background:linear-gradient(to bottom,#059669,#d1d5db);border-radius:1px}._zoneSection_1ui99_494{margin-bottom:28px}._zoneHeader_1ui99_498{display:flex;align-items:center;justify-content:space-between;border-left:4px solid;padding-left:12px;margin-bottom:14px}._zoneLabel_1ui99_507{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}._zoneCount_1ui99_514{font-size:12px;color:#9ca3af}._zoneEmpty_1ui99_519{font-size:13px;color:#d1d5db;padding:16px 0;text-align:center;border:1.5px dashed #e5e7eb;border-radius:10px}._stallGrid_1ui99_529{display:flex;flex-wrap:wrap;gap:12px}._stallCard_1ui99_536{border:1.5px solid;border-radius:12px;padding:12px 14px;min-width:130px;max-width:160px;flex:1;position:relative;transition:transform .15s,box-shadow .15s}._stallCard_1ui99_536:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._stallNum_1ui99_375{position:absolute;top:-1px;right:10px;font-size:10px;font-weight:700;padding:2px 7px;border-radius:0 0 6px 6px;letter-spacing:.5px;font-family:monospace}._stallTierLabel_1ui99_564{font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:4px;margin-top:6px;opacity:.7}._stallName_1ui99_573{font-size:13px;font-weight:700;margin-bottom:5px;line-height:1.3}._stallMeta_1ui99_580{display:flex;gap:5px;font-size:11px;opacity:.65;margin-bottom:6px}._stallPrice_1ui99_588{font-size:13px;font-weight:700;margin-bottom:8px}._stallHidden_1ui99_594{display:inline-block;font-size:10px;padding:1px 7px;border-radius:999px;background:#fee2e2;color:#dc2626;margin-bottom:6px}._stallActions_1ui99_604{display:flex;gap:6px;align-items:center;border-top:1px solid rgba(0,0,0,.08);padding-top:8px;margin-top:4px}._stallEditBtn_1ui99_613{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;background:transparent;border:none;cursor:pointer;padding:3px 6px;border-radius:5px;font-family:inherit;transition:background .15s;flex:1}._stallEditBtn_1ui99_613:hover{background:#0000000f}._stallDeleteBtn_1ui99_630{background:transparent;border:none;cursor:pointer;color:#dc2626;padding:3px 6px;border-radius:5px;display:flex;align-items:center;transition:background .15s;font-size:11px}._stallDeleteBtn_1ui99_630:hover{background:#fee2e2}._stallAddPlaceholder_1ui99_645{border:1.5px dashed #d1d5db;border-radius:12px;padding:12px 14px;min-width:100px;max-width:130px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#9ca3af;cursor:pointer;transition:border-color .2s,color .2s,background .2s;font-size:12px;font-weight:500;min-height:110px}._stallAddPlaceholder_1ui99_645:hover{border-color:#059669;color:#059669;background:#f0fdf4}._floorLoading_1ui99_671,._floorEmpty_1ui99_672{text-align:center;padding:48px 20px;color:#9ca3af;font-size:14px}._container_1ipfz_1{padding:24px;max-width:1000px;margin:0 auto}._header_1ipfz_8{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:12px;flex-wrap:wrap}._header_1ipfz_8 h1{font-size:22px;font-weight:600;margin:0 0 4px;color:#1a1a2e}._subtitle_1ipfz_24{font-size:13px;color:#6b7280;margin:0}._tabs_1ipfz_31{display:flex;gap:4px;margin-bottom:24px;border-bottom:1px solid #e5e7eb;padding-bottom:0}._tab_1ipfz_31,._activeTab_1ipfz_40{background:none;border:none;padding:10px 18px;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;color:#6b7280;display:flex;align-items:center;gap:6px;transition:color .15s}._tab_1ipfz_31:hover{color:#374151}._activeTab_1ipfz_40{color:#4f46e5;border-bottom-color:#4f46e5}._badge_1ipfz_63{background:#e0e7ff;color:#4f46e5;font-size:11px;font-weight:600;border-radius:10px;padding:1px 7px;min-width:18px;text-align:center}._addBtn_1ipfz_75{display:inline-flex;align-items:center;gap:8px;background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}._addBtn_1ipfz_75:hover{background:#4338ca}._saveBtn_1ipfz_93{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}._saveBtn_1ipfz_93:hover:not(:disabled){background:#4338ca}._saveBtn_1ipfz_93:disabled{opacity:.6;cursor:not-allowed}._cancelBtn_1ipfz_107{background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s}._cancelBtn_1ipfz_107:hover{border-color:#9ca3af;color:#374151}._dangerBtn_1ipfz_120{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}._dangerBtn_1ipfz_120:hover{background:#b91c1c}._closeBtn_1ipfz_133{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;display:inline-flex;align-items:center;border-radius:4px;font-size:16px;transition:color .15s}._closeBtn_1ipfz_133:hover{color:#374151}._approveBtn_1ipfz_147{background:#dcfce7;color:#16a34a;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}._rejectBtn_1ipfz_160{background:#fee2e2;color:#dc2626;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}._rejectBtn_1ipfz_160:hover{background:#fecaca}._editBtn_1ipfz_173,._deleteBtn_1ipfz_174{background:none;border:none;padding:7px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;font-size:14px;transition:background .15s}._editBtn_1ipfz_173{color:#4f46e5}._editBtn_1ipfz_173:hover{background:#eef2ff}._deleteBtn_1ipfz_174{color:#ef4444}._deleteBtn_1ipfz_174:hover{background:#fef2f2}._list_1ipfz_191{display:flex;flex-direction:column;gap:12px}._card_1ipfz_197{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:box-shadow .15s}._card_1ipfz_197:hover{box-shadow:0 2px 8px #00000012}._cardLeft_1ipfz_210{display:flex;align-items:flex-start;gap:14px;flex:1;min-width:0}._avatar_1ipfz_218{width:42px;height:42px;border-radius:50%;background:#e0e7ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0;overflow:hidden}._logoImage_1ipfz_233{width:100%;height:100%;object-fit:cover;border-radius:50%}._info_1ipfz_240 h2{font-size:15px;font-weight:600;color:#1a1a2e;margin:0 0 2px}._info_1ipfz_240 p{font-size:13px;color:#6b7280;margin:0 0 2px}._pkg_1ipfz_254{font-size:12px!important;color:#4f46e5!important;font-weight:500!important}._stall_1ipfz_260{font-size:12px!important;background:#f0fdf4;color:#16a34a!important;display:inline-block;padding:2px 8px;border-radius:4px;margin-top:4px!important}._cardRight_1ipfz_270{display:flex;align-items:center;gap:8px;flex-shrink:0}._actionBtns_1ipfz_277{display:flex;align-items:center;gap:6px}._status_1ipfz_284{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:capitalize}._pending_1ipfz_291{background:#fef9c3;color:#a16207}._approved_1ipfz_292{background:#dcfce7;color:#16a34a}._rejected_1ipfz_293{background:#fee2e2;color:#dc2626}._overlay_1ipfz_296{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}._formModalWrap_1ipfz_309{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0000002e;animation:_modalIn_1ipfz_1 .2s ease}@keyframes _modalIn_1ipfz_1{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._popup_1ipfz_326{background:#fff;border-radius:14px;padding:28px;width:100%;max-width:400px;box-shadow:0 8px 32px #00000026;animation:_modalIn_1ipfz_1 .2s ease}._popupHeader_1ipfz_336{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._popupHeader_1ipfz_336 h2{font-size:17px;font-weight:600;margin:0;color:#1a1a2e}._popupHint_1ipfz_350{font-size:13px;color:#6b7280;margin:0 0 16px}._popupSelect_1ipfz_356{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;color:#1a1a2e;background:#fafafa;outline:none;margin-bottom:8px;transition:border-color .15s;box-sizing:border-box}._popupSelect_1ipfz_356:focus{border-color:#4f46e5}._stallChecking_1ipfz_371{font-size:12px;color:#6b7280;margin:4px 0 12px}._stallErrorMsg_1ipfz_377{font-size:13px;color:#ef4444;margin:4px 0 12px;padding:8px 12px;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}._popupActions_1ipfz_387{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}._deleteBox_1ipfz_395{background:#fff;border-radius:14px;padding:28px;width:100%;max-width:460px;box-shadow:0 20px 60px #0003;animation:_modalIn_1ipfz_1 .2s ease}._deleteHeader_1ipfz_405{display:flex;align-items:center;gap:10px;margin-bottom:16px}._deleteIcon_1ipfz_412{font-size:22px}._deleteHeader_1ipfz_405 h3{flex:1;font-size:17px;font-weight:700;color:#111827;margin:0}._deleteText_1ipfz_422{color:#374151;font-size:14px;margin:0 0 16px;line-height:1.6}._approvedWord_1ipfz_429{color:#16a34a;font-weight:600}._warningBox_1ipfz_434{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:12px 16px;margin-bottom:14px;font-size:13px;color:#92400e;line-height:1.5}._deleteHint_1ipfz_445{font-size:13px;color:#6b7280;margin:0 0 20px;line-height:1.5}._deleteActions_1ipfz_452{display:flex;gap:12px;justify-content:flex-end}._error_1ipfz_459{color:#dc2626;font-size:13px;background:#fee2e2;padding:10px 14px;border-radius:8px;margin-bottom:16px}._empty_1ipfz_468{text-align:center;padding:48px 24px;color:#9ca3af;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:10px}._spinner_1ipfz_479{width:26px;height:26px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:_spin_1ipfz_479 .7s linear infinite}._capacityBanner_1ipfz_487{display:flex;gap:8px;align-items:flex-start;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:10px 12px;margin-top:10px;font-size:13px;color:#9a3412;line-height:1.5}._editStallBtn_1ipfz_500 ._approveBtn_1ipfz_147{background:#dcfce7;color:#16a34a;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}._approveBtn_1ipfz_147:hover{background:#bbf7d0}@keyframes _spin_1ipfz_479{to{transform:rotate(360deg)}}._wrap_afwsd_4{background:#fff;border-radius:16px;padding:28px 32px 32px;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._formHead_afwsd_15{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}._eyebrow_afwsd_23{font-size:10px;font-weight:700;letter-spacing:3px;color:#6366f1;margin:0 0 6px;text-transform:uppercase}._formTitle_afwsd_32{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px}._formSub_afwsd_40{font-size:13px;color:#64748b;margin:0}._closeBtn_afwsd_46{background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:13px;flex-shrink:0;transition:background .15s,color .15s}._closeBtn_afwsd_46:hover{background:#e2e8f0;color:#0f172a}._successBox_afwsd_69{display:flex;align-items:flex-start;gap:8px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;padding:14px 16px;font-size:14px;color:#166534;font-weight:500;margin-bottom:20px;line-height:1.5}._errorBox_afwsd_84{display:flex;align-items:flex-start;gap:8px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;padding:14px 16px;font-size:14px;color:#991b1b;font-weight:500;margin-bottom:20px;line-height:1.5}._grid_afwsd_102{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media(max-width:600px){._grid_afwsd_102{grid-template-columns:1fr}}._field_afwsd_113{display:flex;flex-direction:column;gap:6px}._fullWidth_afwsd_119{grid-column:1 / -1}._label_afwsd_126{font-size:12px;font-weight:600;color:#475569;letter-spacing:.2px}._req_afwsd_133{color:#ef4444}._input_afwsd_137,._select_afwsd_138{border:1.5px solid #e2e8f0;border-radius:9px;padding:9px 13px;font-size:14px;color:#0f172a;background:#f8fafc;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}._input_afwsd_137::placeholder{color:#94a3b8}._input_afwsd_137:focus,._select_afwsd_138:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._textarea_afwsd_159{border:1.5px solid #e2e8f0;border-radius:9px;padding:9px 13px;font-size:14px;color:#0f172a;background:#f8fafc;outline:none;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .15s,box-shadow .15s,background .15s}._textarea_afwsd_159::placeholder{color:#94a3b8}._textarea_afwsd_159:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._fileWrap_afwsd_184{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._fileLabel_afwsd_191{cursor:pointer}._fileInput_afwsd_195{display:none}._fileBtnText_afwsd_199{display:inline-flex;align-items:center;gap:6px;border:1.5px dashed #c7d2fe;background:#eef2ff;color:#4f46e5;font-size:13px;font-weight:600;padding:8px 16px;border-radius:9px;cursor:pointer;transition:background .15s,border-color .15s}._fileBtnText_afwsd_199:hover{background:#e0e7ff;border-color:#a5b4fc}._logoPreviewWrap_afwsd_219{position:relative;display:inline-block}._logoPreview_afwsd_219{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1.5px solid #e2e8f0;display:block}._removeLogo_afwsd_233{position:absolute;top:-7px;right:-7px;width:18px;height:18px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}._actions_afwsd_254{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_afwsd_260{background:transparent;color:#64748b;border:1.5px solid #e2e8f0;border-radius:9px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}._cancelBtn_afwsd_260:hover{border-color:#94a3b8;color:#0f172a}._submitBtn_afwsd_277{background:#4f46e5;color:#fff;border:none;border-radius:9px;padding:10px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}._submitBtn_afwsd_277:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}._submitBtn_afwsd_277:disabled{opacity:.6;cursor:not-allowed}._loadingWrap_afwsd_301{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#64748b;font-size:14px}._spinner_afwsd_312{width:30px;height:30px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_afwsd_312 .7s linear infinite}@keyframes _spin_afwsd_312{to{transform:rotate(360deg)}}@media(max-width:480px){._wrap_afwsd_4{padding:20px 18px 24px}._formTitle_afwsd_32{font-size:17px}._actions_afwsd_254{flex-direction:column}._cancelBtn_afwsd_260,._submitBtn_afwsd_277{width:100%;justify-content:center}}._stallMeta_afwsd_333{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px;font-size:13px;color:#475467;font-weight:600}._stallGrid_afwsd_343{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}._stallBtn_afwsd_349{border:1px solid #d0d5dd;border-radius:12px;padding:12px 10px;background:#fff;text-align:left;min-height:74px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}._stallBtn_afwsd_349:hover{transform:translateY(-1px)}._stallAvailable_afwsd_366{background:#f0fdf4;border-color:#86efac}._stallOccupied_afwsd_371{background:#fef2f2;border-color:#fca5a5;cursor:not-allowed;opacity:.9}._stallSelected_afwsd_378{background:#ecfeff;border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d41f}._stallNumberText_afwsd_384{font-weight:700;font-size:14px;color:#111827}._stallStatusText_afwsd_390{font-size:12px;color:#6b7280;margin-top:6px}._infoBox_afwsd_396{padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475467}._overlay_17061_3{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}._modal_17061_14{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #0000002e}._header_17061_27{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}._eyebrow_17061_35{font-size:11px;font-weight:600;letter-spacing:.08em;color:#6366f1;text-transform:uppercase;margin:0 0 4px}._title_17061_44{font-size:17px;font-weight:700;color:#111827;margin:0 0 4px}._subtitle_17061_51{font-size:13px;color:#6b7280;margin:0}._closeBtn_17061_57{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:6px;display:flex;align-items:center;transition:color .15s,background .15s}._closeBtn_17061_57:hover{color:#374151;background:#f3f4f6}._statsRow_17061_74{display:flex;gap:8px;padding:12px 24px;background:#f9fafb;border-bottom:1px solid #f1f5f9}._statPill_17061_82{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:4px 10px}._statDot_17061_95{width:8px;height:8px;border-radius:50%;flex-shrink:0}._body_17061_103{flex:1;overflow-y:auto;padding:20px 24px}._grid_17061_110{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;margin-bottom:20px}._boothBtn_17061_117{border-radius:10px;border:1.5px solid transparent;padding:10px 8px;text-align:center;cursor:pointer;transition:transform .1s,box-shadow .1s;display:flex;flex-direction:column;align-items:center;gap:4px;background:none}._boothBtn_17061_117:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._boothBtn_17061_117:disabled{cursor:not-allowed;opacity:.75}._boothFree_17061_139{background:#ecfdf5;border-color:#a7f3d0}._boothFree_17061_139:not(:disabled):hover{border-color:#10b981;background:#d1fae5}._boothOccupied_17061_148{background:#f9fafb;border-color:#e5e7eb}._boothSelected_17061_153{background:#ede9fe;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}._boothNum_17061_159{font-size:13px;font-weight:700;color:#111827;font-family:var(--font-mono, monospace)}._boothOccupied_17061_148 ._boothNum_17061_159{color:#9ca3af}._boothSelected_17061_153 ._boothNum_17061_159{color:#5b21b6}._boothAvailLabel_17061_172{font-size:10px;color:#059669;font-weight:500}._boothSelectedLabel_17061_178{font-size:10px;color:#7c3aed;font-weight:600;display:flex;align-items:center;gap:3px}._boothOccupantName_17061_187{font-size:10px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._manualRow_17061_197{margin-top:4px;margin-bottom:12px}._manualLabel_17061_202{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}._manualInput_17061_210{width:100%;padding:9px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;outline:none;box-sizing:border-box;transition:border-color .15s;background:#fff}._manualInput_17061_210:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}._selectedPreview_17061_228{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;font-size:13px;color:#065f46;margin-bottom:10px}._infoText_17061_242{font-size:14px;color:#6b7280;margin:0 0 16px}._errorBox_17061_249{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#b91c1c;margin-top:8px}._loadingWrap_17061_260{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 0;color:#6b7280;font-size:14px}._spinner_17061_270{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:_spin_17061_270 .7s linear infinite}@keyframes _spin_17061_270{to{transform:rotate(360deg)}}._footer_17061_284{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #f1f5f9;background:#fafafa}._cancelBtn_17061_293{padding:9px 20px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}._cancelBtn_17061_293:hover{background:#f9fafb}._confirmBtn_17061_308{padding:9px 22px;border-radius:8px;border:none;background:#6366f1;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}._confirmBtn_17061_308:hover:not(:disabled){background:#4f46e5}._confirmBtn_17061_308:disabled{opacity:.5;cursor:not-allowed}._container_1o2dt_1{padding:30px}._header_1o2dt_7{margin-bottom:30px}._header_1o2dt_7 h1{font-size:38px;font-weight:700}._topBox_1o2dt_20{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}._topBox_1o2dt_20 input{padding:14px;border-radius:10px;border:1px solid #ddd;width:250px;outline:none}._topBox_1o2dt_20 button{padding:14px 20px;border:none;background:#2563eb;color:#fff;border-radius:10px;cursor:pointer;font-weight:600}._grid_1o2dt_51{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}._card_1o2dt_59{background:#fff;padding:25px;border-radius:20px;box-shadow:0 2px 15px #00000014}._top_1o2dt_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._top_1o2dt_20 h2{font-size:25px}._available_1o2dt_83{padding:8px 14px;border-radius:30px;background:#dcfce7;color:#16a34a;font-weight:600}._booked_1o2dt_93{padding:8px 14px;border-radius:30px;background:#fee2e2;color:red;font-weight:600}._content_1o2dt_103{display:flex;flex-direction:column;gap:15px}._content_1o2dt_103 p{display:flex;justify-content:space-between;align-items:center}._content_1o2dt_103 span{font-weight:600}._content_1o2dt_103 select{padding:10px;border-radius:8px;border:1px solid #ddd}@media(max-width:768px){._topBox_1o2dt_20{flex-direction:column}._topBox_1o2dt_20 input{width:100%}}._container_z1fdj_1{padding:24px;max-width:1100px;margin:0 auto}._header_z1fdj_8{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px;flex-wrap:wrap}._header_z1fdj_8 h1{font-size:22px;font-weight:600;margin:0 0 4px;color:#1a1a2e}._subtitle_z1fdj_24{font-size:13px;color:#6b7280;margin:0}._headerActions_z1fdj_30{display:flex;gap:10px;align-items:center}._saveBtn_z1fdj_36{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s;white-space:nowrap}._saveBtn_z1fdj_36:hover:not(:disabled){background:#4338ca}._saveBtn_z1fdj_36:disabled{opacity:.55;cursor:default}._resetBtn_z1fdj_51{background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}._resetBtn_z1fdj_51:hover{border-color:#9ca3af;color:#374151}._wrapper_z1fdj_66{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media(max-width:768px){._wrapper_z1fdj_66{grid-template-columns:1fr}}._loadingMsg_z1fdj_77{text-align:center;padding:48px;color:#9ca3af;font-size:14px}._sectionHeader_z1fdj_85{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}._sectionHeader_z1fdj_85 h2{font-size:15px;font-weight:600;color:#1a1a2e;margin:0}._count_z1fdj_99{font-size:12px;color:#9ca3af;background:#f3f4f6;padding:2px 10px;border-radius:20px}._fieldList_z1fdj_108{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._fieldCard_z1fdj_115{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .15s,background .15s}._fieldCard_z1fdj_115:hover{border-color:#c7d2fe}._fieldCard_z1fdj_115._disabled_z1fdj_131{background:#f9fafb;opacity:.65}._fieldCardLeft_z1fdj_136{display:flex;align-items:center;gap:10px;flex:1;min-width:0}._grip_z1fdj_144{color:#d1d5db;font-size:13px;cursor:grab;flex-shrink:0}._fieldLabel_z1fdj_151{font-size:14px;font-weight:500;color:#1a1a2e;margin:0 0 2px}._defaultBadge_z1fdj_158{font-size:10px;background:#f3f4f6;color:#9ca3af;padding:1px 7px;border-radius:8px;font-weight:500}._fieldCardRight_z1fdj_167{display:flex;align-items:center;gap:14px;flex-shrink:0}._toggle_z1fdj_175{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}._toggle_z1fdj_175 input[type=checkbox]{display:none}._toggleTrack_z1fdj_187{width:32px;height:18px;background:#e5e7eb;border-radius:9px;position:relative;transition:background .2s}._toggle_z1fdj_175 input:checked+._toggleTrack_z1fdj_187{background:#4f46e5}._toggle_z1fdj_175 input:disabled+._toggleTrack_z1fdj_187{opacity:.4;cursor:not-allowed}._toggleThumb_z1fdj_205{position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:left .2s;box-shadow:0 1px 3px #0003}._toggle_z1fdj_175 input:checked+._toggleTrack_z1fdj_187 ._toggleThumb_z1fdj_205{left:16px}._toggleLabel_z1fdj_221{font-size:12px;color:#6b7280;white-space:nowrap}._removeBtn_z1fdj_227{background:none;border:none;color:#f87171;padding:5px;border-radius:5px;cursor:pointer;font-size:12px;display:inline-flex;transition:background .15s,color .15s}._removeBtn_z1fdj_227:hover{background:#fef2f2;color:#ef4444}._addField_z1fdj_241{display:flex;gap:8px}._addField_z1fdj_241 input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;font-size:14px;color:#1a1a2e;outline:none;background:#fafafa;transition:border-color .15s,box-shadow .15s}._addField_z1fdj_241 input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;background:#fff}._addBtn_z1fdj_263{display:inline-flex;align-items:center;gap:6px;background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}._addBtn_z1fdj_263:hover{background:#4338ca}._right_z1fdj_281{position:sticky;top:24px}._previewCard_z1fdj_286{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000d}._previewTitle_z1fdj_294{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}._previewEmpty_z1fdj_303{font-size:13px;color:#9ca3af;text-align:center;padding:32px 0}._previewField_z1fdj_310{margin-bottom:14px;display:flex;flex-direction:column;gap:5px}._previewLabel_z1fdj_317{font-size:13px;font-weight:500;color:#374151;display:flex;align-items:center;gap:3px}._star_z1fdj_326{color:#ef4444;font-size:14px;line-height:1}._previewInput_z1fdj_332,._previewTextarea_z1fdj_333{border:1px solid #e5e7eb;border-radius:7px;padding:8px 10px;font-size:13px;color:#9ca3af;background:#fafafa;width:100%;box-sizing:border-box;font-family:inherit;cursor:default}._previewTextarea_z1fdj_333{resize:none}._previewUpload_z1fdj_350{border:1.5px dashed #e5e7eb;border-radius:7px;padding:16px;text-align:center;font-size:13px;color:#9ca3af;background:#fafafa}._previewSubmit_z1fdj_360{width:100%;background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:11px;font-size:14px;font-weight:600;margin-top:8px;cursor:not-allowed;opacity:.7}._container_dv0xi_1{padding:24px;max-width:1100px;margin:0 auto}._topBar_dv0xi_8{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:28px}._heading_dv0xi_16{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 4px}._sub_dv0xi_22{font-size:13px;color:#9ca3af;margin:0}._refreshBtn_dv0xi_27{background:#fff;border:1px solid #e5e7eb;color:#374151;font-size:13px;font-weight:500;padding:8px 16px;border-radius:8px;cursor:pointer;transition:border-color .15s;white-space:nowrap;align-self:flex-start}._refreshBtn_dv0xi_27:hover{border-color:#9ca3af}._statsGrid_dv0xi_43{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin-bottom:20px}._statCard_dv0xi_49{background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 4px #0000000a;transition:box-shadow .15s}._statCard_dv0xi_49:hover{box-shadow:0 4px 14px #00000014}._statIcon_dv0xi_61{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._statTitle_dv0xi_71{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}._statValue_dv0xi_79{font-size:26px;font-weight:800;margin:0;letter-spacing:-.02em;line-height:1}._fillCard_dv0xi_88{background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:20px 24px;margin-bottom:28px;box-shadow:0 1px 4px #0000000a}._fillHeader_dv0xi_96{display:flex;justify-content:space-between;margin-bottom:10px}._fillLabel_dv0xi_101{font-size:14px;font-weight:600;color:#374151}._fillPct_dv0xi_106{font-size:20px;font-weight:800;color:#6c63ff}._fillTrack_dv0xi_111{height:10px;background:#f3f4f6;border-radius:999px;overflow:hidden;margin-bottom:8px}._fillBar_dv0xi_118{height:100%;background:linear-gradient(90deg,#6c63ff,#a78bfa);border-radius:999px;transition:width .6s ease}._fillMeta_dv0xi_124{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af}._sectionTitle_dv0xi_132{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 16px}._categoryGrid_dv0xi_140{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}._categoryCard_dv0xi_145{background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:20px;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;gap:8px;transition:box-shadow .15s}._categoryCard_dv0xi_145:hover{box-shadow:0 4px 14px #00000014}._catTop_dv0xi_157{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}._catName_dv0xi_163{font-size:15px;font-weight:700;color:#1a1a2e;margin:0}._catPrice_dv0xi_169{font-size:14px;font-weight:700;color:#6c63ff;white-space:nowrap}._catMeta_dv0xi_175{font-size:12px;color:#9ca3af;margin:0}._row_dv0xi_180{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:4px 0;border-bottom:1px solid #f9f9f9}._row_dv0xi_180 span{color:#9ca3af}._row_dv0xi_180 p{font-weight:600;color:#1a1a2e;margin:0}._catFillTrack_dv0xi_190{height:6px;background:#f3f4f6;border-radius:999px;overflow:hidden;margin-top:4px}._catFillBar_dv0xi_197{height:100%;background:linear-gradient(90deg,#6c63ff,#a78bfa);border-radius:999px;transition:width .5s ease}._catFillPct_dv0xi_203{font-size:11px;color:#9ca3af;text-align:right;margin:0}._skeleton_dv0xi_211{height:96px;border-radius:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_dv0xi_1 1.4s infinite}@keyframes _shimmer_dv0xi_1{0%{background-position:200% 0}to{background-position:-200% 0}}._errorBox_dv0xi_224{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:14px 18px;border-radius:10px;font-size:14px}._empty_dv0xi_232{text-align:center;padding:60px 20px;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:14px}._bottomNav_1kywl_1{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;display:flex;justify-content:space-around;align-items:center;border-top:1px solid #e5e7eb;z-index:1000;padding-bottom:env(safe-area-inset-bottom)}._tab_1kywl_22{flex:1;height:100%;background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#64748b;font-size:12px;cursor:pointer;position:relative}._icon_1kywl_44{font-size:26px}._active_1kywl_50{color:#00659c;font-weight:600}._active_1kywl_50 ._icon_1kywl_44{font-size:28px}._active_1kywl_50:after{content:"";position:absolute;top:0;width:28px;height:3px;border-radius:2px;background:#00659c}@media(min-width:768px){._bottomNav_1kywl_1{height:80px}._icon_1kywl_44{font-size:28px}._active_1kywl_50 ._icon_1kywl_44{font-size:30px}._tab_1kywl_22{font-size:13px}}@media(min-width:1024px){._bottomNav_1kywl_1{display:none}}._disabled_1kywl_108{pointer-events:none;opacity:.55}._topBar_w9z5n_1{height:56px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e5e7eb}._left_w9z5n_11{display:flex;align-items:center;gap:8px}._backBtn_w9z5n_18{border:none;background:#a3a5a7;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}._zoneChip_w9z5n_32{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f1f5f9;border:none;font-size:13px}._zoneLabel_w9z5n_43{color:#6b7280}._zoneValue_w9z5n_47{font-weight:600;color:#111827}._eventName_w9z5n_52{font-weight:600;font-size:14px}._bottomArrow_w9z5n_56{color:#6b7280}._wrapper_1e94g_1{padding:14px 16px;min-height:calc(100vh - 140px);display:flex;flex-direction:column}._loading_1e94g_8{color:#fff;opacity:.8;text-align:center;margin-bottom:10px}._info_1e94g_18{display:flex;flex-direction:column;gap:6px;font-size:14px;margin-bottom:14px}._label_1e94g_26{color:#6b7280;margin-right:6px}._value_1e94g_31{color:#111827;font-weight:600}._allconatainerScanner_1e94g_37{flex:1;display:flex;align-items:center;justify-content:center}._scannerWrap_1e94g_44{position:relative;width:100%;max-width:320px;height:320px;background:#000;border-radius:18px}._scannerBox_1e94g_53{width:100%;height:100%;border-radius:18px;overflow:hidden;background:#f9fafb;border:2px dashed #cbd5e1}._scannerBox_1e94g_53 video,._scannerBox_1e94g_53 canvas{width:100%!important;height:100%!important;object-fit:cover}._overlayText_1e94g_72{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center}._overlayText_1e94g_72 strong{font-size:14px;color:#104bcc;margin-bottom:4px}._overlayText_1e94g_72 span{font-size:12px;color:#b2ccff}._card_1e94g_96{position:absolute;bottom:16px;left:50%;transform:translate(-50%);width:90%;max-width:280px;background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 30px #00000040;z-index:20;animation:_slideUp_1e94g_1 .2s ease-out}._success_1e94g_115{color:#16a34a;text-align:center;font-weight:600}._error_1e94g_121{color:#dc2626;text-align:center;font-weight:600}._button_1e94g_127{margin-top:12px;width:100%;padding:10px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-weight:600}@keyframes _slideUp_1e94g_1{0%{transform:translate(-50%,10px);opacity:0}to{transform:translate(-50%);opacity:1}}._scannerBox_1e94g_53 video{transform:scale(1.35);transform-origin:center}._card_1z7js_1{position:absolute;bottom:18px;left:50%;transform:translate(-50%);width:85%;max-width:280px;background:#fff;padding:18px;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 12px 30px #00000040;z-index:20}._successIcon_1z7js_22{font-size:36px;color:#22c55e}._errorIcon_1z7js_27{font-size:36px;color:#ef4444}._text_1z7js_32{font-size:15px;font-weight:600;color:#111827;text-align:center}._wrapper_85ruj_1{height:calc(100vh - 72px);display:flex;flex-direction:column;background:#fff;padding-bottom:80px}._stickyHeader_85ruj_11{position:sticky;top:0;z-index:5;background:#fff;padding:14px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._stickyHeader_85ruj_11 h2{font-size:16px;font-weight:600;margin:0}._count_85ruj_31{font-size:12px;color:#6b7280}._select_85ruj_36{padding:6px 10px;font-size:13px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb}._list_85ruj_45{flex:1;overflow-y:auto;padding:8px 0}._row_85ruj_53{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}._info_85ruj_62{display:flex;flex-direction:column}._name_85ruj_67{font-size:14px;font-weight:600;color:#111827}._email_85ruj_73{font-size:12px;color:#6b7280}._status_85ruj_79{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}._in_85ruj_62{background:#dcfce7;color:#166534}._out_85ruj_91{background:#fee2e2;color:#991b1b}._empty_85ruj_98{padding:40px;text-align:center;font-size:14px;color:#6b7280}._searchWrapper_85ruj_105{display:flex;align-items:center;gap:8px;padding:10px 12px;margin:8px 12px 12px;background:#f1f3f5;border-radius:14px}._searchIcon_85ruj_118{font-size:16px;color:#6b7280}._search_85ruj_105{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#111827}._search_85ruj_105::placeholder{color:#9ca3af}._search_85ruj_105:focus{outline:none}._searchIcon_85ruj_118{font-size:18px;color:#6b7280}._header_85ruj_147{padding:12px 16px 8px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;background:#fff}._header_85ruj_147>div{text-align:center}._header_85ruj_147 h3{margin:0;font-size:16px;font-weight:600;color:#111827}._count_85ruj_31{margin-top:2px;display:block;font-size:12px;color:#6b7280}._toggleRow_85ruj_180{display:flex;justify-content:center;align-items:center;background:#f1f5f9;border-radius:12px;padding:4px;margin:12px auto;width:fit-content;gap:4px}._toggleRow_85ruj_180 button{border:none;background:transparent;padding:8px 18px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;color:#475569;transition:all .25s ease}._toggleRow_85ruj_180 button._active_85ruj_207{background:#00659c;color:#fff;box-shadow:0 2px 6px #0f766e59}._toggleRow_85ruj_180 button:not(._active_85ruj_207):hover{background:#e2e8f0}._select_85ruj_36{width:100%;margin:10px 0 12px;padding:10px 14px;font-size:14px;font-weight:500;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364748b' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%2364748b' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px}._select_85ruj_36:focus{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e40}._select_85ruj_36 option{font-size:14px;padding:8px}._wrapper_1ymcb_1{padding:16px;background:#fff}._title_1ymcb_7{font-size:16px;font-weight:600;margin-bottom:12px;color:#111827}._list_1ymcb_16{display:flex;flex-direction:column;gap:10px}._item_1ymcb_22{width:100%;padding:14px 12px;display:flex;align-items:center;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:500;color:#111827;cursor:pointer}._item_1ymcb_22:active{background:#f3f4f6}._icon_1ymcb_45{font-size:20px;color:#374151}@media(min-width:768px){._wrapper_1ymcb_1{padding:20px}._item_1ymcb_22{padding:16px;font-size:15px}._icon_1ymcb_45{font-size:22px}}._backdrop_17whk_2{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;justify-content:center;align-items:flex-end}._sheet_17whk_14{width:100%;max-height:85vh;background:#fff;border-radius:18px 18px 0 0;display:flex;flex-direction:column;animation:_slideUp_17whk_1 .25s ease-out}._header_17whk_27{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:18px 18px 0 0}._title_17whk_39{font-size:15px;font-weight:600;color:#111827}._close_17whk_45{border-radius:10px;background:#0f766e;color:#fff;border:none;font-size:18px;cursor:pointer;padding:2px 10px}._body_17whk_56{flex:1;overflow-y:auto;padding:16px}@keyframes _slideUp_17whk_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._backdrop_1j42s_1{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end}._sheet_1j42s_10{width:100%;max-height:85vh;background:#fff;border-radius:18px 18px 0 0;padding:16px 16px 80px;overflow-y:auto}._headingSelect_1j42s_19{font-size:15px;font-weight:600;margin-bottom:12px}._zoneItem_1j42s_26{width:100%;text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:10px;cursor:pointer}._zoneItem_1j42s_26._active_1j42s_37{border-color:#0f766e;background:#ecfdf5}._zoneItem_1j42s_26._disabled_1j42s_42{opacity:.45;cursor:not-allowed}._zoneTop_1j42s_47{display:flex;justify-content:space-between;align-items:center}._zoneName_1j42s_53{font-size:14px;font-weight:600;color:#111827}._status_1j42s_59{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}._live_1j42s_66{background:#dcfce7;color:#166534}._inactive_1j42s_71{background:#fee2e2;color:#991b1b}._meta_1j42s_76{margin-top:6px;font-size:12px;color:#6b7280;line-height:1.4}._wrapper_ix5q4_1{padding:24px 16px;animation:_slideUp_ix5q4_1 .35s ease-out}@keyframes _slideUp_ix5q4_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._title_ix5q4_5{font-size:20px;font-weight:700;margin-bottom:20px}._card_ix5q4_12{width:100%;border:none;border-radius:18px;padding:25px 18px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}._card_ix5q4_12 h3{margin:0 0 4px;font-size:16px;color:#374151}._card_ix5q4_12 p{margin:0;font-size:13px;color:#374151}._event_ix5q4_27{background:#eef2ff}._zone_ix5q4_34{background:#ecfeff}._card_ix5q4_12 svg{font-size:22px}._arrowBTN_ix5q4_119{color:#000}._wrapper_157t4_1{display:flex;flex-direction:column;gap:14px}._statusCancelled_157t4_7{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;display:inline-flex;align-items:center}._banner_157t4_20{width:100%;height:160px;border-radius:14px;overflow:hidden;background:#e5e7eb}._banner_157t4_20 img{width:100%;height:100%;object-fit:cover}._card_157t4_35{background:#fff;border-radius:14px;padding:14px;border:1px solid #e5e7eb}._title_157t4_43{font-size:17px;font-weight:600;color:#0f172a;margin-bottom:6px}._sectionTitle_157t4_50{font-size:14px;font-weight:600;color:#334155;margin-bottom:10px}._desc_157t4_58{font-size:13px;color:#475569;line-height:1.5;margin-bottom:10px}._row_157t4_66{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0;color:#475569}._row_157t4_66 strong{font-weight:600;color:#0f172a}._statusLive_157t4_81{display:inline-block;padding:4px 10px;font-size:12px;font-weight:600;border-radius:999px;background:#dcfce7;color:#15803d}._statusDraft_157t4_91{display:inline-block;padding:4px 10px;font-size:12px;font-weight:600;border-radius:999px;background:#fee2e2;color:#b91c1c}._empty_157t4_102{text-align:center;font-size:13px;color:#64748b;padding:20px 0}._desc_157t4_58{font-size:14px;line-height:1.6;color:#374151}._desc_157t4_58 p{margin:0 0 10px}._desc_157t4_58 b,._desc_157t4_58 strong{font-weight:600;color:#111827}._desc_157t4_58 ul{padding-left:18px;margin:8px 0}._desc_157t4_58 li{margin-bottom:6px}._wrapper_qdnxp_1{display:flex;flex-direction:column;gap:14px}._card_qdnxp_8{background:#fff;border-radius:14px;padding:14px;border:1px solid #e5e7eb}._title_qdnxp_16{font-size:15px;font-weight:600;margin-bottom:10px;color:#111827}._fileInput_qdnxp_24{width:100%;font-size:14px;margin-bottom:10px}._pendingList_qdnxp_30{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}._pendingItem_qdnxp_37{display:flex;flex-direction:column;gap:6px}._fileName_qdnxp_43{font-size:13px;font-weight:500}._pendingItem_qdnxp_37 input{padding:8px 10px;font-size:13px;border-radius:8px;border:1px solid #d1d5db}._uploadBtn_qdnxp_55{width:100%;padding:10px;border-radius:10px;border:none;background:#0f766e;color:#fff;font-size:14px;font-weight:600}._list_qdnxp_67{display:flex;flex-direction:column;gap:10px}._empty_qdnxp_73{font-size:13px;color:#6b7280}._docCard_qdnxp_79{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f9fafb}._docTop_qdnxp_86{margin-bottom:6px}._docName_qdnxp_90{font-size:14px;font-weight:600;color:#111827}._remark_qdnxp_96{font-size:12px;color:#6b7280}._meta_qdnxp_101{font-size:12px;color:#9ca3af;margin-bottom:8px}._actions_qdnxp_108{display:flex;gap:8px}._downloadBtn_qdnxp_113{flex:1;padding:8px;font-size:13px;border-radius:8px;border:none;background:#e5f3f2;color:#065f46;font-weight:600}._deleteBtn_qdnxp_124{flex:1;padding:8px;font-size:13px;border-radius:8px;border:none;background:#fee2e2;color:#b91c1c;font-weight:600}._wrapper_8cc4z_2{padding:20px 16px 80px;background:linear-gradient(135deg,#f8fafc,#eff6ff);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}._header_8cc4z_10{text-align:center;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid rgba(99,102,241,.1)}._title_8cc4z_17{font-size:28px;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.8px;background:linear-gradient(135deg,#07546b 0% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_8cc4z_29{font-size:14px;color:#64748b;font-weight:500;margin:0}._statsGrid_8cc4z_37{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}._statCard_8cc4z_44{background:#fff;padding:16px;border-radius:16px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.04);transition:all .3s cubic-bezier(.4,0,.2,1)}._statCard_8cc4z_44:active{transform:scale(.98);box-shadow:0 1px 4px #0000001a}._statIcon_8cc4z_61{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);flex-shrink:0;color:#64748b}._statContent_8cc4z_73{flex:1;min-width:0}._statLabel_8cc4z_78{display:block;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}._statValue_8cc4z_88{display:block;font-size:24px;font-weight:800;color:#0f172a;line-height:1}._statSuccess_8cc4z_97{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b98133}._statSuccess_8cc4z_97 ._statIcon_8cc4z_61{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._statSuccess_8cc4z_97 ._statValue_8cc4z_88{color:#047857}._statDanger_8cc4z_111{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef444433}._statDanger_8cc4z_111 ._statIcon_8cc4z_61{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._statDanger_8cc4z_111 ._statValue_8cc4z_88{color:#dc2626}._statPrimary_8cc4z_125{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f633}._statPrimary_8cc4z_125 ._statIcon_8cc4z_61{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._statPrimary_8cc4z_125 ._statValue_8cc4z_88{color:#1d4ed8}._card_8cc4z_140{background:#fff;border-radius:20px;padding:20px;margin-bottom:20px;box-shadow:0 4px 16px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;overflow:hidden}._card_8cc4z_140:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-2px)}._cardHeader_8cc4z_156{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}._cardTitleWrapper_8cc4z_165{display:flex;align-items:center;gap:10px}._cardIcon_8cc4z_171{color:#6366f1;flex-shrink:0}._cardTitle_8cc4z_165{font-size:17px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.3px}._cardBadge_8cc4z_184{font-size:11px;font-weight:600;color:#6366f1;background:#eff6ff;padding:4px 10px;border-radius:12px;letter-spacing:.5px;white-space:nowrap}._legendContainer_8cc4z_196{display:flex;justify-content:center;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}._legendItem_8cc4z_205{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#475569}._legendDot_8cc4z_214{width:12px;height:12px;border-radius:50%;flex-shrink:0}._customTooltip_8cc4z_222{background:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #0003;border:1px solid rgba(255,255,255,.1)}._tooltipLabel_8cc4z_231{color:#e2e8f0;font-size:12px;font-weight:600;margin:0 0 4px;text-transform:capitalize}._tooltipValue_8cc4z_239{color:#fff;font-size:16px;font-weight:700;margin:0}._loadingContainer_8cc4z_247{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}._spinnerIcon_8cc4z_256{color:#07546b;animation:_spin_8cc4z_256 1s linear infinite}@keyframes _spin_8cc4z_256{to{transform:rotate(360deg)}}._loadingContainer_8cc4z_247 p{color:#64748b;font-size:15px;font-weight:500}._errorContainer_8cc4z_275{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px 20px}._errorIconSvg_8cc4z_285{color:#f59e0b;margin-bottom:16px;opacity:.9}._errorText_8cc4z_291{color:#ef4444;font-size:16px;font-weight:600;margin:0 0 24px}._retryBtn_8cc4z_298{background:linear-gradient(135deg,#07546b 0% 100%);color:#fff;border:none;padding:12px 28px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #6366f14d;transition:all .3s ease;display:flex;align-items:center;gap:8px}._retryBtn_8cc4z_298:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}._retryBtn_8cc4z_298:active{transform:translateY(0)}._emptyContainer_8cc4z_324{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 16px #00000014}._emptyIconSvg_8cc4z_337{color:#94a3b8;margin-bottom:20px;opacity:.6}._emptyTitle_8cc4z_343{color:#0f172a;font-size:20px;font-weight:700;margin:0 0 8px}._emptyText_8cc4z_350{color:#64748b;font-size:14px;font-weight:500;margin:0;max-width:300px;line-height:1.5}._footer_8cc4z_360{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;margin-top:20px;border-top:2px solid rgba(99,102,241,.1)}._clockIcon_8cc4z_370{color:#94a3b8;flex-shrink:0}._footer_8cc4z_360 p{color:#94a3b8;font-size:12px;font-weight:500;margin:0}@media(max-width:375px){._wrapper_8cc4z_2{padding:16px 12px 60px}._header_8cc4z_10{margin-bottom:24px}._title_8cc4z_17{font-size:24px}._subtitle_8cc4z_29{font-size:13px}._statsGrid_8cc4z_37{gap:10px;margin-bottom:20px}._statCard_8cc4z_44{padding:14px}._statIcon_8cc4z_61{width:38px;height:38px}._statValue_8cc4z_88{font-size:20px}._card_8cc4z_140{padding:16px;margin-bottom:16px;border-radius:16px}._cardTitle_8cc4z_165{font-size:16px}._cardBadge_8cc4z_184{font-size:10px;padding:3px 8px}._cardTitleWrapper_8cc4z_165{gap:8px}._cardIcon_8cc4z_171{width:18px;height:18px}}@media(min-width:640px){._wrapper_8cc4z_2{max-width:640px;margin:0 auto}._statsGrid_8cc4z_37{grid-template-columns:repeat(4,1fr)}}.recharts-surface{overflow:visible}.recharts-layer.recharts-pie-sector{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .3s ease}.recharts-layer.recharts-pie-sector:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.recharts-bar-rectangle{transition:all .3s ease}.recharts-bar-rectangle:hover{filter:brightness(1.1)}.recharts-line .recharts-curve{filter:drop-shadow(0 2px 6px rgba(99,102,241,.3))}.recharts-default-tooltip{display:none!important}._page_vl3d2_8{min-height:100vh;background:#f7f7fb;font-family:DM Sans,-apple-system,sans-serif}._container_vl3d2_15{max-width:660px;margin:0 auto;padding:36px 20px 80px}._loadingScreen_vl3d2_25{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#e8e4f0,#dde8f5 40%,#cdd9f0,#d4cfe8)}._loadingSpinner_vl3d2_35{width:28px;height:28px;border:2px solid #d3d1c7;border-top-color:#185fa5;border-radius:50%;animation:_spin_vl3d2_1 .7s linear infinite}@keyframes _spin_vl3d2_1{to{transform:rotate(360deg)}}._loadingText_vl3d2_50{font-family:DM Sans,sans-serif;font-size:14px;color:#888780}._hero_vl3d2_60{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:.5px solid #e8e6e0;padding:48px 36px 44px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}._heroInner_vl3d2_70{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}._heroEyebrow_vl3d2_80{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin:0 0 10px}._heroTitle_vl3d2_89{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(28px,4vw,28px);font-weight:400;color:#fff;line-height:1.1;margin:0 0 20px;letter-spacing:-.01em}._heroMeta_vl3d2_99{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._metaChip_vl3d2_107{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#5f5e5a;background:#f5f4f1;border:.5px solid #d3d1c7;border-radius:100px;padding:5px 12px;line-height:1}._metaIcon_vl3d2_120{font-size:13px;color:#888780;flex-shrink:0}._mapLink_vl3d2_126{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#185fa5;background:#e6f1fb;border-radius:100px;padding:5px 12px;text-decoration:none;transition:background .15s;line-height:1}._mapLink_vl3d2_126:hover{background:#b5d4f4}._heroLogo_vl3d2_145{flex-shrink:0}._logoImg_vl3d2_149{width:72px;height:72px;border-radius:12px;object-fit:cover;border:.5px solid #e8e6e0}._sectionLabel_vl3d2_161{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#888780;margin:0 0 14px}._ticketSection_vl3d2_174{margin-bottom:28px}._ticketGrid_vl3d2_178{display:grid;grid-template-columns:1fr 1fr;gap:10px}._ticketCard_vl3d2_184{position:relative;background:#fff;border:.5px solid #d3d1c7;border-radius:12px;padding:16px 18px 16px 14px;cursor:pointer;transition:border-color .15s,transform .1s;overflow:hidden;display:flex;align-items:center;gap:12px}._ticketCard_vl3d2_184:hover{border-color:#b4b2a9;transform:translateY(-1px)}._ticketCard_vl3d2_184:active{transform:translateY(0)}._ticketCardActive_vl3d2_207{border-color:#378add;border-width:1.5px;background:#fafcff}._ticketSwatch_vl3d2_213{width:4px;height:36px;border-radius:2px;flex-shrink:0}._ticketCardBody_vl3d2_220{flex:1;min-width:0}._ticketName_vl3d2_225{display:block;font-size:14px;font-weight:500;color:#1a1a18;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ticketPrice_vl3d2_236{display:block;font-size:13px;color:#5f5e5a}._freeBadge_vl3d2_242{display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;border-radius:100px;background:#eaf3de;color:#3b6d11}._urgencyTag_vl3d2_252{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;color:#854f0b;background:#faeeda;border-radius:100px;padding:2px 7px}._selectedCheck_vl3d2_264{position:absolute;bottom:8px;right:10px;font-size:11px;font-weight:600;color:#185fa5}._selectPrompt_vl3d2_277{text-align:center;padding:40px 24px;background:#fff;border:.5px dashed #d3d1c7;border-radius:12px;color:#888780;font-size:14px}._selectPromptIcon_vl3d2_287{font-size:22px;margin-bottom:10px;opacity:.5}._formCard_vl3d2_297{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;overflow:hidden;scroll-margin-top:24px}._formHeader_vl3d2_306{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:.5px solid #e8e6e0}._formHeaderLeft_vl3d2_315{display:flex;align-items:center;gap:12px;min-width:0}._formSwatch_vl3d2_322{width:4px;height:40px;border-radius:2px;flex-shrink:0}._formTicketName_vl3d2_329{font-size:16px;font-weight:500;color:#1a1a18;margin:0 0 3px}._formTicketSub_vl3d2_336{font-size:12px;color:#888780;margin:0}._pricePill_vl3d2_342{font-size:13px;font-weight:500;padding:7px 16px;border-radius:100px;border:.5px solid #d3d1c7;color:#1a1a18;background:#f5f4f1;white-space:nowrap;flex-shrink:0}._pricePillFree_vl3d2_354{background:#eaf3de;color:#3b6d11;border-color:#c0dd97}._attendeeBlock_vl3d2_368{border-bottom:.5px solid #e8e6e0}._attendeeBlock_vl3d2_368:last-child{border-bottom:none}._attendeeHeader_vl3d2_376{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s}._attendeeHeader_vl3d2_376:hover{background:#fafaf8}._attendeeHeaderLeft_vl3d2_390{display:flex;flex-direction:column;gap:2px}._attendeeTag_vl3d2_396{font-size:14px;font-weight:500;color:#1a1a18}._attendeeTicketLabel_vl3d2_402{font-size:12px;color:#888780}._chevron_vl3d2_407{font-size:14px;color:#b4b2a9;flex-shrink:0}._attendeeBody_vl3d2_413{padding:4px 24px 22px}._fieldsGrid_vl3d2_421{display:grid;grid-template-columns:1fr 1fr;gap:14px}._fieldGroup_vl3d2_427{display:flex;flex-direction:column;gap:6px}._fieldGroup_vl3d2_427._fullWidth_vl3d2_433{grid-column:1 / -1}._fieldLabel_vl3d2_437{font-size:12px;font-weight:500;color:#5f5e5a;letter-spacing:.01em}._req_vl3d2_444{color:#e24b4a;margin-left:2px}._input_vl3d2_449{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;transition:border-color .15s,background .15s;-webkit-appearance:none;appearance:none}._input_vl3d2_449:focus{border-color:#378add;background:#fff}._input_vl3d2_449:disabled{opacity:.5;cursor:not-allowed}._textarea_vl3d2_474{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;resize:vertical;transition:border-color .15s,background .15s}._textarea_vl3d2_474:focus{border-color:#378add;background:#fff}._qtyRow_vl3d2_497{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:.5px solid #e8e6e0}._qtyLabel_vl3d2_505{font-size:14px;font-weight:500;color:#1a1a18;margin:0 0 2px}._qtySub_vl3d2_512{font-size:12px;color:#888780;margin:0}._qtyControls_vl3d2_518{display:flex;align-items:center;border:.5px solid #d3d1c7;border-radius:8px;overflow:hidden}._qtyBtn_vl3d2_526{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f5f4f1;border:none;cursor:pointer;font-size:18px;color:#1a1a18;line-height:1;transition:background .1s;font-family:DM Sans,sans-serif}._qtyBtn_vl3d2_526:hover:not(:disabled){background:#e8e6e0}._qtyBtn_vl3d2_526:disabled{opacity:.35;cursor:default}._qtyNum_vl3d2_551{width:44px;text-align:center;font-size:14px;font-weight:500;color:#1a1a18;border-left:.5px solid #d3d1c7;border-right:.5px solid #d3d1c7;line-height:38px;-webkit-user-select:none;user-select:none}._summarySection_vl3d2_567{background:#fafaf8;border-top:.5px solid #e8e6e0;padding:18px 24px}._summaryRow_vl3d2_573{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5f5e5a;margin-bottom:6px}._summaryRowLabel_vl3d2_582{color:#5f5e5a}._summaryRowVal_vl3d2_586{color:#1a1a18;font-weight:500}._summaryDivider_vl3d2_591{height:.5px;background:#d3d1c7;margin:12px 0}._summaryTotalRow_vl3d2_597{display:flex;justify-content:space-between;align-items:baseline}._summaryTotalLabel_vl3d2_603{font-size:14px;font-weight:500;color:#1a1a18}._summaryTotalAmt_vl3d2_609{font-family:"DM Serif Display",Georgia,serif;font-size:26px;font-weight:400;color:#1a1a18;letter-spacing:-.02em}._errorMsg_vl3d2_621{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#a32d2d;background:#fcebeb;border:.5px solid #F7C1C1;border-radius:8px;padding:11px 16px;margin:0 24px 12px;line-height:1.5}._errorIcon_vl3d2_635{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid #A32D2D;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}._formFooter_vl3d2_653{display:flex;align-items:center;gap:10px;padding:16px 24px;border-top:.5px solid #e8e6e0}._ghostBtn_vl3d2_661{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#5f5e5a;background:transparent;border:.5px solid #d3d1c7;border-radius:8px;padding:10px 18px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}._ghostBtn_vl3d2_661:hover{background:#f5f4f1;color:#1a1a18}._ghostBtn_vl3d2_661:disabled{opacity:.5;cursor:not-allowed}._primaryBtn_vl3d2_686{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#185fa5;border:none;border-radius:8px;padding:11px 28px;cursor:pointer;flex:1;transition:background .15s,transform .1s;letter-spacing:.01em}._primaryBtn_vl3d2_686:hover{background:#0c447c}._primaryBtn_vl3d2_686:active{transform:scale(.99)}._primaryBtn_vl3d2_686:disabled{opacity:.55;cursor:not-allowed;transform:none}._primaryBtnFull_vl3d2_715{flex:1}._endedCard_vl3d2_723{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;padding:52px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}._endedIconWrap_vl3d2_735{width:68px;height:68px;border-radius:50%;background:#f5f4f1;border:.5px solid #d3d1c7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._endedTitle_vl3d2_747{font-family:"DM Serif Display",Georgia,serif;font-size:24px;font-weight:400;color:#1a1a18;margin:0 0 10px;letter-spacing:-.01em}._endedSub_vl3d2_756{font-size:14px;color:#888780;margin:0 0 22px;max-width:340px;line-height:1.65}._endedMetaRow_vl3d2_764{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:0}._endedDivider_vl3d2_772{width:100%;height:.5px;background:#e8e6e0;margin:28px 0 20px}._endedFooterNote_vl3d2_779{font-size:13px;color:#b4b2a9;margin:0;max-width:360px;line-height:1.6}.theme-modern ._page_vl3d2_8{background:#020617}.theme-modern ._container_vl3d2_15{background:transparent}.theme-modern ._hero_vl3d2_60{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._heroTitle_vl3d2_89{color:#fff}.theme-modern ._heroEyebrow_vl3d2_80{color:#ff7a18}.theme-modern ._metaChip_vl3d2_107{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#cbd5e1}.theme-modern ._mapLink_vl3d2_126{background:#ff7a181a;color:#ff7a18}.theme-modern ._ticketCard_vl3d2_184{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._ticketCardActive_vl3d2_207{border-color:#ff7a18;background:#ff7a180d}.theme-modern ._ticketName_vl3d2_225{color:#fff}.theme-modern ._ticketPrice_vl3d2_236{color:#94a3b8}.theme-modern ._formCard_vl3d2_297{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._formHeader_vl3d2_306{border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._formTicketName_vl3d2_329{color:#fff}.theme-modern ._formTicketSub_vl3d2_336{color:#94a3b8}.theme-modern ._input_vl3d2_449,.theme-modern ._textarea_vl3d2_474{background:#020617;border:1px solid rgba(255,255,255,.08);color:#fff}.theme-modern ._input_vl3d2_449:focus,.theme-modern ._textarea_vl3d2_474:focus{border-color:#ff7a18;background:#020617}.theme-modern ._fieldLabel_vl3d2_437{color:#94a3b8}.theme-modern ._summarySection_vl3d2_567{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._summaryRowVal_vl3d2_586{color:#fff}.theme-modern ._summaryTotalAmt_vl3d2_609{color:#ff7a18}.theme-modern ._primaryBtn_vl3d2_686{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}.theme-modern ._ghostBtn_vl3d2_661{border:1px solid rgba(255,255,255,.08);color:#cbd5e1}.theme-modern ._errorMsg_vl3d2_621{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171}.theme-modern ._endedCard_vl3d2_723{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._endedTitle_vl3d2_747{color:#fff}.theme-modern ._endedSub_vl3d2_756{color:#94a3b8}@media(max-width:600px){._endedCard_vl3d2_723{padding:40px 20px 32px}._endedTitle_vl3d2_747{font-size:20px}}@media(max-width:600px){._hero_vl3d2_60{padding:36px 20px 32px;flex-direction:column-reverse;gap:16px}._heroTitle_vl3d2_89{font-size:22px}._logoImg_vl3d2_149{width:56px;height:56px}._ticketGrid_vl3d2_178,._fieldsGrid_vl3d2_421{grid-template-columns:1fr}._formHeader_vl3d2_306{flex-direction:column;align-items:flex-start;gap:12px}._summaryTotalAmt_vl3d2_609{font-size:22px}._formFooter_vl3d2_653{flex-direction:column}._ghostBtn_vl3d2_661,._primaryBtn_vl3d2_686{width:100%;text-align:center}._container_vl3d2_15{padding:24px 16px 64px}}._wrapper_91f7i_2{width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center}._container_91f7i_13{width:100%;max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center}._image_91f7i_23{width:clamp(260px,18vw,420px);height:auto;margin:0 auto 5px}._title_91f7i_30{font-size:clamp(22px,2.5vw,30px);font-weight:700;color:#111827;margin-bottom:12px}._subtitle_91f7i_38{font-size:clamp(14px,1.2vw,16px);color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto 8px}._helper_91f7i_47{font-size:clamp(13px,1vw,14px);color:#9ca3af}@media(max-width:1024px){._container_91f7i_13{padding:50px 20px}._image_91f7i_23{margin-bottom:24px}}@media(max-width:600px){._wrapper_91f7i_2{min-height:60vh}._container_91f7i_13{padding:40px 16px}._subtitle_91f7i_38{line-height:1.5}}@media(max-width:400px){._container_91f7i_13{padding:32px 14px}}._overlay_xvlla_1{position:fixed;inset:0;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}._card_xvlla_14{position:relative;display:flex;align-items:stretch;max-width:820px;width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}._closeBtn_xvlla_27{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;line-height:1;transition:background .15s,color .15s}._closeBtn_xvlla_27:hover{background:#f1f5f9;color:#0f172a}._left_xvlla_53{flex:0 0 240px;background:#e1f5ee;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;gap:14px}._leftLabel_xvlla_64{font-size:13px;font-weight:600;color:#0f6e56;margin:0;letter-spacing:.2px}._right_xvlla_73{flex:1;padding:36px 36px 36px 32px;display:flex;flex-direction:column;gap:0}._title_xvlla_82{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 8px}._subtitle_xvlla_90{font-size:14px;color:#475569;margin:0 0 18px;line-height:1.6}._infoBox_xvlla_98{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:18px}._infoIcon_xvlla_109{font-size:16px;margin-top:1px;flex-shrink:0}._note_xvlla_115{font-size:13px;color:#64748b;margin:0;line-height:1.65}._idRow_xvlla_123{display:flex;align-items:center;gap:10px;margin-bottom:24px}._idLabel_xvlla_130{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}._idChip_xvlla_137{font-size:13px;font-weight:600;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:4px 10px;letter-spacing:.4px}._actions_xvlla_149{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}._ctaPrimary_xvlla_156{flex:1;min-width:140px;background:#0f5c7a;color:#fff;border:none;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}._ctaPrimary_xvlla_156:hover{background:#0b4a63}._ctaOutline_xvlla_174{flex:1;min-width:120px;background:transparent;color:#0f172a;border:1px solid #cbd5e1;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}._ctaOutline_xvlla_174:hover{background:#f8fafc;border-color:#94a3b8}@media(max-width:768px){._card_xvlla_14{flex-direction:column}._left_xvlla_53{flex:none;padding:32px 20px 24px}._right_xvlla_73{padding:24px 24px 28px}._title_xvlla_82{font-size:20px}}@media(max-width:480px){._card_xvlla_14{border-radius:14px}._title_xvlla_82{font-size:18px}._actions_xvlla_149{flex-direction:column}._ctaPrimary_xvlla_156,._ctaOutline_xvlla_174{width:100%}}._container_c990s_1{min-height:100vh;background:#f9fafb;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center}._headerHero_c990s_11{width:100%;background:linear-gradient(to bottom,#fafafa,#fff);border-bottom:1px solid #e5e7eb;padding:2rem 0 1.5rem;margin-bottom:1.5rem}._heroContent_c990s_19{max-width:1300px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}._heroLeft_c990s_30{display:flex;align-items:center;gap:1rem}._iconCircle_c990s_36{width:52px;height:52px;border-radius:12px;background:#eff6ff;display:flex;align-items:center;justify-content:center;border:1px solid #dbeafe;flex-shrink:0}._mainTitle_c990s_48{font-size:1.875rem;font-weight:700;color:#111827;margin:0;line-height:1;letter-spacing:-.02em}._mainSubtitle_c990s_57{font-size:.9rem;color:#6b7280;margin:.4rem 0 0}._searchBar_c990s_63{position:relative;width:100%;max-width:380px}._searchIcon_c990s_69{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none}._searchInput_c990s_77{width:100%;padding:.7rem 1rem .7rem 2.75rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.9rem;outline:none;transition:all .2s;background:#fff;font-family:inherit}._searchInput_c990s_77:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}._contentWrapper_c990s_95{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}._mainQuickStats_c990s_102{display:flex;align-items:center;justify-content:center}._quickStats_c990s_108{display:flex;align-items:center;justify-content:center;gap:2rem;background:#f9fafb;padding:1rem 2rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:1.5rem;width:400px}._statBox_c990s_121{display:flex;flex-direction:column;align-items:center;gap:.25rem}._statValue_c990s_128{font-size:1.5rem;font-weight:700;color:#111827;line-height:1}._statLabel_c990s_135{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._divider_c990s_143{width:1px;height:40px;background:#e5e7eb}._navTabs_c990s_149{display:flex;gap:.5rem;border-bottom:2px solid #e5e7eb;margin-bottom:2rem;overflow-y:hidden}._navTab_c990s_149{background:transparent;border:none;padding:.9rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:.6rem;margin-bottom:-2px;transition:all .2s ease;font-size:.92rem;font-weight:500;color:#6b7280}._navTab_c990s_149:hover{opacity:.9}._activeNavTab_c990s_176{border-bottom-color:#00659c;color:#00659c;font-weight:600}._tabText_c990s_182{display:inline}._activeCount_c990s_186{background:#03b4ef;color:#fff;padding:.15rem .55rem;border-radius:6px;font-size:.8rem;font-weight:600;min-width:24px;text-align:center}._inactiveCount_c990s_197{background:#f3f4f6;color:#6b7280;padding:.15rem .55rem;border-radius:6px;font-size:.8rem;font-weight:600;min-width:24px;text-align:center}._header_c990s_11{text-align:center;margin-bottom:2.5rem;max-width:850px}._header_c990s_11 h1{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;color:#111827}._header_c990s_11 p{color:#6b7280;margin-top:.4rem;font-size:.95rem}._eventStats_c990s_227{display:flex;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap;font-size:.9rem;color:#374151}._eventToggle_c990s_237{display:flex;justify-content:center;margin-top:1.5rem;gap:.8rem;flex-wrap:wrap}._toggleBtn_c990s_245{border:1px solid #d1d5db;background:#fff;color:#374151;padding:.55rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}._toggleBtn_c990s_245:hover{border-color:#6366f1;color:#111827}._activeToggle_c990s_262{background:#2563eb;color:#fff;border-color:#6366f1}._eventsSection_c990s_269{margin:2rem 0;width:100%;display:flex;justify-content:center}._eventsGrid_c990s_276{width:100%;max-width:1350px;display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;padding:0 .5rem}@media(max-width:768px){._eventsGrid_c990s_276{grid-template-columns:repeat(2,1fr)}._heroContent_c990s_19{flex-direction:column;align-items:flex-start}._searchBar_c990s_63{max-width:100%}._quickStats_c990s_108{width:100%;justify-content:space-around;padding:.75rem 1rem;gap:1rem}._navTabs_c990s_149{overflow-x:auto;-webkit-overflow-scrolling:touch}}._eventCard_c990s_314{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #0000000d;overflow:hidden;transition:all .25s ease;position:relative;cursor:pointer}._eventCard_c990s_314:hover{transform:translateY(-4px);box-shadow:0 4px 10px #00000014}._eventImage_c990s_332{position:relative;height:140px;background:#f3f4f6;display:flex;justify-content:center;align-items:center}._eventImage_c990s_332 img{width:100%;height:100%;object-fit:fill}._imagePlaceholder_c990s_349{font-size:2rem;font-weight:600;color:#9ca3af}._statusBadge_c990s_355{position:absolute;top:105px;right:10px;font-size:.75rem;background:#e0e7ff;color:#3730a3;padding:.25rem .6rem;border-radius:6px;font-weight:500}._statusEnded_c990s_367{background:#fee2e2;color:#b91c1c}._statusToday_c990s_372{background:#dcfce7;color:#166534}._statusSoon_c990s_377{background:#fef9c3;color:#854d0e}._statusUpcoming_c990s_382{background:#e0f2fe;color:#0369a1}._registrationBadge_c990s_387{position:absolute;bottom:10px;right:10px;background:#f3f4f6;color:#374151;font-size:.75rem;padding:.25rem .6rem;border-radius:6px}._eventContent_c990s_398{padding:.9rem 1rem}._eventTitle_c990s_402{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._creatorInfo_c990s_418{font-size:.9rem;color:#6b7280;margin-bottom:.5rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap;overflow:visible;z-index:20;position:relative}._creatorLabel_c990s_433{margin:0;display:inline-block}._creatorInfo_c990s_418 a{display:inline-block;pointer-events:auto;font-size:.9rem}@media(max-width:768px){._creatorInfo_c990s_418{font-size:1rem;margin-top:8px}._creatorInfo_c990s_418 a{color:#e63946!important;font-weight:600}}._creatorName_c990s_456{font-weight:500}._detailItem_c990s_460,._speakersInfo_c990s_461{display:flex;align-items:center;font-size:.85rem;color:#374151;margin-top:.25rem}._venue_c990s_469{color:#6b7280}._icon_c990s_36{margin-right:.4rem}._eventActions_c990s_478{border-top:1px solid #e2e8f0;margin-top:auto;display:flex;gap:.6rem;padding:.7rem .6rem}._eventActions_c990s_478 button{flex:1;padding:.55rem .65rem;font-size:.82rem;border-radius:10px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}._eventActions_c990s_478 button:first-child{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}._eventActions_c990s_478 button:first-child:hover{background:#f1f5f9}._eventActions_c990s_478 button:last-child{background:#2563eb;color:#fff}._eventActions_c990s_478 button:last-child:hover{background:#1d4ed8}._eventActions_c990s_478 button:active{transform:scale(.97)}._eventActions_c990s_478 button:first-child{background:#e2e8f0;color:#334155}._eventActions_c990s_478 button:first-child:hover{background:#cbd5f5}._eventActions_c990s_478 button:last-child{background:#0f5c7a;color:#fff}._eventActions_c990s_478 button:last-child:hover{background:#0b4a63}._registerBtn_c990s_543,._pastEventBtn_c990s_544{flex:1;padding:.55rem;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}._registerBtn_c990s_543{background:#00659c;color:#fff}._registerBtn_c990s_543:hover{background:#000c13}._pastEventBtn_c990s_544{background:#f3f4f6;color:#4b5563;cursor:pointer}._pastEventBtn_c990s_544:disabled{color:#9ca3af;cursor:not-allowed}._pastevent_c990s_578{cursor:not-allowed}._noCurrentEvents_c990s_582{width:350px;height:250px;background:#fff;text-align:center;margin-top:4rem;color:#333;border:2px solid #333333;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}._emptyState_c990s_597{width:100%;max-width:420px;margin:5rem auto;padding:3rem 2.5rem;background:#f8fafc;border-radius:20px;text-align:center;box-shadow:0 50px 70px #0000000f}._emptyIcon_c990s_608{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;color:#0284c7}._emptyState_c990s_597 h2{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}._emptyState_c990s_597 p{font-size:.95rem;color:#64748b;line-height:1.5}._emptyState_c990s_597{padding:2rem}._emptyIcon_c990s_608{font-size:3rem;margin-bottom:1rem}._emptyState_c990s_597 h3{color:#111827;font-size:1.2rem;margin-bottom:.5rem}._noEventsActions_c990s_649,._errorActions_c990s_650{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}._homeBtn_c990s_657,._retryBtn_c990s_658{background:#2563eb;color:#fff;border:none;padding:.55rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s;font-size:.9rem;text-decoration:none;display:inline-block}._homeBtn_c990s_657:hover,._retryBtn_c990s_658:hover{background:#4f46e5}._loading_c990s_677,._error_c990s_650{text-align:center;padding:3rem;color:#6b7280}._spinner_c990s_684{border:3px solid #f3f4f6;border-top:3px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:_spin_c990s_684 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_c990s_684{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_c990s_650 h2{color:#111827;margin-bottom:.5rem}@media(max-width:560px){._eventActions_c990s_478{display:block}._pastEventBtn_c990s_544,._registerBtn_c990s_543{width:100%;margin-bottom:5px}._creatorInfo_c990s_418,._speakersInfo_c990s_461{display:flex}._eventTitle_c990s_402{font-size:14px;font-weight:600}._eventImage_c990s_332{height:100px}._mobDis_c990s_732{display:none}._headerHero_c990s_11{padding:1.5rem 0 1rem}._mainTitle_c990s_48{font-size:1.5rem}._mainSubtitle_c990s_57{font-size:.85rem}._quickStats_c990s_108{gap:1rem;padding:.75rem .5rem}._statValue_c990s_128{font-size:1.25rem}._statLabel_c990s_135{font-size:.7rem}._navTab_c990s_149{padding:.7rem 1rem;font-size:.85rem}}._endedEventCard_c990s_768{opacity:.96}._disabledBtn_c990s_776{background-color:#ccc!important;cursor:not-allowed;opacity:.7}._cardContent_c990s_783{display:flex;flex-direction:column;flex:1}._description_c990s_789{font-size:.85rem;color:#64748b;line-height:1.4;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._metaRow_c990s_801{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b;margin-top:6px}._metaRow_c990s_801 span{display:flex;align-items:center;gap:4px}@media(max-width:480px){._eventsGrid_c990s_276{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 6px}._eventCard_c990s_314{border-radius:10px}._eventImage_c990s_332{height:100px}._eventImage_c990s_332 img{width:100%;height:100%;object-fit:fill}._statusBadge_c990s_355{top:8px;right:8px;font-size:10px;padding:3px 6px}._eventContent_c990s_398{padding:8px}._eventTitle_c990s_402{font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._description_c990s_789{display:none}._metaRow_c990s_801{font-size:11px;margin-top:4px;gap:4px}._metaRow_c990s_801 span{gap:3px}._metaRow_c990s_801 svg{width:12px;height:12px}._eventActions_c990s_478{display:flex;flex-direction:row;gap:6px;padding:6px}._eventActions_c990s_478 button{font-size:11px;padding:6px 4px;border-radius:6px}._registrationBadge_c990s_387{font-size:10px;padding:3px 5px;bottom:6px;right:6px}}._hero_1fbyh_2{position:relative;overflow:hidden;background-color:#d9ecf3}._bgall_1fbyh_9{background:linear-gradient(135deg,#05334b,#0a4a69);padding:120px 20px}._container_1fbyh_15{display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:space-between;position:relative}@media(min-width:1024px){._container_1fbyh_15{flex-direction:row}}._content_1fbyh_32{max-width:650px;text-align:center}@media(min-width:1024px){._content_1fbyh_32{text-align:left}}._heading_1fbyh_43{font-size:clamp(2.5rem,5vw,2.85rem);color:#fff;line-height:1.2;letter-spacing:-.02em}._divheadingTitle_1fbyh_50{position:relative}._imgOnTitle_1fbyh_54{display:block;position:absolute;top:50%;left:65%;width:275px;transform:translate(-50%,-50%);opacity:.95}._subtext_1fbyh_64{margin-top:20px;font-size:1.125rem;color:#c8d6df;line-height:1.6}._buttons_1fbyh_72{margin-top:32px;display:flex;gap:16px;justify-content:center}@media(min-width:1024px){._buttons_1fbyh_72{justify-content:flex-start}}._primaryBtn_1fbyh_85{background:linear-gradient(135deg,#0fbdf1,#14c0ff);color:#032b3a;padding:14px 28px;border:2px solid white;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:none!important}._primaryBtn_1fbyh_85:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00b7ff80}._illustration_1fbyh_104{display:flex;justify-content:center}._heroImg_1fbyh_109{max-width:600px;width:100%;height:auto;object-fit:cover;filter:brightness(.9) saturate(1.2)}._wordSlider_1fbyh_118{position:absolute;bottom:-20px;left:44%;transform:translate(-50%);width:600px;height:100px;display:flex;align-items:center;justify-content:center;overflow:hidden}._sliderWord_1fbyh_136{font-size:3rem;font-weight:600;color:#fff;text-transform:capitalize;transition:all .3s ease}._fade_1fbyh_146{animation:_fadeInOut_1fbyh_1 3s ease-in-out forwards}@keyframes _fadeInOut_1fbyh_1{0%{opacity:0;transform:translateY(20px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media(max-width:768px){._heading_1fbyh_43{font-size:clamp(2rem,3vw,2rem);color:#fff;line-height:1.2;letter-spacing:-.02em}._wordSlider_1fbyh_118{width:250px;height:80px;bottom:-40px}._sliderWord_1fbyh_136{font-size:1.2rem}._wordSlider_1fbyh_118{display:none}._bgall_1fbyh_9{padding:40px 10px;border-radius:0 0 12px 12px}._container_1fbyh_15{gap:40px}}@media(max-width:575px){._imgOnTitle_1fbyh_54{display:none;width:200px;top:35%;left:75%}._bgall_1fbyh_9{padding:30px 0}._container_1fbyh_15{gap:25px}}@media(max-width:320px){._imgOnTitle_1fbyh_54{display:none;width:100px;top:32%}}._wrapper_lttt9_1{padding:60px 0;text-align:center;justify-content:center;align-items:center}._outterdiv_lttt9_8{background:#f5f5f5}._container_lttt9_12{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._title01_lttt9_19{font-size:3rem;font-weight:800;color:#333;margin-bottom:20px;line-height:1.2}._title01_lttt9_19 span{font-size:3rem;font-weight:800;color:#04b4ef;line-height:1.2}._title_lttt9_19{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:20px;line-height:1.2}._text_lttt9_42{font-size:1.2rem;color:#4b5563;margin-bottom:40px;line-height:1.8}._button_lttt9_49{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#111827;color:#fff;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease}._button_lttt9_49:hover{background:#1f2937;transform:translateY(-3px)}@media(max-width:1024px){._title01_lttt9_19,._title01_lttt9_19 span{font-size:2.5rem}._title_lttt9_19{font-size:2.2rem}._text_lttt9_42{font-size:1.1rem}}@media(max-width:768px){._wrapper_lttt9_1{padding:50px 0}._title01_lttt9_19,._title01_lttt9_19 span{font-size:2.2rem}._title_lttt9_19{font-size:2rem}._text_lttt9_42{font-size:1rem;margin-bottom:30px}}@media(max-width:600px){._wrapper_lttt9_1{padding:40px 0}._title01_lttt9_19,._title01_lttt9_19 span{font-size:1.9rem}._title_lttt9_19{font-size:1.7rem}._text_lttt9_42{font-size:.95rem}}@media(max-width:480px){._title_lttt9_19{font-size:24px}._text_lttt9_42{font-size:14px;margin-bottom:25px}._wrapper_lttt9_1{padding:20px 0 60px}._title01_lttt9_19,._title01_lttt9_19 span{font-size:34px}}@media(max-width:360px){._title01_lttt9_19,._title01_lttt9_19 span{font-size:28px}._title_lttt9_19{font-size:20px}._text_lttt9_42{font-size:13px}}._homeServices_1909z_1{padding:80px 0;font-family:Inter,sans-serif;background:#073d57}._header_1909z_8{text-align:center;margin-bottom:4rem}._sectionTitle_1909z_13{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5}._sectionSubtitle_1909z_20{font-size:1.125rem;color:#c8d6df;max-width:600px;margin:0 auto;line-height:1.6}._servicesGrid_1909z_29{margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}._serviceCard_1909z_39{position:relative;background:#f5f5f5;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px #0000000d}._serviceCard_1909z_39:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e2e8f0}._cardHeader_1909z_57{margin-bottom:1.5rem}._serviceIconWrapper_1909z_61{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;margin-bottom:1rem;transition:transform .3s ease}._serviceCard_1909z_39:hover ._serviceIconWrapper_1909z_61{transform:scale(1.1)}._serviceIcon_1909z_61{font-size:1.5rem}._cardContent_1909z_81{position:relative;z-index:2}._serviceTitle_1909z_86{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}._serviceDescription_1909z_93{font-size:.95rem;color:#6b7280;line-height:1.6}._exploreOverlay_1909z_100{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease;background-size:cover;background-position:center;border-radius:16px}._serviceCard_1909z_39:hover ._exploreOverlay_1909z_100{opacity:1;visibility:visible}._exploreOverlay_1909z_100:after{content:"";position:absolute;inset:0;background:#0009;border-radius:16px}._exploreContent_1909z_127{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff;text-align:center;transform:translateY(20px);transition:transform .4s ease;z-index:6}._serviceCard_1909z_39:hover ._exploreContent_1909z_127{transform:translateY(0)}._exploreIcon_1909z_143{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}._serviceCard_1909z_39:hover ._exploreIcon_1909z_143{transform:scale(1.1)}._exploreText_1909z_160{font-size:1.125rem;font-weight:600}._exploreArrow_1909z_165{padding:8px 16px;background:#ffffff26;border-radius:20px;transition:transform .3s ease}._serviceCard_1909z_39:hover ._exploreArrow_1909z_165{transform:translate(4px)}._overlayGlow_1909z_177{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .6s ease}._serviceCard_1909z_39:hover ._overlayGlow_1909z_177{opacity:1}._viewAllSection_1909z_197{display:flex;justify-content:center;margin-top:2rem}._viewAllButton_1909z_203{display:flex;align-items:center;gap:12px;background:#04b4ef;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #04b4ef59}._viewAllButton_1909z_203:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}._viewAllButton_1909z_203:hover:before{left:100%}._viewAllArrow_1909z_241{transition:transform .3s ease}._viewAllButton_1909z_203:hover ._viewAllArrow_1909z_241{transform:translate(4px)}@media(max-width:1024px){._sectionTitle_1909z_13{font-size:2.2rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){._sectionTitle_1909z_13{font-size:2rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:600px){._sectionTitle_1909z_13{font-size:1.7rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){._sectionTitle_1909z_13{font-size:1.5rem}._servicesGrid_1909z_29{margin:0;width:100%;grid-template-columns:1fr;gap:1rem}}._root_x4801_6{--blue-primary: #0ea5e9;--blue-dark: #1e3a5f;--bg: #f0f2f5;--text-muted: #6b7a8d;--card-radius: 20px;background:var(--bg);padding:64px 0 56px;font-family:Inter,Segoe UI,Arial,sans-serif}._container_x4801_19{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}._header_x4801_27{text-align:center;margin-bottom:48px}._eyebrow_x4801_32{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:14px}._heading_x4801_42{font-size:clamp(20px,4vw,30px);font-weight:800;color:var(--blue-dark);line-height:1.2;letter-spacing:-.02em;margin-bottom:20px;font-family:Inter,system-ui,-apple-system,sans-serif}._headingAccent_x4801_52{color:var(--blue-primary)}._sub_x4801_54{font-size:clamp(13px,1.5vw,15px);color:var(--text-muted);max-width:420px;margin:0 auto 28px;line-height:1.75}._ctaBtn_x4801_62{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-dark);background:none;border:none;cursor:pointer;padding:0;transition:color .25s}._ctaBtn_x4801_62:hover{color:var(--blue-primary)}._ctaDot_x4801_79{width:30px;height:30px;background:var(--blue-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;transition:transform .3s ease,background .3s}._ctaBtn_x4801_62:hover ._ctaDot_x4801_79{transform:rotate(45deg);background:var(--blue-dark)}._marqueeOuter_x4801_97{overflow-x:hidden;overflow-y:visible;width:100%;padding:36px 0 24px;perspective:1100px;perspective-origin:center;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}._marqueeTrack_x4801_124{display:flex;align-items:center;gap:18px;width:max-content;will-change:transform;transform-style:preserve-3d;padding-bottom:8px}._cardItem_x4801_135{display:flex;flex-direction:column;align-items:center;transform-style:preserve-3d;will-change:transform}._cardWrap_x4801_144{flex-shrink:0;cursor:pointer;position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 12px 36px #0000002e;isolation:isolate;transition:box-shadow .3s ease}._sizeMid_x4801_159{width:200px;height:300px}._sizeTall_x4801_164{width:200px;height:360px}._sizeShort_x4801_169{width:200px;height:225px}._cardImg_x4801_175{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}._cardWrap_x4801_144:hover ._cardImg_x4801_175{transform:scale(1.05)}._cardTitle_x4801_188{margin-top:12px;font-size:13px;font-weight:600;color:#1e3a5f;text-align:center;letter-spacing:.04em;line-height:1.4;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .25s ease}._labels_x4801_204{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;padding:8px 24px 0;margin-top:8px}._labelItem_x4801_213{text-align:center}._labelNum_x4801_215{font-size:11px;color:var(--blue-primary);font-weight:700;letter-spacing:.06em;margin-bottom:4px}._labelText_x4801_223{font-size:11px;color:var(--text-muted)}@media(max-width:1024px){._root_x4801_6{padding:52px 0 44px}._sizeMid_x4801_159{width:175px;height:260px}._sizeTall_x4801_164{width:175px;height:312px}._sizeShort_x4801_169{width:175px;height:195px}._labels_x4801_204{gap:32px}}@media(max-width:768px){._root_x4801_6{padding:44px 0 36px}._sizeMid_x4801_159{width:155px;height:230px}._sizeTall_x4801_164{width:155px;height:276px}._sizeShort_x4801_169{width:155px;height:172px}._marqueeTrack_x4801_124{gap:12px}._labels_x4801_204{gap:24px}}@media(max-width:480px){._root_x4801_6{padding:36px 0 28px}._container_x4801_19{padding:0 16px}._header_x4801_27{margin-bottom:32px}._sizeMid_x4801_159{width:130px;height:190px}._sizeTall_x4801_164{width:130px;height:228px}._sizeShort_x4801_169{width:130px;height:142px}._marqueeTrack_x4801_124{gap:10px}._labels_x4801_204{gap:16px}}._container_69fz2_3{width:100%;padding:50px 20px;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}._headerSection_69fz2_204{text-align:center;max-width:800px;width:100%;margin-bottom:20px}._title_69fz2_211{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#333;margin:0 0 12px;line-height:1.2}._blue_69fz2_219{color:#04b4ef;font-weight:700;font-size:clamp(2rem,5vw,3rem)}._subtitle_69fz2_225{font-size:clamp(1rem,2.5vw,1.25rem);color:#666;margin:0;line-height:1.6;font-weight:400}._cardsWrapper_69fz2_13{display:flex;gap:20px;max-width:1400px;width:100%;height:400px}._card_69fz2_13{position:relative;flex:1;height:100%;overflow:hidden;cursor:pointer;display:flex;transition:flex .5s ease}._cardActive_69fz2_32{flex:2}._cardActive_69fz2_32 ._cardContent_69fz2_36{transform:translate(0)}._cardImageWrapper_69fz2_40{position:relative;width:100%;height:100%;flex-shrink:0;overflow:hidden;border-radius:20px;transition:width .5s ease}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40{width:350px}._cardImage_69fz2_40{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:20px;position:relative;z-index:1}._cardImageWrapper_69fz2_40:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;transition:background .4s ease;z-index:2}._cardContent_69fz2_36{position:absolute;right:0;top:0;width:350px;height:100%;background:#fff;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;transform:translate(100%);transition:transform .5s ease;box-shadow:-5px 0 15px #0000001a;border-radius:20px;z-index:3}._cardContent_69fz2_36 h3{font-size:1.5rem;margin-bottom:15px;color:#333;font-weight:600}._cardContent_69fz2_36 p{color:#666;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media(max-width:1024px){._container_69fz2_3{padding:40px 20px;gap:30px}._headerSection_69fz2_204{margin-bottom:10px}._title_69fz2_211,._blue_69fz2_219{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:10px}._subtitle_69fz2_225{font-size:clamp(.95rem,2vw,1.15rem)}._cardsWrapper_69fz2_13{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:25px;height:auto;border-radius:20px 20px 0 0}._card_69fz2_13{flex:none;width:calc(33% - 15px);height:auto;flex-direction:column}._cardImageWrapper_69fz2_40{width:100%;height:220px;border-radius:20px 20px 0 0}._cardContent_69fz2_36{position:relative;transform:none;width:100%;height:auto;padding:20px;border-radius:0 0 20px 20px;box-shadow:none}._cardContent_69fz2_36 h3{font-size:1.3rem}._cardContent_69fz2_36 p{font-size:.9rem}._cardActive_69fz2_32{flex:none}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40{width:100%}._cardImage_69fz2_40{border-radius:20px 20px 0 0;width:100%}}@media(max-width:768px){._container_69fz2_3{padding:30px 15px;gap:25px}._headerSection_69fz2_204{padding:0 10px;margin-bottom:5px}._title_69fz2_211,._blue_69fz2_219{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:8px}._subtitle_69fz2_225{font-size:clamp(.875rem,3vw,1rem);padding:0 10px}._cardImageWrapper_69fz2_40{height:200px;border-radius:20px 20px 0 0}._cardImage_69fz2_40{border-radius:20px 20px 0 0;width:100%}._cardContent_69fz2_36 h3{font-size:1.2rem}._cardContent_69fz2_36 p{font-size:.85rem;margin-bottom:15px}._cardActive_69fz2_32 ._cardImageWrapper_69fz2_40,._card_69fz2_13{width:100%}}@media(max-width:480px){._container_69fz2_3{padding:25px 10px;gap:20px}._headerSection_69fz2_204{margin-bottom:0}HeadingFAQ{font-size:clamp(1.25rem,7vw,1.7rem);margin-bottom:6px}._subtitle_69fz2_225{font-size:clamp(.8rem,3.5vw,.95rem)}._cardImageWrapper_69fz2_40{height:180px}._cardContent_69fz2_36{padding:15px}._cardContent_69fz2_36 h3{font-size:1rem}._cardContent_69fz2_36 p{font-size:.8rem;line-height:1.5}}._wrapper_4exw4_1{position:relative;padding:100px 0;background:radial-gradient(circle at center,#0a7fa8,#055270 40%,#073d57)}._container_4exw4_35{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._grid_4exw4_43{display:flex;gap:40px}._accordion_4exw4_50{flex:0 0 55%}._faqItem_4exw4_54{margin-bottom:20px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;background:#fff;transition:transform .3s ease,box-shadow .3s ease}._faqItem_4exw4_54:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}._title_4exw4_68{text-align:center;margin-bottom:3rem}._HeadingFAQ_4exw4_73{font-size:3rem;color:#f5f5f5}._question_4exw4_79,._ans_4exw4_84{color:var(--primary);font-weight:700}._faqQuestion_4exw4_93{width:100%;text-align:left;padding:18px 22px;background:#f3f4f6;border:none;color:#000;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;transition:background .3s ease}._faqQuestion_4exw4_93:hover{background:#e0e7ff}._faqAnswer_4exw4_113{max-height:0;overflow:hidden;padding:0 22px;background:#fff;font-weight:400;line-height:1.6;transition:all .4s ease}._faqAnswer_4exw4_113._open_4exw4_124{max-height:500px;padding:16px 22px}._icon_4exw4_129{font-size:1.5rem;color:#4f46e5}._rightSide_4exw4_135{flex:0 0 40%;background:linear-gradient(135deg,#fff,#03b4ef25);padding:30px 20px;border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:300px}._iconBox_4exw4_149{background:#fff;padding:16px;border-radius:50%;width:95px;margin-bottom:20px;box-shadow:0 4px 15px #0000000d}._iconIllustration_4exw4_158{width:48px;height:48px;color:#4f46e5}._rightText_4exw4_164{font-size:.95rem;color:#374151;line-height:1.6}@media(max-width:1024){._HeadingFAQ_4exw4_73{font-size:2.5rem}}@media(max-width:768px){._grid_4exw4_43{flex-direction:column;gap:0px}._HeadingFAQ_4exw4_73{font-size:2.2rem}._accordion_4exw4_50,._rightSide_4exw4_135{flex:1 1 100%}._rightSide_4exw4_135{margin-top:30px}._title_4exw4_68{margin-bottom:25px}._wrapper_4exw4_1{padding:40px 0}}@media(max-width:600){._HeadingFAQ_4exw4_73{font-size:1.7rem}}._section_2735w_2{padding:80px 0;background:#fff}._mainHeading_2735w_8{text-align:center;font-size:2.5rem;font-weight:800;color:#333;margin-bottom:55px}._mainHeading_2735w_8 span{color:#04b4ef;font-weight:600;font-size:2.5rem}._wrapper_2735w_23{padding:.5rem;display:flex;justify-content:center;align-items:flex-start;max-width:1300px;margin:0 auto;gap:20px}._sidebar_2735w_34{width:300px;display:flex;flex-direction:column;gap:15px}._sideItem_2735w_42{display:flex;align-items:center;gap:15px;padding:14px 18px;cursor:pointer;background:#fff;border-radius:12px 0 0 12px;border-left:6px solid transparent;transition:all .3s ease;box-shadow:0 1px 3px #5a218c14}._sideItem_2735w_42 span{font-size:15px;font-weight:600;color:#073d57}._icon_2735w_61{width:34px;height:34px;color:#04b4ef}._active_2735w_68{background:#f5f5f5;border-left:4px solid #04B4EF}._active_2735w_68 span,._active_2735w_68 ._icon_2735w_61{color:#04b4ef}._content_2735w_78{position:relative;width:700px;height:450px;border-radius:12px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}._overlay_2735w_97{position:absolute;inset:0;background:#0000008c}._heading_2735w_105,._desc_2735w_106{position:relative;z-index:2}._heading_2735w_105{font-size:42px;font-weight:900;letter-spacing:-1px;margin-bottom:10px;text-align:left}._desc_2735w_106{font-size:18px;max-width:520px;line-height:1.6;opacity:.9;text-align:left}@media(max-width:1024px){._wrapper_2735w_23{flex-direction:column;gap:25px}._sidebar_2735w_34{width:100%;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:15px!important}._sideItem_2735w_42{border-radius:12px!important;width:100%;min-width:unset!important}._content_2735w_78{width:100%;height:380px;padding:35px}._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:2.2rem}._heading_2735w_105{font-size:34px}._desc_2735w_106{font-size:16px}}@media(max-width:768px){._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:2rem}._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}._content_2735w_78{padding:28px}._heading_2735w_105{font-size:26px}._desc_2735w_106{font-size:15px}._heroImg_2735w_199{max-width:220px}}@media(max-width:600px){._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}._sideItem_2735w_42{padding:12px 14px}._content_2735w_78{height:auto;padding:24px}._mainHeading_2735w_8,._mainHeading_2735w_8 span{font-size:1.7rem}._heading_2735w_105{font-size:22px}._desc_2735w_106{font-size:14px}}@media(max-width:480px){._sidebar_2735w_34{grid-template-columns:repeat(2,1fr)!important}._sideItem_2735w_42{flex-direction:column;align-items:flex-start;padding:12px;gap:8px}._sideItem_2735w_42 span{font-size:13px;line-height:1.25;word-break:break-word}._icon_2735w_61{width:26px;height:26px}._content_2735w_78{height:auto;min-height:280px;padding:20px}._heading_2735w_105{font-size:20px}._desc_2735w_106{font-size:13px}}._section_qtft7_4{padding:90px 16px;background:#f8fafc}._sliderWrapper_qtft7_12{position:relative;max-width:1200px;margin:0 auto}._heading_qtft7_21{font-size:40px;font-weight:800;max-width:720px;margin:0 auto 48px;line-height:1.2;color:#333;text-align:center}._heading_qtft7_21 span{color:#04b4ef}._slider_qtft7_12{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}._card_qtft7_47{background:#fff;border-radius:18px;overflow:hidden;cursor:pointer;text-align:left;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}._card_qtft7_47:hover{transform:translateY(-6px);box-shadow:0 24px 50px #00000014}._imageWrapper_qtft7_66{position:relative;overflow:hidden}._card_qtft7_47 img{width:100%;height:200px;object-fit:cover}._overlay_qtft7_77{position:absolute;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._card_qtft7_47:hover ._overlay_qtft7_77{opacity:1}._readMoreBtn_qtft7_95{background:#fff;color:#0f172a;font-size:16px;font-weight:600;padding:10px 18px;border-radius:999px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:transform .25s ease,box-shadow .25s ease}._readMoreBtn_qtft7_95:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}._content_qtft7_118{padding:18px 18px 22px;display:flex;flex-direction:column;gap:10px}._meta_qtft7_125{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._content_qtft7_118 h3{font-size:18px;font-weight:700;line-height:1.4;color:#0f172a}._content_qtft7_118 p{font-size:14px;line-height:1.6;color:#475569;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._arrowSlideBtn_qtft7_153{position:absolute;top:0;bottom:0;margin:auto 0;width:48px;height:48px;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 8px 20px #00000026;transition:transform .2s ease}._arrowSlideBtn_qtft7_153 svg{color:#0f172a}._arrowSlideBtn_qtft7_153:hover{transform:scale(1.08)}._arrowSlideBtn_qtft7_153:active{transform:scale(.96)}._left_qtft7_183{left:-24px}._right_qtft7_187{right:-24px}@media(max-width:1024px){._heading_qtft7_21{font-size:34px}._slider_qtft7_12{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._heading_qtft7_21{font-size:30px;margin-bottom:36px}._arrowSlideBtn_qtft7_153{width:44px;height:44px}}@media(max-width:600px){._slider_qtft7_12{grid-template-columns:1fr}._heading_qtft7_21{font-size:26px}._card_qtft7_47 img{height:180px}._left_qtft7_183{left:-12px}._right_qtft7_187{right:-12px}}@media(max-width:480px){._section_qtft7_4{padding:70px 12px}._heading_qtft7_21{font-size:24px}._arrowSlideBtn_qtft7_153{display:none}}._wrapper_1blji_2{width:100%;overflow:hidden;padding:2% 0;background:#fff}._container_1blji_10{width:90%;max-width:1200px;margin:0 auto}._title_1blji_17{text-align:center;font-size:clamp(18px,2.5vw,28px);font-weight:600;margin-bottom:2%;color:#1a3a5c;letter-spacing:.5px;opacity:.85}._title_1blji_17:after{content:"";display:block;width:40px;height:2px;background:#1a9fd4;margin:8px auto 0}._marquee_1blji_38{width:100%;overflow:hidden;position:relative}._marquee_1blji_38:before{content:"";position:absolute;top:0;left:0;width:10%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to right,#fff,#fff0)}._marquee_1blji_38:after{content:"";position:absolute;top:0;right:0;width:10%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to left,#fff,#fff0)}._track_1blji_71{display:flex;height:70px;width:max-content;gap:4%;animation:_scroll_1blji_1 linear infinite;animation-duration:30s;will-change:transform}._logoBox_1blji_82{flex:0 0 auto;height:70px;display:flex;align-items:center;justify-content:center}._logoBox_1blji_82 img{height:100%;width:100px;object-fit:contain;opacity:.7;transition:all .3s ease}._logoBox_1blji_82 img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@keyframes _scroll_1blji_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._marquee_1blji_38:hover ._track_1blji_71{animation-play-state:paused}@media(max-width:1024px){._track_1blji_71{gap:6%}._logoBox_1blji_82 img{max-width:100px}}@media(max-width:600px){._track_1blji_71{gap:8%}._logoBox_1blji_82 img{max-width:80px}}._heroSection_3s17r_1{background:linear-gradient(to top,#fffcf5,#fff);padding:6rem 0}._heroWrapper_3s17r_11{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem}._heroContent_3s17r_19{text-align:center;max-width:600px}._heroTitle_3s17r_24{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#111827}._gradientText_3s17r_32{background:linear-gradient(to right,#00659c,#03b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:22px}._heroDescription_3s17r_39{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem}._heroBtn_3s17r_45{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;box-shadow:0 4px 10px #0000001a;transition:background-color .3s ease}._heroBtn_3s17r_45:hover{background-color:#00659c}._heroImageBox_3s17r_60{max-width:550px;display:flex;justify-content:center}._heroImage_3s17r_60{width:100%;border-radius:.75rem}@media(min-width:768px){._heroWrapper_3s17r_11{flex-direction:row;align-items:center}._heroContent_3s17r_19{text-align:left;width:50%}._heroImageBox_3s17r_60{width:50%}}._section_jqhz2_1{padding:60px 0;background-color:#f9f9f9}._heading_jqhz2_12{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#333;font-weight:600}._heading_jqhz2_12 span{font-size:2.5rem;font-weight:700;color:#04b4ef}._cardsContainer_jqhz2_19{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}._card_jqhz2_19{background:#fff;text-align:center;padding:30px 20px;border-radius:15px;box-shadow:0 8px 20px #0000001a;transition:transform .3s,box-shadow .3s}._card_jqhz2_19:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}._iconWrapper_jqhz2_106{font-size:3rem;color:#03b4ef;margin-bottom:20px}._icon_jqhz2_45{margin:0 auto}._cardTitle_jqhz2_50{font-size:1.3rem;margin-bottom:10px;color:#111}._cardDescription_jqhz2_56{font-size:.95rem;color:#555;line-height:1.5}@media(max-width:1024px){._cardsContainer_jqhz2_19{grid-template-columns:repeat(2,1fr)}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:2.5rem}}@media(max-width:768px){._cardsContainer_jqhz2_19{grid-template-columns:repeat(2,1fr)}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:2.2rem}}@media(max-width:600px){._cardsContainer_jqhz2_19{grid-template-columns:1fr}._heading_jqhz2_12,._heading_jqhz2_12 span{font-size:1.8rem}}._section_886e1_1{text-align:center;padding:5rem 2rem;background:#00659c;color:#fff;border-radius:1.5rem;margin:3rem auto;max-width:1200px}._heading_886e1_11{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}._button_886e1_17{background:#fff;color:#03b4ef;padding:.75rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;text-decoration:none}._button_886e1_17:hover{background:#f1f5f9;transform:translateY(-4px)}._section_zpjpd_1{padding:80px 0;background:linear-gradient(135deg,#f8f9ff,#fff);min-height:100vh}._container_zpjpd_7{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._splitLayout_zpjpd_15{display:flex;gap:60px;height:calc(100vh - 160px);align-items:stretch}._leftPanel_zpjpd_23{flex:0 0 45%;display:flex;flex-direction:column;justify-content:center;gap:40px;position:sticky;top:80px;height:fit-content;max-height:calc(100vh - 160px)}._textContent_zpjpd_35{margin-bottom:30px}._heading_zpjpd_39{font-size:3rem;font-weight:700;color:#1a1a2e;margin-bottom:20px;line-height:1.2;background:#00659c;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtext_zpjpd_51{font-size:1.2rem;color:#64748b;line-height:1.6;max-width:400px}._imageWrapper_zpjpd_58{border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #00000026;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}._imageWrapper_zpjpd_58:hover{transform:perspective(1000px) rotateY(0) scale(1.02)}._heroImage_zpjpd_70{width:100%;height:auto;display:block;object-fit:cover}._rightPanel_zpjpd_78{flex:1;overflow:hidden;position:relative}._scrollableContent_zpjpd_84{height:calc(100vh - 160px);overflow-y:auto;padding-right:20px;display:flex;flex-direction:column;gap:30px}._scrollableContent_zpjpd_84::-webkit-scrollbar{width:8px}._scrollableContent_zpjpd_84::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}._scrollableContent_zpjpd_84::-webkit-scrollbar-thumb{background:#03b4ef;border-radius:10px;transition:all .3s ease}._scrollableContent_zpjpd_84::-webkit-scrollbar-thumb:hover{background:#03b4ef}._card_zpjpd_114{background:#fff;padding:32px;border-radius:20px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;position:relative}._card_zpjpd_114::-webkit-scrollbar{display:none}._cardTitle_zpjpd_130{font-size:1.4rem;font-weight:600;color:#1a1a2e;margin-bottom:12px;display:flex;align-items:center;gap:12px}._cardTitle_zpjpd_130:before{content:"";width:8px;height:8px;background:#03b4ef;border-radius:50%;flex-shrink:0}._cardDesc_zpjpd_149{color:#64748b;line-height:1.6;font-size:1rem}@media(max-width:1024px){._splitLayout_zpjpd_15{gap:40px}._leftPanel_zpjpd_23{flex:0 0 42%}._heading_zpjpd_39{font-size:2.5rem}}@media(max-width:768px){._splitLayout_zpjpd_15{flex-direction:column;height:auto;gap:50px}._leftPanel_zpjpd_23{flex:none;position:static;height:auto;max-height:none}._rightPanel_zpjpd_78{overflow:visible}._scrollableContent_zpjpd_84{height:auto;overflow-y:visible;padding-right:0}._section_zpjpd_1{min-height:auto;padding:60px 0}}@media(max-width:768px){._container_zpjpd_7{padding:0 16px}._heading_zpjpd_39{font-size:2.2rem}._subtext_zpjpd_51{font-size:1.1rem}._card_zpjpd_114{padding:24px}._cardTitle_zpjpd_130{font-size:1.2rem}}._container_ijnm6_1{display:flex;align-items:center;justify-content:space-between;padding:80px 60px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:1400px;margin:0 auto}._leftSection_ijnm6_12{flex:0 0 45%;position:relative}._imageGrid_ijnm6_17{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:500px;scale:100%}._imageCard_ijnm6_26{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;position:relative}._image_ijnm6_17{width:100%;height:100%;object-fit:cover;display:block}._tablet_ijnm6_40{grid-column:1;grid-row:1;aspect-ratio:4/3}._blocks_ijnm6_46{grid-column:2;grid-row:1;aspect-ratio:1}._agenda_ijnm6_52{grid-column:1;grid-row:2;background-color:#f0fdf4;padding:20px;aspect-ratio:4/3}._team_ijnm6_60{grid-column:2;grid-row:2;aspect-ratio:1}._decorCircle_ijnm6_66{position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.8;z-index:-1}._rightSection_ijnm6_78{flex:0 0 45%;padding-left:40px}._heading_ijnm6_83{font-size:3rem;font-weight:700;color:#1e2039;line-height:1.2;margin-bottom:35px;margin-top:0}._description_ijnm6_92{font-size:18px;line-height:1.6;color:#333;margin:10px 0 20px;max-width:500px}._statsContainer_ijnm6_100{display:flex;gap:60px;margin-top:24px}._statItem_ijnm6_106{display:flex;flex-direction:column;align-items:flex-start}._statNumber_ijnm6_112{font-size:48px;font-weight:700;color:#1e2039;margin-bottom:0;line-height:1}._statLabel_ijnm6_120{font-size:17px;color:#818393;font-weight:400;margin-top:0}._badge_ijnm6_127{position:absolute;width:220px;top:10px;right:10px;background-color:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;z-index:10}._emoji_ijnm6_145{font-size:16px}._agendaHeader_ijnm6_149{font-size:14px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px;color:#1e2039}._agendaItem_ijnm6_159{background-color:#fff;padding:12px;border-radius:8px;margin-bottom:8px;font-size:12px;color:#374151;box-shadow:0 2px 4px #0000000d}._teamBadge_ijnm6_169{position:absolute;top:10px;left:10px;right:10px;background-color:#ffffffe6;padding:8px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;font-weight:600;font-size:12px;z-index:10;color:#1e2039}@media(max-width:1024px){._container_ijnm6_1{flex-direction:column;padding:40px 20px}._leftSection_ijnm6_12{flex:0 0 100%;width:100%;max-width:100%}._rightSection_ijnm6_78{flex:0 0 100%;padding-left:0;margin-top:60px;width:100%}._imageGrid_ijnm6_17{max-width:100%;margin:0 auto;scale:90%}._heading_ijnm6_83{font-size:2.5rem;margin-bottom:25px}._description_ijnm6_92{font-size:16px;max-width:100%}._badge_ijnm6_127{font-size:11px;padding:8px 12px;width:170px}._statsContainer_ijnm6_100{gap:40px}._statNumber_ijnm6_112{font-size:36px}._statLabel_ijnm6_120{font-size:15px}._decorCircle_ijnm6_66{width:120px;height:120px}}@media(max-width:640px){._container_ijnm6_1{padding:30px 16px}._imageGrid_ijnm6_17{gap:12px}._heading_ijnm6_83{font-size:2.2rem;margin-bottom:20px}._description_ijnm6_92{font-size:15px}._statsContainer_ijnm6_100{gap:30px;flex-wrap:wrap}._statNumber_ijnm6_112{font-size:32px}._statLabel_ijnm6_120{font-size:14px}._rightSection_ijnm6_78{margin-top:40px}._badge_ijnm6_127{font-size:11px;padding:8px 12px;width:170px}._teamBadge_ijnm6_169{font-size:11px;padding:6px}._agendaHeader_ijnm6_149{font-size:13px}._agendaItem_ijnm6_159{padding:10px;font-size:11px;margin-bottom:5px}._decorCircle_ijnm6_66{width:100px;height:100px;bottom:-15px;right:-15px}}:root{--card-height: 40vw;--card-margin: 4vw;--card-top-offset: 1.6em;--numcards: 4}._page_1owds_9{color:#111}._main_1owds_14{width:90%;margin:0 auto}._Header_1owds_18{padding:100px 0 20px}._Header_1owds_18 h2{font-size:3rem;text-align:center;font-weight:700}._cards_1owds_30{list-style:none;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(var(--numcards),var(--card-height));gap:var(--card-margin)}._card_1owds_30{position:sticky;top:100px;padding-top:calc(var(--index) * var(--card-top-offset))}._cardContent_1owds_45{background:linear-gradient(to top,#b3d7e8,#e0f5ff,#f9fafb);color:#111;border-radius:26px;overflow:hidden;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;box-shadow:0 12px 30px #0000001f;gap:2rem;width:100%;max-width:1100px;margin:0 auto}._step_1owds_68{display:inline-block;background:#fdeede;padding:10px 16px;border-radius:50%;font-weight:600;font-size:1rem;margin-bottom:1rem}._cardContent_1owds_45 h2{font-size:2rem;margin:0 0 1.3rem;font-weight:700}._list_1owds_84{list-style:none;padding:0;display:grid;gap:.7rem}._list_1owds_84 li{font-size:1.1rem;display:flex;align-items:center;gap:.6rem}._list_1owds_84 li:before{content:"✔";color:#000;font-size:1.1rem}._imageBox_1owds_105 img{width:100%;max-width:380px;border-radius:20px;aspect-ratio:1;object-fit:cover;margin:0 auto;box-shadow:0 12px 30px #0000001a}@media(max-width:992px){:root{--card-height: 120vw}._cardContent_1owds_45{grid-template-columns:1fr;padding:3rem 1.5rem}._cardcounting_1owds_130{text-align:center;width:100%}._cardContent_1owds_45 h2{text-align:center}._list_1owds_84{justify-content:center}._imageBox_1owds_105 img{max-width:320px}._cardContent_1owds_45 li{text-align:center}._Header_1owds_18{padding:80px 0 20px}._Header_1owds_18 h2{font-size:2.5rem}}@media(max-width:768px){:root{--card-height: 120vw}._Header_1owds_18{padding:40px 0 20px}._Header_1owds_18 h2{font-size:2.2rem}._cardContent_1owds_45{padding:2.5rem 1rem}._cardContent_1owds_45 h2{font-size:1.8rem}._list_1owds_84 li{font-size:1rem}._imageBox_1owds_105 img{max-width:260px}}@media(max-width:480px){:root{--card-height: 200vw}._Header_1owds_18 h2{font-size:2.2rem}._cardContent_1owds_45{padding:2rem 1rem;border-radius:18px}._step_1owds_68{font-size:.9rem;padding:8px 14px}._cardContent_1owds_45 h2{font-size:1.6rem}._imageBox_1owds_105 img{max-width:220px}}@supports (animation-timeline: works){@scroll-timeline cards-scroll{source: selector(body); scroll-offsets: selector(#cards) start 1,selector(#cards) start 0; start: selector(#cards) start 1; end: selector(#cards) start 0; time-range: 4s;}._card_1owds_30{--index0: calc(var(--index) - 1);--reverse-index: calc(var(--numcards) - var(--index0));--reverse-index0: calc(var(--reverse-index) - 1)}._cardContent_1owds_45{transform-origin:50% 0%;animation:_scale_1owds_1 linear forwards;animation-timeline:cards-scroll;animation-duration:calc(var(--reverse-index0) * 1s);animation-delay:calc(var(--index0) * 1s)}@keyframes _scale_1owds_1{to{transform:scale(calc(1.1 - (.1 * var(--reverse-index))))}}}._wrapper_1mhk7_1{width:100%;max-width:1300px;padding:70px 20px;margin:0 auto;background:#fff;text-align:center}._title_1mhk7_10{font-size:clamp(2rem,2.2vw,3rem);font-weight:700;color:#0f0f0f}._subtitle_1mhk7_16{font-size:clamp(1rem,1.4vw,1.1rem);color:#555;max-width:600px;margin:8px auto 50px;line-height:1.6}._grid_1mhk7_28{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}._card_1mhk7_35{background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:22px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #0000000a}._card_1mhk7_35:hover{transform:translateY(-6px);box-shadow:0 6px 22px #00000014;border-color:#dcdcdc}._imgBox_1mhk7_52{width:100%;aspect-ratio:1.3;overflow:hidden;border-radius:12px}._image_1mhk7_59{width:100%;height:100%;object-fit:cover;transition:.3s ease}._card_1mhk7_35:hover ._image_1mhk7_59{transform:scale(1.05)}._cardTitle_1mhk7_71{margin-top:18px;font-size:clamp(1.1rem,1.4vw,1.35rem);color:#111;font-weight:600}._cardDesc_1mhk7_78{margin-top:10px;font-size:.97rem;color:#555;line-height:1.55;max-width:90%;margin-left:auto;margin-right:auto}@media(max-width:1024px){._grid_1mhk7_28{grid-template-columns:repeat(2,1fr);gap:25px}._title_1mhk7_10{font-size:2.5rem}}@media(max-width:640px){._grid_1mhk7_28{grid-template-columns:1fr;gap:20px}._card_1mhk7_35{padding:18px}._title_1mhk7_10{font-size:2.2rem}}._navbar_1qow6_1{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1;box-shadow:0 2px 4px #0f172a0a;will-change:transform;z-index:20000!important;transition:transform .3s ease,opacity .3s ease}._navbarHidden_1qow6_13{transform:translateY(-100%);opacity:0;pointer-events:none}._container_1qow6_19{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._navContent_1qow6_26{display:flex;align-items:center;justify-content:space-between;height:60px}._logo_1qow6_33{font-size:1.2rem;font-weight:700;color:#111827}._logoImg_1qow6_39{height:40px;width:150px;position:sticky!important;z-index:2000!important;display:block}._sidebarLogo_1qow6_47 img{height:40px;width:auto;display:block}._desktopMenu_1qow6_53{display:none;gap:1.75rem;align-items:center}@media(min-width:1024px){._desktopMenu_1qow6_53{display:flex;gap:1.1rem}}._navLink_1qow6_66{position:relative;color:#111827;text-decoration:none;font-weight:500;font-size:.98rem;transition:color .18s ease}._navLink_1qow6_66:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._navLink_1qow6_66:hover{color:#04b4ef}._navLink_1qow6_66:hover:after{width:100%}._navLinkActive_1qow6_94{color:#04b4ef}._navLinkActive_1qow6_94:after{width:100%}._navCaret_1qow6_102{font-size:.7rem;transform:translateY(1px);opacity:.8}._navButton_1qow6_108{border:none;background:transparent;padding:0!important}._navDemo_1qow6_115{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;margin-left:8px;font-size:.9rem;font-weight:600;border-radius:999px;text-decoration:none;background:#fff;color:#334155;border:1px solid #e2e8f0;overflow:hidden;white-space:nowrap;transition:all .2s ease}._navDemo_1qow6_115 svg{font-size:14px;color:#15b9f0;flex-shrink:0}._navDemo_1qow6_115:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:linear-gradient(120deg,transparent,#15B9F0,transparent);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0}._navDemo_1qow6_115:hover:before{opacity:1;animation:_borderMove_1qow6_1 1.2s linear forwards}@keyframes _borderMove_1qow6_1{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}@media(max-width:1024px){._navDemo_1qow6_115{padding:7px 14px;font-size:.85rem}._navDemo_1qow6_115 svg{font-size:13px}}@media(max-width:1023px){._navDemo_1qow6_115{width:100%;margin-left:0;margin-top:12px;padding:12px;font-size:.95rem;justify-content:center}._navDemo_1qow6_115 svg{font-size:16px}}@media(max-width:480px){._navDemo_1qow6_115{padding:11px;font-size:.9rem}}._servicesWrapper_1qow6_200{position:relative;display:flex;align-items:center}._servicesDropdown_1qow6_206{position:fixed;top:58px;left:55%;transform:translate(-50%) translateY(4px);background-color:#fff;border-radius:24px;box-shadow:0 18px 40px #0f172a24;padding:1.4rem 1.6rem 1.6rem;display:grid;grid-template-columns:minmax(260px,290px) minmax(380px,1fr);gap:1.75rem;width:900px;max-width:96vw;z-index:1000;transform-origin:top center;transition:opacity .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}._megaLeft_1qow6_227{position:relative;padding-right:.4rem}._megaLabel_1qow6_232{width:max-content;margin-bottom:.8rem;font-size:.7rem;text-transform:uppercase;color:#6b7280;letter-spacing:.08em}._megaList_1qow6_241{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}._megaListItem_1qow6_250{display:flex;align-items:center;gap:.7rem;padding:.45rem .6rem;border-radius:.75rem;cursor:pointer;transition:background-color .14s ease-out,transform .14s ease-out;will-change:transform,background-color}._megaListItemIcon_1qow6_261{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}._megaListItemIconBg_1qow6_273{width:100%;height:100%;background-size:cover;background-position:center}._megaListItemText_1qow6_280{display:flex;flex-direction:column;gap:.12rem}._megaListItemTitle_1qow6_286{font-size:.9rem;font-weight:600;color:#00659c}._megaListItemSubtitle_1qow6_292{font-size:.78rem;color:#6b7280}._megaListItemArrow_1qow6_297{margin-left:auto;font-size:.78rem;color:#9ca3af;opacity:0;transform:translate(-6px);transition:opacity .14s ease-out,transform .14s ease-out}._megaListItemActive_1qow6_306,._megaListItem_1qow6_250:hover{background-color:#f3f4ff;transform:translateY(-1px)}._megaListItemActive_1qow6_306 ._megaListItemArrow_1qow6_297,._megaListItem_1qow6_250:hover ._megaListItemArrow_1qow6_297{opacity:1;transform:translate(0)}._megaRight_1qow6_318{display:flex;flex-direction:column;gap:.9rem}._servicesBadge_1qow6_324{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #e5e7eb;padding:.15rem .7rem;font-size:.72rem;font-weight:500;color:#4b5563;text-transform:uppercase;letter-spacing:.06em;width:200px}._servicesTitle_1qow6_338{font-size:1.05rem;font-weight:600;color:#111827;margin:10px 0}._servicesText_1qow6_345{font-size:.9rem;color:#6b7280;line-height:1.5;margin-top:.1rem;max-width:600px}._megaRightHeader_1qow6_353{display:flex;flex-direction:column}._megaPreviewCard_1qow6_358{display:grid;grid-template-columns:minmax(0,1fr);gap:1.1rem;padding:.9rem;border-radius:18px;background:radial-gradient(circle at top left,#eff6ff 0,#fff 40%,#f9fafb);border:1px solid #e5e7eb;will-change:transform,box-shadow;transition:transform .16s ease-out,box-shadow .16s ease-out}._megaPreviewImage_1qow6_370{border-radius:14px;overflow:hidden;background:#111827;width:200px;display:flex;align-items:stretch}._megaPreviewImage_1qow6_370 img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transform:scale(1.02);transition:transform .25s ease-out}._megaPreviewBody_1qow6_388{display:flex;flex-direction:column;gap:.4rem}._megaPreviewTopRow_1qow6_394{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}._megaPreviewTag_1qow6_402{font-size:.78rem;font-weight:600;padding:.18rem .55rem;border-radius:999px;background-color:#2563eb14;color:#03b4ef}._megaStatusAvailable_1qow6_411,._megaStatusSoon_1qow6_412{font-size:.75rem;font-weight:500;padding:.15rem .55rem;border-radius:999px}._megaStatusAvailable_1qow6_411{background-color:#22c55e1a;color:#15803d}._megaStatusSoon_1qow6_412{background-color:#f9731614;color:#ea580c}._megaPreviewTitle_1qow6_429{font-size:.98rem;font-weight:600;color:#0f172a;margin-top:.1rem}._megaPreviewText_1qow6_436{font-size:.85rem;color:#4b5563;line-height:1.55}._megaPreviewActions_1qow6_442{display:flex;align-items:center;gap:.9rem;margin-top:.6rem;flex-wrap:wrap}._megaPrimaryButton_1qow6_450{border:none;outline:none;cursor:pointer;border-radius:999px;padding:.45rem 1.1rem;font-size:.86rem;font-weight:500;background:linear-gradient(135deg,#03b4ef,#00659c);color:#fff;box-shadow:0 10px 20px #2563eb40;transition:transform .14s ease-out,box-shadow .14s ease-out,opacity .14s ease-out}._megaPrimaryButton_1qow6_450:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb52;opacity:.98}._megaSecondaryLink_1qow6_470{font-size:.82rem;font-weight:500;color:#2563eb;text-decoration:none;display:inline-block;margin-top:10px}._megaSecondaryLink_1qow6_470:hover{text-decoration:underline}._mobileMenuButton_1qow6_485{background:none;border:none;cursor:pointer;color:#111827;display:block;padding:.5rem}@media(min-width:1024px){._mobileMenuButton_1qow6_485{display:none}}._backdrop_1qow6_500{position:fixed;inset:0;background-color:#0f172a80;z-index:30;animation:_fadeIn_1qow6_1 .22s ease-out forwards;will-change:opacity}._backdrop_1qow6_500._fadeOut_1qow6_512{animation:_fadeOut_1qow6_512 .22s ease-out forwards}._sidebar_1qow6_47{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;color:#111827;z-index:35;padding:1rem 2rem;display:flex;flex-direction:column;animation:_slideIn_1qow6_1 .22s cubic-bezier(.16,1,.3,1) forwards;overflow-y:auto;will-change:transform}._sidebar_1qow6_47._slideOut_1qow6_533{animation:_slideOut_1qow6_533 .22s cubic-bezier(.16,1,.3,1) forwards}._sidebarHeader_1qow6_537{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._sidebarLogo_1qow6_47{font-size:1.5rem;font-weight:700}._closeButton_1qow6_549{background:none;border:none;color:#111827;cursor:pointer;padding:.25rem}._sidebarContent_1qow6_557{flex:1}._mobileLinks_1qow6_561{display:flex;flex-direction:column;gap:1.5rem}._mobileLink_1qow6_561{display:flex;align-items:center;gap:1rem;color:#111827;text-decoration:none;font-size:1.05rem;font-weight:500;cursor:pointer;transition:color .18s ease}._mobileLink_1qow6_561:hover{color:#2563eb}._mobileAccordion_1qow6_585{display:flex;flex-direction:column}._mobileAccordionTrigger_1qow6_590{display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0;font-size:1.05rem;font-weight:500;color:#111827;text-align:left;width:100%;transition:color .18s ease}._mobileAccordionTrigger_1qow6_590:hover{color:#04b4ef}._mobileAccordionContent_1qow6_610{padding:12px 0 4px 12px;display:flex;flex-direction:column;gap:4px;border-left:2px solid #e5e7eb;margin-left:4px;animation:_accordionOpen_1qow6_1 .2s ease-out forwards}@keyframes _accordionOpen_1qow6_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._mobileGroupLabel_1qow6_631{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:4px 0 6px 8px}._mobileSubLink_1qow6_640{display:flex;align-items:center;padding:8px 10px;border-radius:8px;color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .14s ease,color .14s ease}._mobileSubLink_1qow6_640:hover{background:#f3f4ff;color:#04b4ef}@keyframes _fadeIn_1qow6_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1qow6_512{0%{opacity:1}to{opacity:0}}@keyframes _slideIn_1qow6_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideOut_1qow6_533{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(max-width:1023px){._servicesDropdown_1qow6_206{display:none}}._rightSection_1qow6_685{display:flex;align-items:center;gap:1rem}._authActions_1qow6_691{display:flex;align-items:center;gap:10px}._demoBtnNav_1qow6_697{background:transparent;border:1px solid #00659c;color:#00659c;padding:8px 14px;font-size:.85rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .25s ease}._demoBtnNav_1qow6_697:hover{background:#00659c;color:#fff}._dropdownBtn_1qow6_714{background:#04b4ef;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}._dropdownBtn_1qow6_714:hover{background:#04b4ef}._dropdownMenu_1qow6_730{position:absolute;top:120%;right:125px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}._dropdownMenu_1qow6_730._show_1qow6_748{opacity:1;visibility:visible;transform:translateY(0)}._dropdownItem_1qow6_754{color:#555;padding:12px 16px;text-decoration:none;transition:background .3s ease,color .3s ease;font-size:.9rem}._dropdownItem_1qow6_754:first-child{border-radius:8px 8px 0 0}._dropdownItem_1qow6_754:last-child{border-radius:0 0 8px 8px}._dropdownItem_1qow6_754:hover{background:#f8f9fa;color:#04b4ef}._avatar_1qow6_779{width:42px;height:46px;border-radius:50%;background:#00659c;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}._avatar_1qow6_779:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}._profileWrapper_1qow6_804{position:relative;overflow:visible}._profileDropdown_1qow6_809{position:fixed;top:70px;right:20px;width:260px;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0000002e;padding:14px;z-index:20001}@keyframes _dropdownFade_1qow6_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._profileInfo_1qow6_826{display:flex;flex-direction:column;align-items:center;text-align:center}._profileInfo_1qow6_826 strong{display:block;font-size:14px;font-weight:600;color:#111827}._profileInfo_1qow6_826 span{font-size:12px;color:#6b7280;word-break:break-all}._phoneText_1qow6_846{font-size:14px;color:#555}._planInfo_1qow6_855{font-size:12px;color:#374151;margin-bottom:12px}._planInfo_1qow6_855 div{display:flex;justify-content:space-between;padding:4px 0}._planInfo_1qow6_855 label{color:#6b7280;font-weight:500}._dashboardLink_1qow6_872{width:100%;text-align:center;color:#068fd8;font-weight:500;padding-bottom:.5rem}._logoutDropdownBtn_1qow6_884{width:100%;padding:10px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .3s ease}._logoutDropdownBtn_1qow6_884:hover{background:#c82333}._avatarWrapper_1qow6_901{position:relative;display:inline-block}._avatar_1qow6_779{width:42px;height:42px;border-radius:50%;background:#0d6efd;color:#fff;font-weight:600;font-size:18px;border:none;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._avatarImg_1qow6_922{width:100%;height:100%;object-fit:cover}._cameraIcon_1qow6_928{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;padding:5px;font-size:12px;cursor:pointer;box-shadow:0 2px 6px #0003;color:#333}._profileTopSection_1qow6_941{text-align:center;margin-bottom:15px}._popupAvatarWrapper_1qow6_946{position:relative;display:inline-block;margin-bottom:10px}._popupAvatar_1qow6_946{width:70px;height:70px;border-radius:50%;background:#0d6efd;color:#fff;font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden}._popupAvatarImg_1qow6_966{width:100%;height:100%;object-fit:cover}._popupCameraIcon_1qow6_972{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:6px;font-size:14px;cursor:pointer;box-shadow:0 2px 6px #0003}._changePasswordBtn_1qow6_984{display:block;width:100%;text-align:center;background:none;border:none;padding:8px 0;margin-top:10px;font-size:14px;font-weight:500;color:#00659c;cursor:pointer;transition:all .2s ease}._changePasswordBtn_1qow6_984:hover{color:#004a73;text-decoration:underline}._navbarLuxury_1qow6_1005{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,168,76,.2)}._navLinkLuxury_1qow6_1011{color:#f8f2e6d9}._navLinkLuxury_1qow6_1011:hover{color:#c9a84c}._navLinkLuxury_1qow6_1011:after{background:#c9a84c}._navbarLuxury_1qow6_1005 ._navLinkActive_1qow6_94{color:#c9a84c}._dropdownBtnLuxury_1qow6_1027{background:#c9a84c;color:#0a0f1e}._dropdownBtnLuxury_1qow6_1027:hover{background:#e8c876}._mobileProfile_1qow6_1036{margin-top:24px;padding:20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:12px}._mobileProfileInfo_1qow6_1046{text-align:center;display:flex;flex-direction:column}._mobileProfileInfo_1qow6_1046 strong{font-size:16px;font-weight:600}._mobileProfileInfo_1qow6_1046 span{font-size:13px;color:#6b7280}._mobilePlanInfo_1qow6_1062{width:100%;font-size:13px}._mobilePlanInfo_1qow6_1062 div{display:flex;justify-content:space-between}._mobileLogoutBtn_1qow6_1072{width:100%;padding:12px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600}._mobileAuthBtns_1qow6_1082{display:flex;flex-direction:column;gap:10px;margin-top:20px}._signInLink_1qow6_1089{display:block;padding:18px 20px;color:#04b4ef;text-decoration:none;text-align:center;font-size:1rem;font-weight:600;border-radius:8px;background:#f0f8ff;border-bottom:1px solid #f0f0f0;transition:all .3s ease}._signInLink_1qow6_1089:hover{background:#d1e7fa;color:#04b4ef}._signUpBtn_1qow6_1108{display:block;width:100%;padding:16px;background:#dc3546e3;color:#fff;text-align:center;text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:.5px;border-radius:8px;transition:background .3s ease}._signUpBtn_1qow6_1108:hover{background:#c82333d4}._servicesWrapper_1agv8_6{position:relative;display:flex;align-items:center}._trigger_1agv8_12{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;font-size:.98rem;font-weight:500;color:#111827;padding:0;position:relative;transition:color .18s ease;font-family:inherit}._trigger_1agv8_12:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_1agv8_12:hover,._triggerActive_1agv8_40{color:#04b4ef}._trigger_1agv8_12:hover:after,._triggerActive_1agv8_40:after{width:100%}._triggerLuxury_1agv8_49{color:#f8f2e6d9}._triggerLuxury_1agv8_49:hover{color:#c9a84c}._caret_1agv8_57{transition:transform .22s ease;opacity:.7}._caretOpen_1agv8_62{transform:rotate(180deg)}._dropdown_1agv8_67{position:fixed;top:62px;left:50%;transform:translate(-68%);background:#fff;border-radius:22px;box-shadow:0 20px 50px #0f172a24;display:grid;grid-template-columns:280px 1fr;width:860px;max-width:96vw;z-index:99999;overflow:hidden;animation:_dropIn_1agv8_1 .18s cubic-bezier(.16,1,.3,1) forwards}@keyframes _dropIn_1agv8_1{0%{opacity:0;transform:translate(-68%) translateY(10px)}to{opacity:1;transform:translate(-68%) translateY(0)}}._leftPanel_1agv8_98{padding:20px 14px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:6px}._sectionLabel_1agv8_106{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;padding:0 8px;margin-bottom:4px}._list_1agv8_116{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._listItem_1agv8_125{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .14s ease,transform .14s ease}._listItem_1agv8_125:hover,._listItemActive_1agv8_141{background:#f3f4ff;transform:translateY(-1px)}._iconBox_1agv8_146{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0;transition:transform .15s ease}._listItem_1agv8_125:hover ._iconBox_1agv8_146,._listItemActive_1agv8_141 ._iconBox_1agv8_146{transform:scale(1.08)}._itemText_1agv8_163{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._itemTitle_1agv8_171{font-size:.88rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSubtitle_1agv8_180{font-size:.74rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._arrow_1agv8_188{color:#9ca3af;opacity:0;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease;flex-shrink:0}._listItem_1agv8_125:hover ._arrow_1agv8_188,._listItemActive_1agv8_141 ._arrow_1agv8_188{opacity:1;transform:translate(0)}._rightPanel_1agv8_206{display:grid;grid-template-columns:1fr 1fr;background:#fafbff;border-left:1px solid #f0f0f0}._infoSection_1agv8_214{padding:24px 20px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #f0f0f0;animation:_fadeUp_1agv8_1 .18s ease}._imageSection_1agv8_224{padding:20px;display:flex;align-items:center;justify-content:center;animation:_fadeUp_1agv8_1 .18s ease}@keyframes _fadeUp_1agv8_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._detailTopRow_1agv8_238{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._detailTag_1agv8_245{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:999px}._badgeAvailable_1agv8_256{font-size:.72rem;font-weight:500;padding:3px 10px;border-radius:999px;background:#22c55e1a;color:#16a34a}._badgeSoon_1agv8_265{font-size:.72rem;font-weight:500;padding:3px 10px;border-radius:999px;background:#f9731614;color:#ea580c}._detailTitle_1agv8_274{font-size:.98rem;font-weight:700;color:#0f172a;margin:0;line-height:1.4}._detailText_1agv8_282{font-size:.83rem;color:#6b7280;margin:0;line-height:1.55;flex:1}._ctaBtn_1agv8_290{display:inline-flex;align-items:center;justify-content:center;padding:9px 22px;color:#fff;border:none;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;width:fit-content;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 6px 18px #0000002e;margin-top:auto}._ctaBtn_1agv8_290:hover{transform:translateY(-1px);opacity:.92;box-shadow:0 10px 26px #00000038}._imageBox_1agv8_315{width:100%;height:180px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}._previewImg_1agv8_325{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}._imageBox_1agv8_315:hover ._previewImg_1agv8_325{transform:scale(1.04)}._iconFallback_1agv8_338{font-size:3rem;opacity:.5}@media(max-width:1023px){._dropdown_1agv8_67{display:none}}._wrapper_1jseo_5{position:relative;display:flex;align-items:center}._trigger_1jseo_12{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;font-size:.98rem;font-weight:500;color:#111827;padding:0;position:relative;transition:color .18s ease}._trigger_1jseo_12:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_1jseo_12:hover,._triggerActive_1jseo_39{color:#04b4ef}._trigger_1jseo_12:hover:after,._triggerActive_1jseo_39:after{width:100%}._triggerLuxury_1jseo_49{color:#f8f2e6d9}._triggerLuxury_1jseo_49:hover{color:#c9a84c}._caret_1jseo_58{transition:transform .22s ease;opacity:.7}._caretOpen_1jseo_63{transform:rotate(180deg)}._dropdown_1jseo_68{position:fixed;top:62px;left:50%;transform:translate(-50%);background:#fff;border-radius:20px;box-shadow:0 20px 48px #0f172a21;display:grid;grid-template-columns:auto auto 1fr;width:fit-content;min-width:min(860px,90vw);max-width:90vw;z-index:99999;overflow:hidden;animation:_dropIn_1jseo_1 .18s cubic-bezier(.16,1,.3,1) forwards}@keyframes _dropIn_1jseo_1{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._leftPanel_1jseo_98{padding:20px 16px;border-right:1px solid #f0f0f0;display:flex;flex-direction:row;gap:0;width:fit-content}._section_1jseo_107{display:flex;flex-direction:column;gap:4px;width:fit-content;min-width:180px;padding:0 10px}._section_1jseo_107:first-child{border-right:1px solid #f0f0f0;padding-right:14px}._section_1jseo_107:last-child{padding-left:14px}._sectionLabel_1jseo_126{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:0 8px;margin:0 0 6px}._list_1jseo_136{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._listItem_1jseo_145{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;text-decoration:none;cursor:pointer;transition:background .14s ease,transform .14s ease;position:relative}._listItem_1jseo_145:hover,._listItemActive_1jseo_158{background:#f3f4ff;transform:translateY(-1px)}._iconBox_1jseo_163{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease}._listItem_1jseo_145:hover ._iconBox_1jseo_163,._listItemActive_1jseo_158 ._iconBox_1jseo_163{transform:scale(1.08)}._itemText_1jseo_179{display:flex;flex-direction:column;gap:2px;flex:1}._itemTitle_1jseo_186{font-size:.88rem;font-weight:600;color:#111827}._itemSubtitle_1jseo_192{font-size:.76rem;color:#6b7280}._arrow_1jseo_197{color:#9ca3af;opacity:0;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease;flex-shrink:0}._listItem_1jseo_145:hover ._arrow_1jseo_197,._listItemActive_1jseo_158 ._arrow_1jseo_197{opacity:1;transform:translate(0)}._rightPanel_1jseo_214{padding:20px 18px;background:#fafbff;display:flex;flex-direction:column;min-width:240px;max-width:280px}._previewCard_1jseo_223{display:flex;flex-direction:column;gap:14px;height:100%}._previewTag_1jseo_230{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:999px;width:fit-content}._illustration_1jseo_242{width:100%;height:140px;border-radius:14px;overflow:hidden;flex-shrink:0}._previewContent_1jseo_250{display:flex;flex-direction:column;gap:4px}._previewTitle_1jseo_256{font-size:1rem;font-weight:700;color:#0f172a;margin:0}._previewText_1jseo_263{font-size:.82rem;color:#6b7280;margin:0;line-height:1.5}._ctaBtn_1jseo_270{display:inline-flex;align-items:center;justify-content:center;padding:9px 20px;background:linear-gradient(135deg,#04b4ef,#00659c);color:#fff;border-radius:999px;font-size:.84rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;width:fit-content;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 6px 18px #04b4ef40;margin-top:auto}._ctaBtn_1jseo_270:hover{transform:translateY(-1px);box-shadow:0 10px 24px #04b4ef59}@media(max-width:1023px){._dropdown_1jseo_68{display:none}}._previewImage_1jseo_305{width:100%;height:100%;object-fit:cover;border-radius:14px}._emptyState_1jseo_312{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:13px;border-radius:14px}._wrapper_uvw02_4{position:relative}._trigger_uvw02_11{background:none;border:none;cursor:pointer;font-weight:500;font-size:.98rem;display:inline-flex;align-items:center;gap:5px;padding:0;color:#111827;font-family:inherit;position:relative;transition:color .18s ease}._trigger_uvw02_11:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#04b4ef;transition:width .25s ease}._trigger_uvw02_11:hover,._triggerActive_uvw02_39{color:#04b4ef}._trigger_uvw02_11:hover:after,._triggerActive_uvw02_39:after{width:100%}._triggerLuxury_uvw02_48{color:#f8f2e6d9}._triggerLuxury_uvw02_48:hover{color:#c9a84c}._caret_uvw02_55{transition:transform .22s ease;opacity:.7}._caretOpen_uvw02_60{transform:rotate(180deg)}._dropdown_uvw02_68{position:fixed;top:62px;left:50%;transform:translate(-50%);display:flex;width:900px;max-width:96vw;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001f;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden;z-index:99999;animation:_dropDown_uvw02_1 .2s ease}@keyframes _dropDown_uvw02_1{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._leftPanel_uvw02_93{flex:1;display:grid;grid-template-columns:1fr 1fr;padding:28px 24px;border-right:1px solid #f0f0f0}._section_uvw02_101{padding:0 12px}._section_uvw02_101:first-child{border-right:1px solid #f0f0f0}._sectionLabel_uvw02_110{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 14px}._list_uvw02_119{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}._listItem_uvw02_129{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s ease;position:relative}._listItem_uvw02_129:hover,._listItemActive_uvw02_142{background:#f3f6ff}._iconBox_uvw02_147{width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:10px}._itemText_uvw02_157{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}._itemTitle_uvw02_166{font-size:15px;font-weight:600;color:#111827;line-height:1.2}._itemSubtitle_uvw02_174{font-size:13px;color:#6b7280;line-height:1.2}._arrow_uvw02_180{font-size:18px;color:#9ca3af;font-weight:300}._rightPanel_uvw02_188{width:280px;min-width:280px;display:flex;align-items:center;justify-content:center;padding:24px 20px;background:#fafbff}._previewCard_uvw02_198{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;animation:_fadeUp_uvw02_1 .18s ease}@keyframes _fadeUp_uvw02_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._previewTag_uvw02_212{font-size:10px;font-weight:700;letter-spacing:.08em;padding:3px 8px;border-radius:999px}._previewImageBox_uvw02_221{width:100%;height:170px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}._previewImg_uvw02_231{width:100%;height:100%;object-fit:cover;display:block}._previewTitle_uvw02_238{font-size:15px;font-weight:700;color:#111827;margin:0}._previewSubtitle_uvw02_245{font-size:12px;color:#6b7280;margin:0}._ctaBtn_uvw02_251{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#04b4ef,#0077b6);color:#fff;border-radius:999px;text-decoration:none;font-size:13px;font-weight:600;transition:opacity .2s,transform .15s}._ctaBtn_uvw02_251:hover{opacity:.9;transform:translateY(-1px)}._emptyState_uvw02_268{display:flex;flex-direction:column;align-items:center;gap:10px;color:#c4c9d4;font-size:12px;text-align:center}._emptyState_uvw02_268 p{margin:0}._emptyDots_uvw02_280{display:flex;gap:6px}._emptyDots_uvw02_280 span{width:8px;height:8px;border-radius:50%;background:#e5e7eb;animation:_pulse_uvw02_1 1.4s ease-in-out infinite}._emptyDots_uvw02_280 span:nth-child(2){animation-delay:.2s}._emptyDots_uvw02_280 span:nth-child(3){animation-delay:.4s}@keyframes _pulse_uvw02_1{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@media(max-width:1023px){._dropdown_uvw02_68{display:none}}._mobilePanel_uvw02_311{display:none!important}._drawerOverlay_rkiux_2{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:.3s ease;z-index:20001}._showOverlay_rkiux_12{opacity:1;visibility:visible}._drawer_rkiux_2{position:fixed;top:0;right:-420px;width:420px;height:100%;background:#fff;display:flex;flex-direction:column;padding:20px;transition:right .35s ease;z-index:20002;box-shadow:-6px 0 25px #0000001a}._openDrawer_rkiux_33{right:0}._drawerHeader_rkiux_38{display:flex;justify-content:space-between;align-items:center}._drawerHeader_rkiux_38 h2{font-size:18px;font-weight:600}._drawerHeader_rkiux_38 button{background:none;border:none;font-size:18px;cursor:pointer}._divider_rkiux_57{margin:12px 0 16px;border:none;border-top:1px solid #e5e7eb}._drawerForm_rkiux_64{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px}._formGroup_rkiux_73{display:flex;flex-direction:column;gap:6px}._formGroup_rkiux_73 label{font-size:13px;font-weight:600;color:#334155}._inputWrapper_rkiux_86{display:flex;align-items:center;border-radius:10px;padding:2px 12px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .2s ease}._inputWrapper_rkiux_86:focus-within{border-color:#2563eb;background:#fff}._icon_rkiux_102{font-size:14px;color:#94a3b8;margin-right:10px}._inputWrapper_rkiux_86 input{border:none;outline:none;background:transparent;width:100%;font-size:14px}._drawerForm_rkiux_64 textarea{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc;font-size:14px;min-height:100px;resize:none}._drawerForm_rkiux_64 textarea:focus{border-color:#2563eb;background:#fff;outline:none}._drawerFooter_rkiux_135{border-top:1px solid #e5e7eb;padding-top:14px;background:#fff}._demoBtn_rkiux_142{width:100%;background:#ef4444;color:#fff;padding:14px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}._demoBtn_rkiux_142:hover{background:#dc2626}@media(max-width:1024px){._drawer_rkiux_2{width:380px}}@media(max-width:768px){._drawer_rkiux_2{width:100%;right:-100%;padding:18px}._openDrawer_rkiux_33{right:0}._drawerHeader_rkiux_38 h2{font-size:16px}._drawerForm_rkiux_64{gap:12px}._formGroup_rkiux_73 label{font-size:12px}._inputWrapper_rkiux_86{padding:10px}._drawerFooter_rkiux_135{padding-top:10px}._demoBtn_rkiux_142{padding:12px;font-size:14px}}@media(max-width:480px){._drawer_rkiux_2{padding:16px 14px}._drawerHeader_rkiux_38 h2{font-size:15px}._inputWrapper_rkiux_86 input,._drawerForm_rkiux_64 textarea{font-size:13px}._icon_rkiux_102{font-size:13px;margin-right:8px}._demoBtn_rkiux_142{padding:11px;font-size:13px}}._footer_nlhzg_1{background:#fff;color:#111827;border-top:1px solid #e5e7eb}._container_nlhzg_8{width:100%;max-width:1300px;margin:0 auto;padding:2.5rem 1rem}._topSection_nlhzg_16{display:grid;grid-template-columns:1.4fr 4fr;gap:2rem;padding-bottom:2rem}._brand_nlhzg_25{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.4rem}._brand_nlhzg_25 p{color:#6b7280;font-size:.9rem;line-height:1.5}._links_nlhzg_39{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}._links_nlhzg_39 h4{font-size:.8rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem!important}._links_nlhzg_39 ul{list-style:none;margin:0;padding:0}._links_nlhzg_39 ul li{margin-bottom:.4rem}._links_nlhzg_39 ul li a{color:#6b7280;font-size:.9rem;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}._links_nlhzg_39 ul li a:hover{color:#111827}._bottomSection_nlhzg_81{width:100%;padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}._bottomSection_nlhzg_81 p{font-size:.8rem;color:#6b7280;margin:0}._bottomSection_nlhzg_81 a{color:#111827;text-decoration:none;font-weight:600}._bottomSection_nlhzg_81 a:hover{text-decoration:underline}._footerLuxury_nlhzg_109{background:#0a0f1e;color:#f8f2e6;border-top:1px solid rgba(201,168,76,.2)}._footerLuxury_nlhzg_109 ._brand_nlhzg_25 h2,._footerLuxury_nlhzg_109 ._links_nlhzg_39 h4,._footerLuxury_nlhzg_109 ._bottomSection_nlhzg_81 a{color:#f8f2e6}._footerLuxury_nlhzg_109 ._links_nlhzg_39 ul li a{color:#f8f2e6b3}._footerLuxury_nlhzg_109 ._links_nlhzg_39 ul li a:hover{color:#c9a84c}._footerLuxury_nlhzg_109 ._bottomSection_nlhzg_81 p{color:#f8f2e699}@media(min-width:769px)and (max-width:1024px){._topSection_nlhzg_16{grid-template-columns:1fr;gap:2.5rem}._links_nlhzg_39{display:block}._accordionItem_nlhzg_150{border-bottom:1px solid #e5e7eb}._accordionHeader_nlhzg_155{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:16px 0}._arrow_nlhzg_164{display:block;transition:transform .3s ease}._rotate_nlhzg_169{transform:rotate(180deg)}._accordionContent_nlhzg_174{max-height:0;overflow:hidden;transition:max-height .35s ease}._accordionContent_nlhzg_174 ul{padding-bottom:14px}._show_nlhzg_185{max-height:450px}._contactBlock_nlhzg_190{border-bottom:1px solid #e5e7eb;padding:16px 0}._bottomSection_nlhzg_81{flex-direction:column;text-align:center}}@media(max-width:768px){._topSection_nlhzg_16{grid-template-columns:1fr}._links_nlhzg_39{display:block}._contactBlock_nlhzg_190{border-bottom:1px solid #e5e7eb;padding:14px 0}._links_nlhzg_39 h4{margin-bottom:0!important}._accordionItem_nlhzg_150{border-bottom:1px solid #e5e7eb}._accordionHeader_nlhzg_155{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:14px 0}._arrow_nlhzg_164{transition:transform .3s ease}._rotate_nlhzg_169{transform:rotate(180deg)}._accordionContent_nlhzg_174{max-height:0;overflow:hidden;transition:max-height .35s ease}._accordionContent_nlhzg_174 ul{padding-bottom:12px}._show_nlhzg_185{max-height:200px}._bottomSection_nlhzg_81{flex-direction:column;text-align:center}}@media(max-width:480px){._container_nlhzg_8{padding:2rem 1rem}}._socialWrapper_nlhzg_281{display:flex;justify-content:start;padding:1rem 0;border-bottom:1px solid #e5e7eb}._socials_nlhzg_289{display:flex;gap:18px}._socials_nlhzg_289 a{color:#6b7280;font-size:22px;transition:all .25s ease}._footerLeft_nlhzg_301 a:nth-child(1):hover{color:#1877f2}._footerLeft_nlhzg_301 a:nth-child(2):hover{color:#e1306c}._footerLeft_nlhzg_301 a:nth-child(3):hover{color:#25d366}._footerLeft_nlhzg_301 a:nth-child(4):hover{color:#0a66c2}._footerLeft_nlhzg_301 a:nth-child(5):hover{color:red}._fb_nlhzg_323,._ig_nlhzg_324,._tw_nlhzg_325,._li_nlhzg_39{all:unset}._arrow_nlhzg_164{display:none}@media(max-width:768px){._arrow_nlhzg_164{display:block}}@media(max-width:1024px){._arrow_nlhzg_164{display:block}}._contactBlock_nlhzg_190{display:flex;flex-direction:column;gap:10px}._contactGroup_nlhzg_361{display:flex;flex-direction:column;gap:4px}._contactGroup_nlhzg_361 span{font-size:.7rem;text-transform:uppercase;color:#9ca3af;font-weight:600}._contactGroup_nlhzg_361 a{font-size:.9rem;color:#6b7280;font-weight:500}._supportLink_nlhzg_382{color:#2563eb;font-weight:600}._contactSection_nlhzg_387{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._logoWrapper_nlhzg_395{display:flex;align-items:center}._logo_nlhzg_395{height:42px;width:auto;object-fit:contain}@media(max-width:768px){._logo_nlhzg_395{height:36px}}._footerBottom_nlhzg_412{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-top:1rem;margin-top:1.5rem;position:relative}._footerLeft_nlhzg_301{display:flex;gap:18px}._footerLeft_nlhzg_301 a{color:#6b7280;font-size:18px;transition:.2s}._footerCenter_nlhzg_439{position:absolute;left:50%;transform:translate(-50%);font-size:.8rem;color:#6b7280}._footerRight_nlhzg_448{font-size:.8rem;color:#6b7280}._footerRight_nlhzg_448 a{color:#111827;font-weight:600}@media(max-width:768px){._footerBottom_nlhzg_412{flex-direction:column;gap:10px}._footerCenter_nlhzg_439{position:static;transform:none;text-align:center}}._wrapper_9714a_2{background-color:#fff;min-height:100vh}._heroSection_9714a_8{height:45vh;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#0a7fa8,#055270 40%,#073d57);background-blend-mode:overlay}._heroContent_9714a_30{position:relative;z-index:0;max-width:800px;margin:0 auto}._heroTitle_9714a_38{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}._aboutLight_9714a_46{color:#f5f5f5;font-weight:800}._gitBlue_9714a_51{color:#03b4ef;font-weight:800}._heroSubtitle_9714a_58{font-size:1rem;font-weight:400;color:#c8d6df;opacity:.95}._container_9714a_66{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}._storySection_9714a_74{padding:6rem 0 4rem;width:100%}._storyGrid_9714a_81{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}._badge_9714a_89{display:inline-block;background-color:#03b4ef26;color:#03b4ef;padding:.45rem 1.1rem;border-radius:30px;font-size:.9rem;font-weight:600;letter-spacing:.3px}._sectionTitle_9714a_101{font-size:2.5rem;font-weight:700;color:#073d57;margin-top:1rem;margin-bottom:1.5rem;line-height:1.2}._storyText_9714a_111{font-size:1.15rem;line-height:1.8;color:#374151;margin-bottom:1.4rem}._storyImageWrapper_9714a_119{position:relative}._imageDecoration_9714a_124{position:absolute;top:-20px;right:60px;width:85%;height:100%;background:linear-gradient(135deg,#03b4ef40,#0a7fa840);border-radius:1rem;filter:blur(10px);z-index:0}._storyImage_9714a_119{position:relative;width:85%;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:1rem;box-shadow:0 15px 40px #00000026;transition:transform .3s ease}._storyImage_9714a_119:hover{transform:scale(1.03)}._missionSection_9714a_157{width:100%;padding:4rem 0 1rem}._servicesSection_9714a_164{padding:0rem 0 0}._whyChooseSection_9714a_169{padding:4rem 0;background-color:#f9fafb;border-radius:15px;margin-bottom:60px;width:100%}._whyChooseContent_9714a_177{text-align:center;max-width:1100px;margin:0 auto}._sectionSubtitle_9714a_183{font-size:1.25rem;color:#6b7280;margin-top:1rem}._sectionTitle_9714a_101{font-size:2.5rem;font-weight:700;color:#073d57;margin-bottom:1.5rem;line-height:1.2}._sectionTitle_9714a_101 span{color:#03b4ef;font-weight:700}._featuresGrid_9714a_205{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}._featureCard_9714a_213{background-color:#fff;padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease;border:1px solid #e5e7eb}._featureCard_9714a_213:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}._featureIcon_9714a_228{font-size:3rem;margin-bottom:1rem;color:#03b4ef;display:flex;justify-content:center;align-items:center}._featureTitle_9714a_238{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}._featureText_9714a_246{font-size:.9375rem;color:#6b7280;line-height:1.6}._ctaSection_9714a_253{padding:5rem 0;text-align:center}._ctaContent_9714a_258{background:linear-gradient(135deg,#e31e24,#ff4d4d);padding:4rem 3rem;border-radius:1.5rem;color:#fff}._ctaTitle_9714a_265{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._ctaText_9714a_271{font-size:1.25rem;margin-bottom:2rem;opacity:.9}._ctaButton_9714a_277{background-color:#fff;color:#e31e24;padding:1rem 2.5rem;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}._ctaButton_9714a_277:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}@media(max-width:1024px){._heroTitle_9714a_38,._sectionTitle_9714a_101,._sectionTitle_9714a_101 span{font-size:2.5rem}._storyGrid_9714a_81{grid-template-columns:1fr;gap:3rem}._storyImageWrapper_9714a_119{scale:90%}._imageDecoration_9714a_124{top:-30px;right:25px;width:85%;height:100%}._storyImage_9714a_119{position:relative;left:55px}._storyContent_9714a_330{padding-right:0}._featuresGrid_9714a_205{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._heroTitle_9714a_38,._sectionTitle_9714a_101,._sectionTitle_9714a_101 span{font-size:2.2rem}._imageDecoration_9714a_124{top:-20px;right:8px;width:85%;height:100%}._storyImage_9714a_119{position:relative;left:26px}._heroSubtitle_9714a_58{font-size:1.125rem}._statsGrid_9714a_369{grid-template-columns:1fr;gap:1.5rem}._featuresGrid_9714a_205{grid-template-columns:1fr}._ctaTitle_9714a_265{font-size:2rem}._ctaContent_9714a_258{padding:3rem 2rem}._container_9714a_66{padding:0 1rem}._storySection_9714a_74,._whyChooseSection_9714a_169,._ctaSection_9714a_253{padding:3rem 0}._heroSection_9714a_8{padding:4rem 1.5rem}._whyChooseSection_9714a_169{padding:1rem 20px}._featuresGrid_9714a_205{gap:1rem}._whyChooseContent_9714a_177{padding:0 10px}}._section_1btp3_1{width:100%;padding:4rem 0;background:#f5f5f5}._container_1btp3_7{max-width:1100px;margin:0 auto;padding:0 1rem;background:transparent!important}._header_1btp3_14{text-align:center;margin-bottom:2rem}._mainTitle_1btp3_19{font-size:3rem;font-weight:800;color:#073d57}._blue_1btp3_25{color:#03b4ef;font-size:3rem;font-weight:700}._subtitle_1btp3_31{font-size:1.15rem;color:#3a4b57;max-width:600px;margin:0 auto}._tabNavWrapper_1btp3_39{display:flex;justify-content:center;margin:2.5rem 0}._tabNav_1btp3_39{background:#e1e5e8;border-radius:8px;padding:4px;display:flex;gap:4px}._tabButton_1btp3_53{padding:.75rem 1.7rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;background:transparent;color:#073d57;transition:.3s ease}._tabButtonActive_1btp3_64{background:#03b4ef;color:#fff!important}._tabContent_1btp3_70{background:#fff;border-radius:1rem;padding:2.2rem;box-shadow:0 10px 25px #00000012}._contentTitle_1btp3_77{font-size:1.7rem;font-weight:700;color:#073d57;margin-bottom:1.4rem}._contentSpacing_1btp3_84{display:flex;flex-direction:column;gap:1.2rem}._paragraph_1btp3_90{font-size:1.125rem;color:#2d3b45;line-height:1.75}._blueBold_1btp3_96{color:#03b4ef;font-weight:700}._missionBox_1btp3_102{background:#edf6fa;border-left:4px solid #03B4EF;padding:1.3rem;border-radius:8px}._boxTitle_1btp3_109{font-size:1.3rem;font-weight:700;color:#073d57;margin-bottom:.5rem}._valuesList_1btp3_116{color:#2d3b45;font-size:1.1rem;display:flex;flex-direction:column;gap:6px}@media(max-width:1024px){._mainTitle_1btp3_19,._blue_1btp3_25{font-size:2.5rem}}@media(max-width:768px){._mainTitle_1btp3_19,._blue_1btp3_25{font-size:2.2rem}._tabContent_1btp3_70{padding:1.4rem}._tabButton_1btp3_53{padding:.6rem 1.2rem}}._section_1hpix_1{padding:0rem 0 4rem;background-color:#fff}._container_1hpix_6{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){._container_1hpix_6{padding:0 1.5rem}}@media(min-width:1024px){._container_1hpix_6{padding:0 2rem}}._header_1hpix_24{text-align:center;margin-bottom:3rem}._mainTitle_1hpix_31{font-size:3rem;font-weight:700;color:#073d57;margin-bottom:1rem}._doBestBlue_1hpix_38{color:#03b4ef;font-size:3rem;font-weight:700}._subtitle_1hpix_44{font-size:1.125rem;color:#4b5563}._grid_1hpix_51{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){._grid_1hpix_51{grid-template-columns:repeat(2,1fr);gap:2rem}}._card_1hpix_64{background-color:#f5f5f5;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s ease}._card_1hpix_64:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}._iconWrapper_1hpix_77{width:3.5rem;height:3.5rem;background-color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._realIcon_1hpix_88{font-size:1.9rem;color:#03b4ef}._cardTitle_1hpix_93{font-size:1.5rem;font-weight:700;color:#073d57;margin-bottom:.75rem}._cardDescription_1hpix_100{font-size:1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.5}._featureList_1hpix_107{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._featureItem_1hpix_116{font-size:.9375rem;color:#374151;display:flex;align-items:flex-start;gap:.5rem}._bullet_1hpix_124{color:#03b4ef;font-size:.75rem;margin-top:.25rem;flex-shrink:0}@media(max-width:1024px){._mainTitle_1hpix_31,._doBestBlue_1hpix_38{font-size:2.5rem}}@media(max-width:768px){._mainTitle_1hpix_31,._doBestBlue_1hpix_38{font-size:2.2rem}}@media(max-width:768px){._section_1hpix_1{padding:0}}._wrapper_1urcw_2{background:#f5f7fa;color:#111;width:100%;overflow-x:hidden}._heroSection_1urcw_12{height:42vh;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at center,#0a7fa8,#055270 40%,#073d57);padding:3rem 1rem}._heroContent_1urcw_28{max-width:700px;color:#fff}._heroContent_1urcw_28 h2{font-size:clamp(2.3rem,5vw,3rem);font-weight:800;margin-bottom:1rem}._heroContent_1urcw_28 h2 span{font-size:clamp(2.3rem,5vw,3rem);font-weight:800;margin-bottom:1rem;color:#03b4ef}._heroContent_1urcw_28 p{font-size:1.1rem;line-height:1.65;color:#d9ebf2;opacity:.95}._servicesStrip_1urcw_56{padding:5rem 0;background:#fdfdfd}._serviceGrid_1urcw_61{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._serviceCard_1urcw_67{background:#fff;padding:2rem 1.8rem;border-radius:18px;border:1px solid #e6e6e6;box-shadow:0 4px 24px #0000000f;transition:all .35s ease;text-align:center}._serviceCard_1urcw_67:hover{transform:translateY(-8px);box-shadow:0 12px 34px #00000014}._iconBox_1urcw_82{width:3.2rem;height:3.2rem;border-radius:12px;background:#03b4ef26;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}._iconBox_1urcw_82 svg{font-size:1.7rem;color:#03b4ef}._serviceCard_1urcw_67 h3{font-size:1.3rem;font-weight:700;color:#073d57;margin-bottom:.5rem}._serviceCard_1urcw_67 p{font-size:.95rem;color:#565656;line-height:1.55}._faqSection_1urcw_114{padding:5rem 0;background:#fff}._faqGrid_1urcw_119{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem;align-items:flex-start}._imgWrapper_1urcw_126{border-radius:14px;overflow:hidden;position:relative}._imgFAQ_1urcw_132{width:100%;border-radius:14px;object-fit:cover}._faqHeading_1urcw_138{font-size:2.2rem;font-weight:800;color:#073d57;margin-bottom:1.8rem}._faqItem_1urcw_145{border-bottom:1px solid #e2e6ea;padding:1.2rem 0;transition:.3s ease}._faqItem_1urcw_145 button{background:none;border:none;width:100%;padding:0;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;color:#073d57;cursor:pointer;text-align:left}._faqItem_1urcw_145 p{max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:.35s ease;color:#4b4b4b;font-size:.95rem;line-height:1.6;margin-left:2px}._faqItem_1urcw_145._active_1urcw_179 p{max-height:500px;opacity:1;transform:translateY(0);margin-top:.85rem}._rotate_1urcw_186{transform:rotate(180deg);transition:.3s ease}._contactSection_1urcw_194{padding:5rem 0;background:#f5f5f5}._formHeading_1urcw_199{text-align:center;color:#073d57;font-size:2.3rem;font-weight:800;margin-bottom:3rem}._contactContent_1urcw_207{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem}._contactContent_1urcw_207 form{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 12px 32px #00000014;transition:.35s ease}._contactContent_1urcw_207 form:hover{transform:translateY(-4px)}._contactContent_1urcw_207 label{display:block;margin-bottom:6px;font-size:.95rem;font-weight:600;color:#073d57}._contactContent_1urcw_207 input,._contactContent_1urcw_207 textarea{width:100%;padding:12px 15px;border-radius:8px;border:1.4px solid #d7d7d7;background:#fafafa;margin-bottom:1rem;font-size:.95rem;transition:all .3s ease}._contactContent_1urcw_207 input:focus,._contactContent_1urcw_207 textarea:focus{border-color:#03b4ef;box-shadow:0 0 0 3px #03b4ef2e;outline:none}._contactContent_1urcw_207 button{width:100%;padding:.9rem;font-size:1.1rem;font-weight:700;border-radius:10px;border:none;background:linear-gradient(135deg,#0a7fa8,#03b4ef);color:#fff;cursor:pointer;transition:.3s ease}._contactContent_1urcw_207 button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#055270,#03a3d6)}._success_1urcw_271{background:#e6f7ff;color:#0278a6;padding:10px 14px;border-radius:8px;margin-top:.8rem;text-align:center}._error_1urcw_280{background:#ffe9e9;color:#d32f2f;padding:10px 14px;border-radius:8px;margin-top:.8rem;text-align:center}._contactInfo_1urcw_292{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000000f}._contactInfo_1urcw_292 h3{color:#073d57;font-size:1.6rem;font-weight:700;margin-bottom:1rem}._contactInfo_1urcw_292 p{color:#555;margin-bottom:.8rem;line-height:1.6}._officeSection_1urcw_315{padding:5rem 0;background:#fff}._officeHeading_1urcw_320{text-align:center;font-size:2.3rem;font-weight:800;color:#073d57;margin-bottom:2rem}._mapBox_1urcw_328{width:100%;height:350px;border-radius:20px;overflow:hidden;box-shadow:0 8px 26px #0000001a}@media(max-width:1024px){._heroSection_1urcw_12{height:auto;padding:4rem 2rem}._heroContent_1urcw_28{max-width:600px}._faqGrid_1urcw_119,._contactContent_1urcw_207{gap:2.5rem}._mapBox_1urcw_328{height:300px}}@media(max-width:789px){._serviceGrid_1urcw_61{grid-template-columns:repeat(2,1fr)}._faqGrid_1urcw_119,._contactContent_1urcw_207{grid-template-columns:1fr}._heroContent_1urcw_28 h2,._heroContent_1urcw_28 h2 span{font-size:2rem;line-height:1.3}._formHeading_1urcw_199,._officeHeading_1urcw_320{font-size:2rem}}@media(max-width:600px){._servicesStrip_1urcw_56,._faqSection_1urcw_114,._contactSection_1urcw_194,._officeSection_1urcw_315{padding:3rem 1.2rem}._serviceGrid_1urcw_61{grid-template-columns:1fr}._serviceCard_1urcw_67{padding:1.6rem 1.4rem}._faqHeading_1urcw_138{font-size:1.6rem}._contactContent_1urcw_207 form,._contactInfo_1urcw_292{padding:2rem 1.4rem}._mapBox_1urcw_328{height:260px}}@media(max-width:480px){._heroSection_1urcw_12{padding:2.5rem 1rem}._heroContent_1urcw_28 h2,._heroContent_1urcw_28 h2 span{font-size:1.7rem}._heroContent_1urcw_28 p{font-size:.9rem}._serviceCard_1urcw_67 h3{font-size:1.15rem}._serviceCard_1urcw_67 p,._faqItem_1urcw_145 button,._faqItem_1urcw_145 p{font-size:.88rem}._formHeading_1urcw_199,._officeHeading_1urcw_320{font-size:1.55rem}._contactContent_1urcw_207 input,._contactContent_1urcw_207 textarea{font-size:.9rem}._contactContent_1urcw_207 button{font-size:.95rem}._mapBox_1urcw_328{height:220px}}._mapWrapper_rkhqg_1{width:100%;height:500px;position:relative;overflow:hidden;background:#f9fafb}._mapFrame_rkhqg_11{width:100%;height:500px;border:0}._directionBtn_rkhqg_18{position:absolute;bottom:29px;right:60px;background-color:#111;color:#fff;padding:5px 10px;font-weight:500;font-size:12px;text-decoration:none;transition:all .3s ease}._directionBtn_rkhqg_18:hover{transform:translateY(-2px)}._page_11tuk_1{background:#fff;color:#111827;font-family:Inter,sans-serif}._hero_11tuk_8{background-image:url(/assets/bgg-DW0cE9m5.svg);background-size:cover;padding:100px 20px;text-align:center}._heroTitle_11tuk_15{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:20px}._heroSubtitle_11tuk_22{max-width:700px;margin:0 auto;font-size:1.2rem;color:#4b5563;line-height:1.8}._sectionTitle_11tuk_31{text-align:center;font-size:2rem;font-weight:700;margin-bottom:10px;color:#1f2937}._sectionSubtitle_11tuk_39{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:40px}._valuesSection_11tuk_47{padding:80px 20px}._valuesGrid_11tuk_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1200px;margin:0 auto}._valueCard_11tuk_59{background:#fff;border-radius:20px;padding:30px 20px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;text-align:center}._valueCard_11tuk_59:hover{transform:translateY(-6px);box-shadow:0 8px 25px #00000014}._iconBox_11tuk_73{margin-bottom:15px}._icon_11tuk_73{width:48px;height:48px;color:#4f46e5;margin:0 auto}._valueTitle_11tuk_84{font-size:1.3rem;font-weight:600;margin-bottom:10px}._valueDesc_11tuk_90{font-size:1rem;color:#4b5563;line-height:1.6}._compareSection_11tuk_97{padding:80px 20px;background:linear-gradient(135deg,#eef4ff,#f9f5ff);text-align:center}._tableWrapper_11tuk_103{max-width:1000px;margin:0 auto;overflow-x:auto}._compareTable_11tuk_109{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #00000014}._compareTable_11tuk_109 th,._compareTable_11tuk_109 td{padding:18px;font-size:1rem;text-align:left}._compareTable_11tuk_109 th{background:#4f46e5;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._compareTable_11tuk_109 tr:nth-child(2n){background:#f9fafb}._compareTable_11tuk_109 td{border-bottom:1px solid #e5e7eb}._compareTable_11tuk_109 tr:last-child td{border-bottom:none}._tick_11tuk_146{color:#16a34a;font-weight:700;margin-right:6px}._cross_11tuk_152{color:#dc2626;font-weight:700;margin-right:6px}._compareTable_11tuk_109 td:nth-child(2){font-weight:500;color:#b91c1c}._compareTable_11tuk_109 td:nth-child(3){font-weight:600;color:#15803d}@media(max-width:768px){._heroContent_11tuk_168{padding:0 15px}._valuesSection_11tuk_47{padding:36px 15px}}:root{--bg:#ffffff;--bg-soft:#f6f7f9;--border:#e6e8ec;--text:#0f172a;--muted:#6b7280;--primary:#2563eb;--primary-weak:#e8efff;--danger:#ef4444;--shadow:0 2px 10px rgba(15,23,42,.06);--radius:14px}*{box-sizing:border-box}html,body,#_root_1axnt_1{height:100%}body{background:var(--bg);color:var(--text)}._container_1axnt_18{max-width:1200px;margin:24px auto 64px;padding:0 16px}._emptyState_1axnt_24{max-width:700px;margin:40px auto;padding:24px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--muted)}._stepperWrap_1axnt_36{position:sticky;top:0;z-index:10;background:linear-gradient(var(--bg) 70%,rgba(255,255,255,0));padding:14px 0 6px;-webkit-backdrop-filter:saturate(1.2) blur(4px);backdrop-filter:saturate(1.2) blur(4px)}._stepper_1axnt_36{display:flex;gap:8px;overflow:auto;padding-bottom:8px}._step_1axnt_36{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);background:#fff;border-radius:999px;box-shadow:var(--shadow);white-space:nowrap;cursor:pointer;transition:transform .08s ease,border-color .2s ease,background .2s ease}._step_1axnt_36:hover{transform:translateY(-1px)}._stepActive_1axnt_66{border-color:var(--primary);background:var(--primary-weak)}._stepDone_1axnt_67{border-color:#a7f3d0;background:#ecfdf5}._stepIndex_1axnt_68{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:var(--primary)}._stepDone_1axnt_67 ._stepIndex_1axnt_68{background:#10b981}._stepLabel_1axnt_75{font-size:13px;font-weight:600;color:#111827}._progressBar_1axnt_77{height:6px;width:100%;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);overflow:hidden}._progressFill_1axnt_84{height:100%;background:var(--primary);transition:width .25s ease}._card_1axnt_91{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin:14px 0 26px;box-shadow:var(--shadow)}._cardHeader_1axnt_99{font-weight:800;font-size:18px;margin-bottom:14px}._cardHeaderRow_1axnt_100{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._muted_1axnt_101{color:var(--muted)}._gridTwo_1axnt_104{display:grid;grid-template-columns:1fr 1fr;gap:12px}._gridThree_1axnt_105{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}._row_1axnt_106{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center}._inlineFields_1axnt_107{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:900px){._gridTwo_1axnt_104,._gridThree_1axnt_105,._row_1axnt_106,._inlineFields_1axnt_107{grid-template-columns:1fr}}._form_1axnt_113{display:block}._formLabel_1axnt_114{display:flex;margin-top:20px;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#111827}._input_1axnt_115,._textarea_1axnt_115,._fileInput_1axnt_115{width:100%;padding:11px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-size:14px}._input_1axnt_115:focus,._textarea_1axnt_115:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}._textarea_1axnt_115{min-height:110px;resize:vertical}._inputHintError_1axnt_131{margin-top:6px;color:var(--danger);font-size:12px}._zoneRow_1axnt_134{display:grid;grid-template-columns:1.2fr 1.2fr .8fr .8fr .6fr .6fr auto;gap:10px;padding:10px;border:1px dashed var(--border);border-radius:12px;margin-bottom:10px;background:var(--bg-soft)}@media(max-width:1000px){._zoneRow_1axnt_134{grid-template-columns:1fr}}._agendaDay_1axnt_149{padding:12px;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;background:#fff}._sessionItem_1axnt_156{margin-top:10px;padding:12px;border:1px dashed var(--border);border-radius:12px;background:var(--bg-soft);display:flex;flex-direction:column;gap:10px}._speakerRow_1axnt_168{display:grid;grid-template-columns:200px 1fr;gap:16px;padding:12px;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;background:#fff}@media(max-width:900px){._speakerRow_1axnt_168{grid-template-columns:1fr}}._speakerPhotoCol_1axnt_179{display:flex;flex-direction:column;gap:10px;align-items:flex-start}._speakerPhoto_1axnt_179{width:180px;height:180px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}._photoPlaceholder_1axnt_183{width:180px;height:180px;border-radius:12px;border:1px dashed var(--border);display:grid;place-items:center;color:var(--muted);background:var(--bg-soft)}._speakerFormCol_1axnt_187{display:flex;flex-direction:column;gap:10px}._mediaRow_1axnt_190{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}._logoBlock_1axnt_191{display:flex;flex-direction:column;gap:10px}._logoPreviewWrap_1axnt_192{width:160px;height:160px;border:1px solid var(--border);border-radius:14px;display:grid;place-items:center;overflow:hidden;background:var(--bg-soft)}._logoPreview_1axnt_192{width:100%;height:100%;object-fit:contain}._noLogo_1axnt_197{color:var(--muted);font-size:13px}._fileInput_1axnt_115{padding:10px;background:#fff}._reviewGrid_1axnt_201{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}._reviewValue_1axnt_208{font-weight:600}._chip_1axnt_210{padding:6px 10px;border-radius:999px;background:var(--bg-soft);border:1px solid var(--border);font-size:12px}._reviewSection_1axnt_213{margin-top:12px}._reviewTitle_1axnt_214{font-weight:700;margin-bottom:6px}._list_1axnt_215,._subList_1axnt_216{padding-left:18px}._btn_1axnt_219{appearance:none;border:1px solid var(--border);background:#fff;color:#111827;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:var(--shadow)}._btn_1axnt_219:hover{transform:translateY(-1px)}._btn_1axnt_219:disabled{opacity:.6;cursor:not-allowed}._btnPrimary_1axnt_228{background:var(--primary);color:#fff;border-color:transparent}._btnPrimary_1axnt_228:hover{filter:brightness(.98)}._btnGhost_1axnt_232{background:#fff;color:#111827}._addBtn_1axnt_236{padding:8px 12px;font-weight:700;border-radius:10px;border:1px solid var(--primary);color:var(--primary);background:#fff}._addBtn_1axnt_236:hover{background:var(--primary-weak)}._addMinorBtn_1axnt_241{padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-weight:600;color:#000}._removeBtn_1axnt_245{padding:8px 10px;border-radius:10px;border:1px solid #fecaca;color:#b91c1c;background:#fff;font-weight:700}._wizardFooter_1axnt_251{position:sticky;bottom:0;left:0;right:0;display:flex;gap:10px;justify-content:flex-end;padding:12px;margin-top:6px;background:linear-gradient(180deg,#ffffffb3,#fff 60%);border-top:1px solid var(--border);-webkit-backdrop-filter:saturate(1.2) blur(3px);backdrop-filter:saturate(1.2) blur(3px)}._skeletonWrap_1axnt_261{max-width:1100px;margin:24px auto;padding:0 16px}._skeletonHeader_1axnt_262,._skeletonCard_1axnt_262{border-radius:12px;background:linear-gradient(90deg,#f2f4f7,#e9edf3,#f2f4f7);background-size:200% 100%;animation:_shimmer_1axnt_1 1.2s infinite}._skeletonHeader_1axnt_262{height:40px;margin-bottom:12px}._skeletonCard_1axnt_262{height:120px;margin-bottom:12px}@keyframes _shimmer_1axnt_1{0%{background-position:200% 0}to{background-position:-200% 0}}._reviewCard_1axnt_270{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;margin:16px 0 32px}._reviewHeader_1axnt_279{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:20px}._reviewTitleMain_1axnt_285{font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px}._reviewSubtitle_1axnt_292{font-size:13px;color:var(--muted)}._reviewSection_1axnt_213{margin-top:22px}._sectionHeading_1axnt_302{font-size:16px;font-weight:700;color:var(--text);border-left:4px solid var(--primary);padding-left:10px;margin-bottom:12px}._reviewGrid_1axnt_201{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:8px}@media(max-width:900px){._reviewGrid_1axnt_201{grid-template-columns:1fr}}._reviewLabel_1axnt_207{font-size:12px;color:var(--muted);margin-bottom:4px}._reviewValue_1axnt_208{font-weight:600;color:var(--text)}._reviewChips_1axnt_209{display:flex;gap:8px;flex-wrap:wrap}._chip_1axnt_210{background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}._list_1axnt_215{list-style:none;padding:0;margin:0}._reviewItem_1axnt_359{background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:10px 14px;margin-bottom:8px}._itemMain_1axnt_367{display:flex;align-items:center;justify-content:space-between}._itemMeta_1axnt_373{font-size:13px;color:var(--muted);margin-left:5px}._itemSub_1axnt_379{font-size:13px;color:var(--muted);margin-top:2px}._agendaDay_1axnt_149{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px;margin-bottom:10px;box-shadow:var(--shadow)}._dayHeader_1axnt_395{font-weight:700;font-size:14px;margin-bottom:8px}._sessionItem_1axnt_156{background:var(--bg-soft);border:1px dashed var(--border);border-radius:8px;padding:8px 10px;margin-bottom:6px}._errorInput_1axnt_408{border:1px solid red!important}._errorText_1axnt_412{font-size:12px;color:red;margin-top:2px}._dateWrapper_1axnt_418{display:flex;flex-direction:column}._sessionTitle_1axnt_424{font-weight:600;color:var(--text)}._sessionMeta_1axnt_429{font-size:13px;color:var(--muted);margin-top:2px}._input_1axnt_115:disabled{background:#f1f1f1;color:#888;border-color:#d0d0d0;cursor:not-allowed;opacity:.7}._zoneCard_1axnt_443{padding:16px;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:18px;background:#fff}._rowzone_1axnt_450{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;margin-bottom:10px}@media(max-width:900px){._rowzone_1axnt_450{grid-template-columns:1fr}}._container_1axnt_18 input:focus{outline:none!important}._fieldCard_1axnt_459{padding:16px;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:18px;background:#fff}._roww_1axnt_467{display:flex;gap:20px;align-items:flex-end}._coll_1axnt_473{flex:1;display:flex;flex-direction:column}._input_1axnt_115:focus{border-color:#007bff;background:#fff}._disabledInput_1axnt_485{background:#f0f0f0!important;border-color:#ccc!important;cursor:not-allowed;opacity:.7}._systemNote_1axnt_492{margin-top:10px;font-size:12px;color:#777;font-style:italic}._inputHintError_1axnt_131{color:#e74c3c;font-size:13px;margin-top:4px;font-weight:500}._socialGrid_1axnt_506{margin-top:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px}._socialItem_1axnt_513{display:flex;flex-direction:column;gap:6px}._labelRow_1axnt_519{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#333}._icon_1axnt_528{font-size:18px;display:flex;align-items:center}._instagram_1axnt_535{color:#e1306c}._linkedin_1axnt_539{color:#0077b5}._website_1axnt_543{color:#374151}._portfolio_1axnt_547{color:#6b7280}._youtube_1axnt_551{color:red}._whatsapp_1axnt_555{color:#25d366}._input_1axnt_115{padding:10px 12px;border-radius:8px;border:1px solid #d0d0d0;font-size:14px}@media(max-width:768px){._socialGrid_1axnt_506{grid-template-columns:1fr}}._socialHeading_1axnt_573{margin-top:20px}._socialContainer_1axnt_577{padding:20px 10px;background-color:#f5f5f5;border-radius:10px}._sessionActionsRow_1axnt_582{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}._bookmarkBtn_1axnt_589{background:#00659c;border:1px solid #16448d;padding:6px 10px;border-radius:6px;font-size:18px;cursor:pointer;transition:.2s ease}._bookmarkBtn_1axnt_589:hover{background:#dbeaff}._confirmOverlay_12993_2{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50}._confirmBox_12993_12{background:#fff;border-radius:10px;padding:16px 18px 14px;width:360px;box-shadow:0 10px 30px #0f172a40}._confirmTitle_12993_20{font-size:15px;font-weight:600;margin:0 0 6px;color:#111827}._confirmText_12993_27{font-size:13px;color:#4b5563;margin:0 0 14px}._confirmActions_12993_33{display:flex;justify-content:flex-end;gap:8px}._btnDanger_12993_39{border-radius:6px;padding:6px 16px;border:none;background:#dc2626;color:#fff;font-size:13px;cursor:pointer}._btnDanger_12993_39:hover{background:#b91c1c}._labelRow_12993_64{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#374151;margin-bottom:4px}._inputError_12993_53{border-color:#dc2626;box-shadow:0 0 0 1px #dc262633}._errorText_12993_58{margin-top:3px;font-size:11px;color:#b91c1c}._smallMeta_12993_73{font-size:11px;color:#6b7280}._wrapper_12993_96{background:transparent;padding:0;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._topBar_12993_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._title_12993_111{color:#111827;font-size:16px;font-weight:600}._closeBtn_12993_117{border:none;background:transparent;color:#6b7280;font-size:16px;cursor:pointer}._card_12993_125{background:#fff;border-radius:10px;padding:16px 18px 18px;border:1px solid #e5e7eb}._rowBetween_12993_133{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}._rowAlignEnd_12993_140{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px}._ticketNameBlock_12993_147{flex:1}._colorBlock_12993_151{width:110px}._label_12993_64{display:block;font-size:12px;color:#374151;margin-bottom:4px}._labelInvisible_12993_163{visibility:hidden;height:18px;margin-bottom:4px}._required_12993_169{color:#dc2626}._input_12993_53{width:100%;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;padding:6px 10px}._input_12993_53:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}._textarea_12993_189{width:100%;min-height:90px;resize:vertical;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;padding:8px 10px}._textarea_12993_189:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}._colorInput_12993_207{width:46px;height:32px;padding:0;border-radius:6px;border:1px solid #d1d5db;background:transparent}._fieldSm_12993_217{width:150px}._fieldMd_12993_221{width:220px}._fieldFree_12993_225{flex:1}._priceGroup_12993_229{display:flex;align-items:center;border-radius:6px;overflow:hidden;border:1px solid #d1d5db;background:#fff}._pricePrefix_12993_238{padding:6px 8px;font-size:12px;color:#6b7280;border-right:1px solid #d1d5db;background:#f9fafb}._helpText_12993_246{font-size:11px;margin-top:4px;color:#6b7280}._charCount_12993_253{font-size:11px;color:#9ca3af;margin-top:2px}._tabsRow_12993_260{display:flex;gap:16px;border-bottom:1px solid #e5e7eb;margin-bottom:12px;padding-top:4px}._tab_12993_260{border:none;background:transparent;color:#6b7280;font-size:13px;padding:6px 0;position:relative;cursor:pointer}._tabActive_12993_278{color:#111827}._tabActive_12993_278:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2563eb;border-radius:999px}._tabNew_12993_293:after{content:"NEW";font-size:9px;color:#b45309;background:#fffbeb;padding:1px 5px;border-radius:999px;margin-left:6px}._section_12993_304{margin-top:8px}._grid3_12993_308{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._grid4_12993_315{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._grid2_12993_322{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-bottom:14px}._checkboxInline_12993_330{display:flex;align-items:center;gap:6px}._checkbox_12993_330{width:14px;height:14px;cursor:pointer}._checkboxLabel_12993_342{font-size:12px;color:#374151}._hideRow_12993_347{display:flex;flex-wrap:wrap;gap:6px 14px}._hideItem_12993_353{display:flex;align-items:center;gap:5px;font-size:11px;color:#4b5563}._descBlock_12993_362{margin-top:4px}._descLabelRow_12993_366{display:flex;align-items:center;justify-content:space-between}._placeholder_12993_373{padding:8px 0}._footerRow_12993_378{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}._btnGhost_12993_385{border-radius:6px;padding:6px 16px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;cursor:pointer}._btnGhost_12993_385:hover{background:#f3f4f6}._btnPrimary_12993_399{border-radius:6px;padding:6px 20px;border:none;background:#2563eb;color:#fff;font-size:13px;cursor:pointer}._btnPrimary_12993_399:disabled{opacity:.6;cursor:not-allowed}._listCard_12993_415{margin-top:16px;background:#fff;color:#111827;border-radius:8px;padding:10px 12px;border:1px solid #e5e7eb}._listHeader_12993_424{font-size:13px;font-weight:600;margin-bottom:6px}._muted_12993_430{font-size:12px;color:#6b7280}._table_12993_435{width:100%;font-size:12px;border-collapse:collapse}._table_12993_435 th,._table_12993_435 td{padding:6px 8px;border-bottom:1px solid #e5e7eb}._actionsCell_12993_447{text-align:right;white-space:nowrap}._btnSmall_12993_452,._btnSmallDanger_12993_453{border-radius:4px;padding:3px 8px;font-size:11px;border:1px solid #d1d5db;background:#f9fafb;color:#374151;cursor:pointer;margin-left:4px}._btnSmallDanger_12993_453{border-color:#fecaca;background:#fef2f2;color:#b91c1c}._colorDot_12993_470{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px;vertical-align:middle}._wrapper_40jea_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}._container_40jea_10{max-width:420px;width:100%;padding:40px 30px;border-radius:16px;background-color:#f9faff;box-shadow:0 20px 40px #00008026,0 10px 20px #0000801a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#283593;position:relative;overflow:hidden}._title_40jea_24{font-size:2.2rem;font-weight:700;margin-bottom:30px;text-align:center;color:#1a237e;background:linear-gradient(135deg,#3949ab,#1a237e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}._inputGroup_40jea_50{margin-bottom:24px}._label_40jea_54{display:block;margin-bottom:8px;font-weight:600;color:#1a237e;font-size:.95rem;letter-spacing:.3px}._passwordWrapper_40jea_63{position:relative}._inputField_40jea_67{width:100%;padding:14px 16px;font-size:1rem;border-radius:10px;outline:none;transition:all .3s ease;font-family:inherit;color:#283593;background:#fff;box-sizing:border-box}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:50px}._inputField_40jea_67::placeholder{color:#9fa8da;opacity:1}._inputField_40jea_67:focus{border-color:#3949ab;box-shadow:0 0 0 3px #3949ab1a;transform:translateY(-1px)}._inputField_40jea_67:valid{border-color:#4caf50}._togglePassword_40jea_105{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#3949ab;font-size:18px;-webkit-user-select:none;user-select:none;padding:4px;border-radius:4px;transition:all .2s ease;outline:none}._togglePassword_40jea_105:hover{background:#3949ab1a;transform:translateY(-50%) scale(1.1)}._togglePassword_40jea_105:focus{box-shadow:0 0 0 2px #3949ab4d}._submitBtn_40jea_131{width:100%;padding:16px;background:linear-gradient(135deg,#3949ab,#1a237e);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;outline:none;position:relative;overflow:hidden}._submitBtn_40jea_131:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._submitBtn_40jea_131:hover:enabled:before{left:100%}._submitBtn_40jea_131:hover:enabled{background:linear-gradient(135deg,#283593,#1a1a5e);transform:translateY(-2px);box-shadow:0 8px 20px #3949ab4d}._submitBtn_40jea_131:focus{box-shadow:0 0 0 3px #3949ab4d}._submitBtn_40jea_131:disabled{background:linear-gradient(135deg,#9fa8da,#c5cae9);cursor:not-allowed;transform:none;box-shadow:none}._loadingContent_40jea_180{display:flex;align-items:center;justify-content:center;gap:8px}._spinner_40jea_187{width:16px;height:16px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:_spin_40jea_187 1s linear infinite}@keyframes _spin_40jea_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._wrapper_40jea_1{padding:16px}._container_40jea_10{padding:30px 24px}._title_40jea_24{font-size:2rem;margin-bottom:24px}._inputGroup_40jea_50{margin-bottom:20px}._inputField_40jea_67{padding:12px 14px;font-size:.95rem}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:46px}._submitBtn_40jea_131{padding:14px;font-size:1rem}}@media(max-width:480px){._container_40jea_10{padding:24px 20px}._title_40jea_24{font-size:1.8rem}._inputField_40jea_67{padding:10px 12px}._passwordWrapper_40jea_63 ._inputField_40jea_67{padding-right:42px}._togglePassword_40jea_105{right:12px;font-size:16px}}@media(prefers-contrast:high){._container_40jea_10{border:2px solid #000;background:#fff}._inputField_40jea_67{border:2px solid #000}._inputField_40jea_67:focus{border:3px solid #000;box-shadow:none}._submitBtn_40jea_131{background:#000;border:2px solid #000}}@media(prefers-reduced-motion:reduce){._inputField_40jea_67,._submitBtn_40jea_131,._togglePassword_40jea_105{transition:none}._submitBtn_40jea_131:hover:enabled{transform:none}@keyframes _spin_40jea_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media print{._wrapper_40jea_1{background:#fff}._container_40jea_10{box-shadow:none;border:1px solid #000}._submitBtn_40jea_131{background:#fff;color:#000;border:1px solid #000}._togglePassword_40jea_105{display:none}}._container_40jea_10:focus-within ._submitBtn_40jea_131:not(:disabled){box-shadow:0 0 0 1px #3949ab33}._container_1283n_2{min-height:100vh;background:#f8fafc;padding:2rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._headerSection_1283n_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._pageTitle_1283n_19{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}._subtitle_1283n_30{color:#64748b;font-size:1rem;margin-top:.5rem;font-weight:400}._refreshBtn_1283n_37{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;font-size:.95rem}._refreshBtn_1283n_37:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._refreshBtn_1283n_37:active{transform:translateY(0)}._statsWrapper_1283n_60{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}._statBox_1283n_67{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;position:relative;overflow:hidden;display:flex;align-items:center;gap:1.25rem}._statBox_1283n_67:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}._statBox_1283n_67:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea26;border-color:#667eea}._statBox_1283n_67:hover:before{transform:scaleX(1)}._statIcon_1283n_103{font-size:2.5rem;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:12px}._statContent_1283n_114{flex:1}._statContent_1283n_114 h3{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}._statNumber_1283n_127{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.2}._statLabel_1283n_138{font-size:.8rem;color:#94a3b8;font-weight:500}._insightsSection_1283n_145{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:3rem}._insightCard_1283n_152{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:1.5rem;color:#fff;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease}._insightCard_1283n_152:hover{transform:translateY(-4px);box-shadow:0 8px 20px #667eea66}._insightCard_1283n_152 h4{font-size:.9rem;font-weight:600;margin:0 0 1rem;opacity:.95}._insightValue_1283n_173{font-size:2rem;font-weight:700;margin:.5rem 0;line-height:1}._insightDesc_1283n_180{font-size:.8rem;opacity:.85;display:block;margin-top:.5rem}._tableSection_1283n_187{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014;border:1px solid #e2e8f0}._sectionTitle_1283n_196{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #667eea}._tableWrapper_1283n_205{max-height:300px;overflow-y:auto;overflow-x:hidden;border:1px solid #e2e8f0;border-radius:10px}._dataTable_1283n_214{width:100%;border-collapse:collapse}._dataTable_1283n_214 thead{background:#f8fafc;position:sticky;top:0;z-index:10}._dataTable_1283n_214 th{padding:1rem;text-align:left;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}._dataTable_1283n_214 td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#334155}._dataTable_1283n_214 tbody tr{transition:background .2s ease}._dataTable_1283n_214 tbody tr:hover{background:#f8fafc}._userCell_1283n_252{display:flex;align-items:center;gap:.75rem}._userAvatar_1283n_258{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}._badge_1283n_271{background:#667eea15;color:#667eea;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.875rem}._statusActive_1283n_280{background:#10b98115;color:#10b981;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.875rem}._progressBar_1283n_289{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}._progressFill_1283n_297{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}._chartsSection_1283n_305{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}._chartCard_1283n_312{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 2px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0}._chartCard_1283n_312:hover{transform:translateY(-6px);box-shadow:0 12px 32px #667eea1f;border-color:#667eea}._chartTitle_1283n_327{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #667eea;display:flex;align-items:center;gap:.5rem}._smallInfo_1283n_339{font-size:.9rem;color:#64748b;text-align:center;margin-top:1rem;padding:2rem;font-style:italic}._loading_1283n_349{text-align:center;font-size:1.25rem;color:#667eea;padding:3rem;font-weight:500;animation:_pulse_1283n_1 2s ease-in-out infinite;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;margin-top:2rem}@keyframes _pulse_1283n_1{0%,to{opacity:1}50%{opacity:.6}}._error_1283n_372{background:#fff5f5;color:#c53030;padding:1.25rem;border-radius:12px;text-align:center;margin-top:1.5rem;font-weight:500;border:1px solid #feb2b2;box-shadow:0 2px 8px #c530301a}@media(max-width:1200px){._chartsSection_1283n_305{grid-template-columns:1fr}}@media(max-width:768px){._container_1283n_2{padding:1.5rem 1rem}._headerSection_1283n_10{flex-direction:column;align-items:flex-start}._pageTitle_1283n_19{font-size:2rem}._statsWrapper_1283n_60{grid-template-columns:1fr;gap:1rem}._insightsSection_1283n_145{grid-template-columns:1fr}._statBox_1283n_67,._chartCard_1283n_312{padding:1.5rem}._chartTitle_1283n_327{font-size:1.1rem}._tableSection_1283n_187{padding:1.5rem;overflow-x:auto}}@media(max-width:480px){._pageTitle_1283n_19{font-size:1.75rem}._statIcon_1283n_103{font-size:2rem;min-width:50px;height:50px}._statNumber_1283n_127{font-size:1.5rem}._chartsSection_1283n_305{gap:1.5rem}._refreshBtn_1283n_37{width:100%}}._container_1283n_2::-webkit-scrollbar,._tableWrapper_1283n_205::-webkit-scrollbar{width:8px;height:8px}._container_1283n_2::-webkit-scrollbar-track,._tableWrapper_1283n_205::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}._container_1283n_2::-webkit-scrollbar-thumb,._tableWrapper_1283n_205::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;transition:background .3s ease}._container_1283n_2::-webkit-scrollbar-thumb:hover,._tableWrapper_1283n_205::-webkit-scrollbar-thumb:hover{background:#94a3b8}._statBox_1283n_67,._insightCard_1283n_152,._chartCard_1283n_312,._tableSection_1283n_187{animation:_fadeInUp_1283n_1 .6s ease-out backwards}._statBox_1283n_67:nth-child(1){animation-delay:.1s}._statBox_1283n_67:nth-child(2){animation-delay:.15s}._statBox_1283n_67:nth-child(3){animation-delay:.2s}._statBox_1283n_67:nth-child(4){animation-delay:.25s}._statBox_1283n_67:nth-child(5){animation-delay:.3s}._statBox_1283n_67:nth-child(6){animation-delay:.35s}._insightCard_1283n_152:nth-child(1){animation-delay:.4s}._insightCard_1283n_152:nth-child(2){animation-delay:.45s}._insightCard_1283n_152:nth-child(3){animation-delay:.5s}._insightCard_1283n_152:nth-child(4){animation-delay:.55s}._tableSection_1283n_187{animation-delay:.6s}._chartCard_1283n_312:nth-child(1){animation-delay:.65s}._chartCard_1283n_312:nth-child(2){animation-delay:.7s}._chartCard_1283n_312:nth-child(3){animation-delay:.75s}._chartCard_1283n_312:nth-child(4){animation-delay:.8s}._chartCard_1283n_312:nth-child(5){animation-delay:.85s}._chartCard_1283n_312:nth-child(6){animation-delay:.9s}@keyframes _fadeInUp_1283n_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._container_1283n_2:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(102,126,234,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.02) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}._container_1283n_2>*{position:relative;z-index:1}@media print{._container_1283n_2{background:#fff;padding:1rem}._refreshBtn_1283n_37{display:none}._statBox_1283n_67,._chartCard_1283n_312,._tableSection_1283n_187{box-shadow:none;border:1px solid #000000;page-break-inside:avoid}._statBox_1283n_67:hover,._chartCard_1283n_312:hover{transform:none}}._searchBox_1283n_566{width:100%;padding:12px 14px;margin-bottom:15px;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;outline:none;transition:.2s}._searchBox_1283n_566:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea40}._container_1mrde_1{max-width:1200px;margin:30px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;background:#fafafa;padding:20px 24px;border-radius:12px;box-shadow:0 0 15px #0000001a}._title_1mrde_12{color:#3949ab;font-weight:700;margin-bottom:20px;font-size:2.2rem;text-align:center}._subtitle_1mrde_20{font-weight:600;margin-top:5px;margin-bottom:15px;color:#555;font-size:1.4rem}._exportBtn_1mrde_28{background-color:#4857b8;color:#fff;border:none;padding:10px 18px;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:20px;font-family:inherit;outline:none}._exportBtn_1mrde_28:hover:enabled{background-color:#2c38b6;transform:translateY(-1px);box-shadow:0 4px 12px #4857b84d}._exportBtn_1mrde_28:focus{box-shadow:0 0 0 3px #4857b84d}._exportBtn_1mrde_28:disabled{background-color:#a3aae0;cursor:not-allowed;transform:none;box-shadow:none}._searchInput_1mrde_60{width:100%;max-width:350px;padding:10px 14px;margin-bottom:20px;border:1.8px solid #bbb;border-radius:25px;font-size:1rem;outline:none;transition:all .3s ease;font-family:inherit;color:#222;background:#fff}._searchInput_1mrde_60:focus{border-color:#3949ab;box-shadow:0 0 7px #3949ab80;transform:translateY(-1px)}._searchInput_1mrde_60::placeholder{color:#888}._searchInput_1mrde_60:disabled{background-color:#f5f5f5;cursor:not-allowed}._tableWrapper_1mrde_90{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._regTable_1mrde_97{width:100%;border-collapse:collapse;font-size:.95rem;min-width:650px}._regTable_1mrde_97 th,._regTable_1mrde_97 td{padding:12px 15px;border-bottom:1.5px solid #ddd;text-align:left}._regTable_1mrde_97 th{background-color:#3949ab;color:#fff;font-weight:600;position:sticky;top:0;z-index:10}._regTable_1mrde_97 tbody tr{transition:background-color .2s ease}._regTable_1mrde_97 tbody tr:hover{background-color:#e8eaf6}._regTable_1mrde_97 tbody tr:nth-child(2n){background-color:#f8f9ff}._nameCell_1mrde_133{font-weight:600;color:#2c3e50}._phoneCell_1mrde_138{font-family:Courier New,monospace;color:#34495e}._emailCell_1mrde_143{color:#3949ab}._branchCell_1mrde_147,._lmcodeCell_1mrde_148{color:#555;font-weight:500}._dateCell_1mrde_153{color:#666;font-size:.9rem}._statusCell_1mrde_158{text-align:center}._checkedIn_1mrde_162{color:#2e7d32;font-weight:600;background:#e8f5e8;padding:4px 8px;border-radius:12px;font-size:.9rem}._notChecked_1mrde_171{color:#d32f2f;font-weight:600;background:#ffeaea;padding:4px 8px;border-radius:12px;font-size:.9rem}._errorMsg_1mrde_181{color:#e53935;margin-bottom:20px;font-weight:600;font-size:1.05rem;background:#ffebee;padding:12px 16px;border-radius:8px;border-left:4px solid #e53935}._loading_1mrde_192{font-size:1.1rem;color:#3949ab;text-align:center;margin:40px 0;font-weight:600}._loading_1mrde_192:after{content:"";display:inline-block;width:20px;height:20px;margin-left:10px;border:2px solid #3949ab;border-radius:50%;border-top-color:transparent;animation:_spin_1mrde_1 1s linear infinite}@keyframes _spin_1mrde_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noRegistrations_1mrde_217{font-size:1.1rem;color:#666;text-align:center;margin:40px 0;padding:2rem;background:#f8f9fa;border-radius:8px;border:2px dashed #ccc}@media(max-width:1024px){._container_1mrde_1{margin:20px 16px;padding:16px 20px}._title_1mrde_12{font-size:2rem}._searchInput_1mrde_60{max-width:100%}}@media(max-width:768px){._container_1mrde_1{margin:15px 12px;padding:12px 16px}._title_1mrde_12{font-size:1.8rem;margin-bottom:16px}._exportBtn_1mrde_28{width:100%;margin-bottom:16px}._searchInput_1mrde_60{margin-bottom:16px}._regTable_1mrde_97{font-size:.85rem}._regTable_1mrde_97 th,._regTable_1mrde_97 td{padding:8px 10px}._nameCell_1mrde_133,._emailCell_1mrde_143{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._checkedIn_1mrde_162,._notChecked_1mrde_171{font-size:.8rem;padding:2px 6px}}@media(max-width:480px){._title_1mrde_12{font-size:1.6rem}._regTable_1mrde_97{font-size:.8rem}._regTable_1mrde_97 th,._regTable_1mrde_97 td{padding:6px 8px}._tableWrapper_1mrde_90{border-radius:4px}._errorMsg_1mrde_181,._loading_1mrde_192,._noRegistrations_1mrde_217{font-size:1rem;margin:20px 0}}@media print{._container_1mrde_1{box-shadow:none;background:#fff}._exportBtn_1mrde_28,._searchInput_1mrde_60{display:none}._regTable_1mrde_97{border:1px solid #000}._regTable_1mrde_97 th{background:#f0f0f0;color:#000}._checkedIn_1mrde_162,._notChecked_1mrde_171{background:none;border:1px solid #ccc}}@media(prefers-contrast:high){._container_1mrde_1{border:2px solid #000}._regTable_1mrde_97 th{background:#000;color:#fff}._regTable_1mrde_97 td{border-bottom:1px solid #000}._exportBtn_1mrde_28{background:#000;border:2px solid #000}._searchInput_1mrde_60{border:2px solid #000}}@media(prefers-reduced-motion:reduce){._exportBtn_1mrde_28,._searchInput_1mrde_60,._regTable_1mrde_97 tbody tr{transition:none}._exportBtn_1mrde_28:hover:enabled{transform:none}@keyframes _spin_1mrde_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}._all_7zxka_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f1ff,#fff);padding:20px}._container_7zxka_10{width:100%;max-width:420px;padding:40px 32px;background:#fff;border-radius:14px;box-shadow:0 10px 28px #00000014;font-family:Inter,sans-serif;color:#1f2c69;transition:transform .25s ease,box-shadow .25s ease}._container_7zxka_10:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000001a}._title_7zxka_27{text-align:center;margin-bottom:32px;font-size:2rem;font-weight:700;color:#2652cc;letter-spacing:.02em}._form_7zxka_36{display:flex;flex-direction:column}._input_7zxka_42{width:100%;padding:14px 16px;margin-bottom:20px;font-size:1rem;border-radius:10px;border:1.5px solid #c9daf6;background-color:#fff;color:#1f2c69;outline:none;transition:all .3s ease}._input_7zxka_42:focus{border-color:#3498db;box-shadow:0 0 6px #3498db40}._input_7zxka_42::placeholder{color:#8aa2cc}._passwordInput_7zxka_65{position:relative;margin-bottom:20px}._passwordInput_7zxka_65 ._input_7zxka_42{padding-right:45px}._eyeIcon_7zxka_74{position:absolute;right:12px;top:38%;transform:translateY(-50%);color:#7b8ab5;cursor:pointer;transition:color .25s ease,transform .1s ease;display:flex;align-items:center;justify-content:center}._eyeIcon_7zxka_74:hover{color:#2b4cc7;transform:translateY(-50%) scale(1.1)}._submitButton_7zxka_93{width:100%;padding:15px 0;background-color:#3498db;border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .1s ease}._submitButton_7zxka_93:hover:not(:disabled){background-color:#2b80c6;transform:translateY(-1px)}._submitButton_7zxka_93:disabled{background-color:#9ac7ef;cursor:not-allowed}._error_7zxka_117{color:#d94f4f;text-align:center;margin-bottom:18px;font-weight:600;font-size:.95rem;background-color:#d94f4f14;border-left:4px solid #d94f4f;border-radius:8px;padding:10px 12px}._signupPrompt_7zxka_130{margin-top:20px;text-align:center;font-size:.95rem;color:#5c6788}._signupLink_7zxka_137{color:#2b5ce0;font-weight:600;text-decoration:none;margin-left:4px;transition:color .2s ease}._signupLink_7zxka_137:hover{color:#1d45b2;text-decoration:underline}@media(max-width:480px){._container_7zxka_10{padding:32px 22px}._title_7zxka_27{font-size:1.7rem;margin-bottom:26px}._input_7zxka_42{padding:12px 14px;font-size:.95rem}._submitButton_7zxka_93{font-size:1.05rem;padding:13px 0}}._container_1hl47_2{width:100%;min-height:100vh;background:#f8f9fb;padding:4rem 3rem;font-family:Inter,sans-serif}._headerRow_1hl47_11{max-width:1200px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:1.5rem 2rem;box-shadow:0 6px 18px #0000000d}._title_1hl47_25{font-size:1.9rem;font-weight:700;color:#1f2937}._logoutBtn_1hl47_32{background:#1f2937;color:#fff;border:none;border-radius:10px;padding:.7rem 1.8rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease}._logoutBtn_1hl47_32:hover{background:#374151;transform:translateY(-2px)}._loadingText_1hl47_50,._noEvents_1hl47_51{text-align:center;color:#6b7280;font-weight:500;margin-top:2rem}._error_1hl47_58{text-align:center;background:#fee2e2;border:1px solid #f87171;color:#b91c1c;font-weight:600;padding:1rem 2rem;border-radius:10px;margin:2rem auto;max-width:700px}._eventList_1hl47_71{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:1rem;max-width:1200px;margin:0 auto;padding:0}._eventCard_1hl47_82{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.8rem;cursor:pointer;box-shadow:0 4px 14px #0000000a;transition:all .3s ease;position:relative}._eventCard_1hl47_82:hover{transform:translateY(-5px);box-shadow:0 10px 28px #00000014;border-color:#d1d5db}._eventTitle_1hl47_101{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:.8rem}._eventDate_1hl47_109,._eventVenue_1hl47_110{color:#4b5563;font-size:.95rem;font-weight:500;background:#f3f4f6;padding:.6rem .9rem;border-radius:8px;margin-top:.6rem;display:flex;align-items:center;gap:.6rem}._eventDate_1hl47_109:before{content:"📅"}._eventVenue_1hl47_110:before{content:"📍"}@media(max-width:992px){._headerRow_1hl47_11{flex-direction:column;gap:1rem;align-items:flex-start}._title_1hl47_25{font-size:1.7rem}._logoutBtn_1hl47_32{width:100%}}@media(max-width:640px){._container_1hl47_2{padding:2rem 1rem}._eventList_1hl47_71{grid-template-columns:1fr}._eventCard_1hl47_82{padding:1.4rem}}._container_116j1_2{width:100%;max-width:1250px;margin:60px auto;padding:2.5rem;background:#fff;min-height:90vh;border-radius:18px;box-shadow:0 4px 25px #0000000d;font-family:Inter,sans-serif}._title_116j1_15{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}._topRow_116j1_25{display:flex;align-items:center;gap:1rem;justify-content:space-between;flex-wrap:wrap;margin-bottom:2rem}._zoneSummarySection_116j1_38{margin:20px 0;background:#fff;padding:12px;border-radius:6px;border:1px solid #ddd}._zoneSummaryTable_116j1_46{width:100%;border-collapse:collapse}._zoneSummaryTable_116j1_46 th,._zoneSummaryTable_116j1_46 td{padding:8px;border:1px solid #ddd;text-align:center}._searchInput_116j1_60{flex:1;min-width:250px;max-width:350px;padding:.75rem 1rem;border-radius:10px;border:1.5px solid #d1d5db;background:#f9fafb;font-size:.95rem;transition:.25s ease}._searchInput_116j1_60:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb26}._scannerBtn_116j1_80,._dashboardBtn_116j1_81,._zoneBtn_116j1_82,._checkInBtn_116j1_83,._closeScannerBtn_116j1_84{font-family:inherit;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:.25s ease}._scannerBtn_116j1_80{background:#2563eb;color:#fff;padding:.75rem 1.3rem;box-shadow:0 4px 10px #2563eb40}._scannerBtn_116j1_80:hover{background:#1d4ed8;transform:translateY(-2px)}._dashboardBtn_116j1_81{background:#111827;color:#fff;padding:.75rem 1.3rem;box-shadow:0 4px 10px #11182740}._dashboardBtn_116j1_81:hover{background:#1f2937;transform:translateY(-2px)}._zonesSection_116j1_120{margin-top:2.5rem}._sectionTitle_116j1_124{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}._zoneButtons_116j1_131{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}._zoneCard_116j1_137{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:14px;padding:1.2rem;text-align:left;transition:.25s ease}._zoneCard_116j1_137:hover{background:#f3f4f6;transform:translateY(-3px)}._zoneTitle_116j1_151{font-size:1.1rem;font-weight:600;color:#111827}._zoneMeta_116j1_157{font-size:.9rem;color:#6b7280;margin:.25rem 0}._zoneActions_116j1_163{margin-top:.8rem}._zoneBtn_116j1_82{width:100%;padding:.6rem 0;font-size:.9rem;background:#2563eb;color:#fff;border:none;border-radius:8px;transition:all .25s ease}._zoneBtn_116j1_82:hover{background:#1d4ed8}._scannerOverlay_116j1_183{position:fixed;inset:0;background:#111827cc;display:flex;justify-content:center;align-items:center;z-index:999}._scannerModal_116j1_193{background:#fff;padding:2rem;border-radius:14px;min-width:360px;box-shadow:0 10px 25px #0000004d;text-align:center}._scannerFrame_116j1_202{width:320px;height:320px;background:#f9fafb;border-radius:12px;overflow:hidden;margin:1rem auto}._closeScannerBtn_116j1_84{background:#ef4444;color:#fff;padding:.7rem 1.2rem}._closeScannerBtn_116j1_84:hover{background:#dc2626}._tableSection_116j1_222{margin-top:2rem;overflow:auto;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._tableSection_116j1_222::-webkit-scrollbar{height:6px}._tableSection_116j1_222::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._tableSection_116j1_222::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#4caf50,#81c784);border-radius:10px}._tableSection_116j1_222::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#388e3c,#66bb6a)}._regTable_116j1_252{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:auto;box-shadow:0 6px 20px #0000000f}._statsBox_116j1_260{display:flex;align-items:center;font-size:16px;font-weight:600;gap:8px;color:#1f4e78}._checkedCount_116j1_269{font-weight:500;color:#2e7d32}._regTable_116j1_252 th{background:#111827;color:#fff;text-transform:uppercase;font-size:.8rem;padding:.9rem 1rem;text-align:left;position:sticky;top:0}._regTable_116j1_252 td{padding:.9rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.95rem}._regTable_116j1_252 tbody tr:hover{background:#f9fafb;transition:background .25s ease}._badgeOk_116j1_297{color:#16a34a;font-weight:700}._badgeNo_116j1_302{color:#dc2626;font-weight:700}._zoneBadges_116j1_308{display:flex;flex-wrap:wrap;gap:.4rem}._zoneBadgeDone_116j1_314{background:#16a34a;color:#fff;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}._zoneBadgePending_116j1_323{background:#f3f4f6;color:#6b7280;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}._checkInBtn_116j1_83{background:#16a34a;color:#fff;padding:.6rem 1rem;border-radius:8px;font-size:.85rem;transition:.25s ease}._checkInBtn_116j1_83:hover{background:#15803d;transform:translateY(-2px)}._error_116j1_348{background:#fee2e2;border:1px solid #f87171;color:#b91c1c;font-weight:600;padding:1rem;border-radius:10px;margin:1rem 0}._zoneContainer_116j1_358{max-width:200px;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._zoneContainer_116j1_358::-webkit-scrollbar{height:6px}._zoneContainer_116j1_358::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._zoneContainer_116j1_358::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#4caf50,#81c784);border-radius:10px}._zoneContainer_116j1_358::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#388e3c,#66bb6a)}._zoneContainer_116j1_358 span{margin:5px;white-space:nowrap}@media(max-width:900px){._topRow_116j1_25{flex-direction:column;align-items:stretch}._zoneButtons_116j1_131{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}._scannerFrame_116j1_202{width:260px;height:260px}._scannerModal_116j1_193{padding:1.2rem}}@media(max-width:640px){._regTable_116j1_252{overflow-x:auto}}._eventTimeInfo_116j1_418{background:#f5f8ff;border-left:4px solid #3b7bff;padding:10px 14px;margin:12px 0 18px;border-radius:6px;color:#1a1a1a;font-size:15px;font-weight:500;display:inline-block;box-shadow:0 1px 3px #0000000d}._eventTimeInfo_116j1_418 strong{color:#0037b3;font-weight:600}._container_5ib8f_2{width:100%;max-width:500px;margin:4rem auto;padding:3rem 2.5rem;background:linear-gradient(135deg,#fff,#fff5f5);border-radius:20px;box-shadow:0 15px 40px #0000001f;border:2px solid rgba(220,38,38,.1);position:relative;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._container_5ib8f_2:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#dc2626,#b91c1c)}._title_5ib8f_27{text-align:center;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;font-weight:900;font-size:2.5rem;letter-spacing:-.5px}._form_5ib8f_40{display:flex;flex-direction:column;gap:1.5rem}._input_5ib8f_46{width:100%;padding:1rem 1.3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#2d3748;transition:all .3s ease;background:#fff;font-weight:500;outline:none;box-sizing:border-box;font-family:inherit}._input_5ib8f_46::placeholder{color:#9ca3af}._input_5ib8f_46:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;transform:translateY(-1px)}._input_5ib8f_46:invalid:not(:focus):not(:placeholder-shown){border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._submitButton_5ib8f_76{width:100%;padding:1rem 2rem;border:none;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:700;font-size:1.05rem;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 18px #dc26264d;letter-spacing:.3px;margin-top:.5rem;font-family:inherit;outline:none}._submitButton_5ib8f_76:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px #dc262673}._submitButton_5ib8f_76:focus{box-shadow:0 0 0 3px #dc26264d}._submitButton_5ib8f_76:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);cursor:not-allowed;box-shadow:none;transform:none}._error_5ib8f_111{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;font-weight:700;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:center;border-radius:12px;border-left:4px solid #dc2626;box-shadow:0 4px 12px #dc262626;font-size:.95rem;line-height:1.4}._success_5ib8f_125{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;font-weight:700;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:center;border-radius:12px;border-left:4px solid #10b981;box-shadow:0 4px 12px #10b98126;font-size:.95rem;line-height:1.4}._submitButton_5ib8f_76._loading_5ib8f_140{position:relative;color:transparent}._submitButton_5ib8f_76._loading_5ib8f_140:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border-radius:50%;border:2px solid transparent;border-top-color:#fff;animation:_spin_5ib8f_1 1s linear infinite}@keyframes _spin_5ib8f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._input_5ib8f_46:valid{border-color:#10b981}._input_5ib8f_46:valid:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}@media(max-width:768px){._container_5ib8f_2{margin:3rem 1.5rem;padding:2.5rem 2rem}._title_5ib8f_27{font-size:2.2rem}._input_5ib8f_46{padding:.9rem 1.2rem;font-size:.95rem}._submitButton_5ib8f_76{padding:.9rem 1.8rem;font-size:1rem}}@media(max-width:640px){._container_5ib8f_2{margin:2rem 1rem;padding:2rem 1.5rem}._title_5ib8f_27{font-size:2rem}._input_5ib8f_46{padding:.85rem 1.1rem;font-size:.9rem}._submitButton_5ib8f_76{padding:.85rem 1.6rem;font-size:.95rem}._error_5ib8f_111,._success_5ib8f_125{padding:.9rem 1.2rem;font-size:.9rem}}@media(max-width:480px){._container_5ib8f_2{margin:1.5rem .75rem;padding:1.5rem 1.2rem}._title_5ib8f_27{font-size:1.8rem;margin-bottom:2rem}._form_5ib8f_40{gap:1.2rem}._input_5ib8f_46{padding:.8rem 1rem;font-size:.9rem}._submitButton_5ib8f_76{padding:.8rem 1.4rem;font-size:.9rem}}._form_5ib8f_40:focus-within ._submitButton_5ib8f_76{box-shadow:0 6px 18px #dc262633}@media(prefers-contrast:high){._container_5ib8f_2{border:3px solid #000}._input_5ib8f_46{border:2px solid #000}._input_5ib8f_46:focus{border:3px solid #000;box-shadow:none}._submitButton_5ib8f_76{background:#000;border:2px solid #000}}@media(prefers-reduced-motion:reduce){._input_5ib8f_46,._submitButton_5ib8f_76{transition:none}._submitButton_5ib8f_76:hover:not(:disabled){transform:none}@keyframes _spin_5ib8f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}._container_17arm_1{max-width:420px;margin:40px auto;background:#f0f4f7;padding:28px 24px;border-radius:14px;box-shadow:0 6px 15px #5a6bea2e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1a237e}._title_17arm_12{text-align:center;margin-bottom:28px;font-weight:700;font-size:2.1rem;color:#1a237e}._form_17arm_20{display:flex;flex-direction:column}._input_17arm_25{width:100%;margin-bottom:18px;padding:12px 14px;font-size:1rem;border-radius:10px;border:1.8px solid #b0bad8;outline:none;transition:border-color .3s ease;font-family:inherit;color:#1a237e;background:#fff;box-sizing:border-box}._input_17arm_25:focus{border-color:#283593;box-shadow:0 0 8px #28359380}._input_17arm_25::placeholder{color:#8892b8;opacity:1}._input_17arm_25:valid{border-color:#4caf50}._submitButton_17arm_59{width:100%;padding:15px 0;background-color:#283593;border:none;color:#fff;font-weight:700;font-size:1.2rem;border-radius:12px;cursor:pointer;transition:background-color .25s ease;font-family:inherit;outline:none;margin-top:6px}._submitButton_17arm_59:disabled{background-color:#9aa7d2;cursor:not-allowed}._submitButton_17arm_59:hover:not(:disabled){background-color:#1b286d}._submitButton_17arm_59:focus{box-shadow:0 0 0 3px #2835934d}._error_17arm_88{margin-bottom:18px;color:#d92c2c;font-weight:600;text-align:center;background:#d92c2c1a;padding:12px 16px;border-radius:8px;border-left:4px solid #d92c2c;font-size:.95rem;line-height:1.4}._loginPrompt_17arm_101{margin-top:16px;text-align:center;color:#4a5568;font-size:.95rem;line-height:1.5}._confirmPass_17arm_108,._confirmPassword_17arm_109{position:relative;width:100%}._eyeIcon_17arm_114{position:absolute;right:14px;top:38%;transform:translateY(-50%);cursor:pointer;color:#5a6abf;transition:color .2s ease}._eyeIcon_17arm_114:hover{color:#2b3fa0}._eyeContent_17arm_128{padding-right:40px}._loginLink_17arm_132{color:#394a98;font-weight:700;text-decoration:none;transition:color .2s ease;padding:2px 4px;border-radius:4px}._loginLink_17arm_132:hover{color:#283593;text-decoration:underline;background-color:#394a981a}._loginLink_17arm_132:focus{outline:2px solid #394a98;outline-offset:2px;text-decoration:underline}._input_17arm_25[type=password]:valid{border-color:#4caf50}._input_17arm_25[type=password]:invalid:not(:placeholder-shown){border-color:#ff9800}._form_17arm_20:invalid ._submitButton_17arm_59{background-color:#9aa7d2;cursor:not-allowed}._submitButton_17arm_59._loading_17arm_169{position:relative;color:transparent}._submitButton_17arm_59._loading_17arm_169:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border-radius:50%;border:2px solid transparent;border-top-color:#fff;animation:_spin_17arm_1 1s linear infinite}@keyframes _spin_17arm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._container_17arm_1{margin:30px 20px;padding:24px 20px}._title_17arm_12{font-size:1.9rem;margin-bottom:24px}._input_17arm_25{padding:11px 13px;font-size:.95rem;margin-bottom:16px}._submitButton_17arm_59{padding:14px 0;font-size:1.1rem}._loginPrompt_17arm_101{font-size:.9rem}}@media(max-width:480px){._container_17arm_1{margin:20px 15px;padding:20px 16px}._title_17arm_12{font-size:1.7rem;margin-bottom:20px}._input_17arm_25{padding:10px 12px;font-size:.9rem;margin-bottom:14px}._submitButton_17arm_59{padding:12px 0;font-size:1rem}._error_17arm_88{padding:10px 12px;font-size:.9rem}._loginPrompt_17arm_101{font-size:.85rem;margin-top:14px}}._form_17arm_20:focus-within ._submitButton_17arm_59:not(:disabled){box-shadow:0 0 0 1px #28359333}@media(prefers-contrast:high){._container_17arm_1,._input_17arm_25{border:2px solid #000}._input_17arm_25:focus{border:3px solid #000;box-shadow:none}._submitButton_17arm_59{background:#000;border:2px solid #000}._loginLink_17arm_132{text-decoration:underline}}@media(prefers-reduced-motion:reduce){._input_17arm_25,._submitButton_17arm_59,._loginLink_17arm_132{transition:none}@keyframes _spin_17arm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media print{._container_17arm_1{box-shadow:none;border:1px solid #000}._submitButton_17arm_59{background:#fff;color:#000;border:1px solid #000}}._tooltipWrapper_o034z_1{position:relative;display:inline-flex;flex-direction:column;align-items:center}._fastTooltip_o034z_8{position:absolute;bottom:110%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#00659c,#03b4ef);color:#fff;font-size:12px;padding:6px 12px;border-radius:6px;white-space:nowrap;display:none;z-index:1000;box-shadow:0 6px 18px #2563eb59}._tooltipWrapper_o034z_1:hover ._fastTooltip_o034z_8,._fastTooltip_o034z_8._forceShow_o034z_28{display:block}._container_o034z_32{min-height:100vh;background:#fff;color:#000;padding:40px 20px}._header_o034z_39{max-width:1400px;margin:0 auto 40px;text-align:left}._heading_o034z_45{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2;color:#000}._subheading_o034z_53{font-size:16px;color:#374151;margin-top:20px;line-height:1.5}._headerFeatures_o034z_60{display:flex;gap:30px;margin-top:20px;align-items:center}._headerFeature_o034z_60{display:flex;align-items:center;gap:8px}._headerCheckIcon_o034z_73{color:#4ade80;flex-shrink:0}._headerFeature_o034z_60 span{font-size:14px;color:#000}._tabs_o034z_83{max-width:1400px;margin:0 auto 30px;display:flex;gap:10px}._tab_o034z_83{padding:12px 24px;background:transparent;border:1px solid #00659c;color:#00659c;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}._activeTab_o034z_106{background:#00659c;color:#fff}._toggleRow_o034z_111{max-width:1400px;margin:0 auto 40px;display:flex;align-items:center;gap:15px}._toggleLabel_o034z_119{font-size:14px;font-weight:500;color:#000}._toggle_o034z_111{width:50px;height:26px;background:#4b5563;border-radius:13px;position:relative;cursor:pointer;transition:background .3s}._toggleActive_o034z_135{background:#eab308}._toggleThumb_o034z_139{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:left .3s}._toggleActive_o034z_135 ._toggleThumb_o034z_139{left:27px}._saveTag_o034z_154{background:#eab308;color:#000;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._plansGrid_o034z_163{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}._planCard_o034z_171{min-height:300px;display:flex;flex-direction:column;background:#fff;color:#000;border-radius:8px;padding:30px 24px;position:relative;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}._planCard_o034z_171:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}._planCard_o034z_171>h3,._planCard_o034z_171>p,._planCard_o034z_171 ._priceRow_o034z_192,._planCard_o034z_171 ._billing_o034z_193,._planCard_o034z_171 ._tooltipWrapper_o034z_1{flex-shrink:0}._highlight_o034z_198{background:#00659c;color:#fff;border:2px solid #1a6b97}._highlight_o034z_198 ._feature_o034z_203 span,._highlight_o034z_198 ._additionalFeature_o034z_204 span{color:#fff}._highlight_o034z_198 ._checkIcon_o034z_208{color:#22c55e}._popularBadge_o034z_212{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#dc2626;color:#fff;padding:4px 16px;border-radius:4px;font-size:12px;font-weight:700;white-space:nowrap}._planName_o034z_226{font-size:18px;font-weight:700;margin-bottom:10px;text-transform:uppercase}._planDescription_o034z_233{font-size:13px;margin-bottom:20px;opacity:.9;line-height:1.4}._priceRow_o034z_192{display:flex;align-items:baseline;gap:4px;margin-bottom:5px}._rsSign_o034z_248{font-size:24px}._price_o034z_192{font-size:48px;font-weight:700;line-height:1}._billing_o034z_193{font-size:12px;margin-bottom:20px;opacity:.8}._ctaButton_o034z_264{width:100%;padding:12px;background:#00659c;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:20px;transition:all .3s ease}._highlight_o034z_198 ._ctaButton_o034z_264{background:#fff;color:#00659c}._ctaButton_o034z_264:hover{opacity:.9;transform:scale(1.02)}._freeStartLink_o034z_288{padding:8px 10px;display:inline-block;margin:5px 0;font-size:16px;color:#000;background-color:#feda68;border:1px solid #dcbd56;cursor:pointer;text-decoration:underline;line-height:20px;font-weight:500;border-radius:6px;box-shadow:0 4px 10px #0000002e;transform:scale(1.05);transition:box-shadow .2s ease,transform .2s ease}._freeStartLink_o034z_288:hover{box-shadow:0 6px 14px #00000040;transform:scale(1.07)}._demoLink_o034z_316{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}._highlight_o034z_198 ._demoLink_o034z_316{border-bottom-color:#ffffff4d}._demoLink_o034z_316 a{font-size:13px;color:#00659c;text-decoration:underline}._highlight_o034z_198 ._demoLink_o034z_316 a{color:#fff}._featuresSection_o034z_336{margin-bottom:20px;padding-top:20px;border-top:2px solid #e5e7eb;min-height:300px}._featuresTitle_o034z_343{font-size:14px;font-weight:700;margin-bottom:12px}._featureList_o034z_349{list-style:none;padding:0;margin:0}._feature_o034z_203{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;line-height:1.4}._checkIcon_o034z_208{color:#4ade80;margin-top:2px;flex-shrink:0}._additionalFeatures_o034z_370{display:flex;flex-direction:column;gap:8px;min-height:200px;padding-top:16px;border-top:2px solid #e5e7eb;margin-top:16px}._highlight_o034z_198 ._featuresSection_o034z_336,._highlight_o034z_198 ._additionalFeatures_o034z_370{border-color:#ffffff59}._additionalFeature_o034z_204{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4}._sectionTitle_o034z_394{font-weight:600}._customText_o034z_398{font-weight:400}._salesBtnArea_o034z_402{display:flex;flex-direction:column;padding:1rem;background:#c5e6f8;border-radius:10px}._talkToSalesButton_o034z_410{width:100%;margin-top:16px;padding:10px;background:transparent;color:#00659c;border:2px solid #00659c;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;transition:all .3s ease}._highlight_o034z_198 ._talkToSalesButton_o034z_410{color:#fff;border-color:#fff}._talkToSalesButton_o034z_410:hover{opacity:.8;transform:scale(1.02)}@media(max-width:768px){._heading_o034z_45{font-size:32px}._plansGrid_o034z_163{grid-template-columns:1fr}._headerFeatures_o034z_60{flex-direction:column;align-items:flex-start;gap:10px}}._billingToggleSection_o034z_452{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;padding-bottom:36px;gap:32px;max-width:1400px;margin:0 auto}._toggleTabs_o034z_466{display:flex;gap:0}._tab_o034z_83{background:#fff;color:#00659c;padding:13px 32px;cursor:pointer;font-size:16px;font-weight:500;border-radius:0;position:relative;z-index:1;transition:color .2s,background .2s;outline:none;border:none}._tab_o034z_83:not(._activeTab_o034z_106):hover{color:#00659c}._activeTab_o034z_106{background:#00659c;color:#fff;font-weight:600;border-radius:6px;z-index:2}._activeTab_o034z_106:after{content:"";display:block;position:absolute;left:50%;bottom:-11px;transform:translate(-50%);width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #00659c}._switchWrapper_o034z_517{display:flex;align-items:center;gap:14px;margin-left:26px}._switchLabel_o034z_524{color:#00659c;background:transparent;font-size:15px;font-weight:500;margin:0 4px;letter-spacing:.2px}._switch_o034z_517{position:relative;display:inline-block;width:44px;height:24px}._switch_o034z_517 input{opacity:0;width:0;height:0}._toggleSlider_o034z_547{position:absolute;cursor:pointer;inset:0;background-color:#c5c3c373;transition:background .4s;border-radius:24px;box-shadow:0 0 3px #00659c17}._toggleSlider_o034z_547:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#00659c;transition:transform .4s;border-radius:50%}._switch_o034z_517 input:checked+._toggleSlider_o034z_547{background-color:#00659c}._switch_o034z_517 input:checked+._toggleSlider_o034z_547:before{background:#fff;transform:translate(20px)}._compareBtnContainer_o034z_581{padding:2rem;width:100%;display:flex;justify-content:center;align-items:center}._compareBtn_o034z_581{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:4px;font-size:18px;font-weight:700;text-decoration:none;color:#00659c;background:#e8efff;border:1px solid #00659c;transition:all .2s ease}._compareBtn_o034z_581:hover{background:#00659c;color:#fff;transform:translateY(-1px)}._compareBtn_o034z_581:active{transform:translateY(0)}._arrow_o034z_617{margin-left:.8rem}._primaryCta_o034z_628{max-width:900px;margin:80px auto 40px;padding:48px 32px;text-align:center;background:#00659c14;border:1px solid #e5e7eb;border-radius:16px}._primaryCta_o034z_628 h3{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:10px}._primaryCta_o034z_628 p{font-size:15px;line-height:1.6;color:#475569;max-width:620px;margin:0 auto 28px}._compareBtn_o034z_581{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-size:16px;font-weight:600;color:#0146ce;background:#fff;border:1.5px solid #0146ce;border-radius:999px;text-decoration:none;transition:all .25s ease}._compareBtn_o034z_581:hover{background:#0146ce;color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px #0146ce40}._compareBtn_o034z_581:active{transform:translateY(0);box-shadow:0 6px 14px #0146ce2e}@media(max-width:768px){._primaryCta_o034z_628{padding:36px 22px;margin:60px 16px 32px}._primaryCta_o034z_628 h3{font-size:22px}._primaryCta_o034z_628 p{font-size:14px}._compareBtn_o034z_581{width:100%;justify-content:center}}._secondaryCta_o034z_721{max-width:900px;margin:0 auto 80px;padding:44px 32px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}._secondaryCtaText_o034z_737 h4{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:6px}._secondaryCtaText_o034z_737 p{font-size:14px;line-height:1.6;color:#475569;max-width:520px}._talkSalesBtn_o034z_752{padding:14px 26px;font-size:15px;font-weight:600;color:#0f172a;background:#f8fafc;border:1.5px solid #0f172a;border-radius:999px;cursor:pointer;transition:all .25s ease}._talkSalesBtn_o034z_752:hover{background:#0f172a;color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px #0f172a40}._talkSalesBtn_o034z_752:active{transform:translateY(0);box-shadow:0 6px 14px #0f172a2e}@media(max-width:768px){._secondaryCta_o034z_721{grid-template-columns:1fr;text-align:center;gap:24px;padding:36px 22px;margin:0 16px 60px}._plansGrid_o034z_163>._planCard_o034z_171:first-child ._additionalFeatures_o034z_370{display:none}._secondaryCtaText_o034z_737 p{margin:0 auto}._talkSalesBtn_o034z_752{width:100%;justify-content:center}}._featureText_o034z_812{display:inline-flex;align-items:center;gap:6px;font-size:15px}._infoWrapper_o034z_820{position:relative;display:inline-flex;align-items:center}._infoIcon_o034z_827{margin-left:6px;font-size:11px;border-radius:50%;border:1px solid #0146ce;color:#0146ce;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:color .2s ease}._infoIconWhite_o034z_842{color:#fff}._globalTooltip_o034z_868{position:fixed;transform:translate(-50%,-100%);background:#c5e6f8;color:#000;padding:16px 20px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:999999;pointer-events:none;box-shadow:0 6px 18px #00000059;font-size:15px;font-weight:500}._taxNoteWrapper_o034z_890{max-width:1400px;margin:12px auto 0;padding:0 8px;display:flex;justify-content:center}._taxNote_o034z_890{font-size:14px;color:#333;line-height:1.4;text-align:right}._talkToSalesBtn_o034z_909{position:relative;display:inline-block;padding:14px 28px;background:#e42527;color:#fff;font-weight:600;border:none;border-radius:6px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}._talkToSalesBtn_o034z_909:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e4252759}._talkToSalesBtn_o034z_909:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,#fff0,#fff9,#fff0);transform:skew(-20deg)}._talkToSalesBtn_o034z_909:hover:before{animation:_shine_o034z_1 .9s ease forwards}@keyframes _shine_o034z_1{0%{left:-75%}to{left:130%}}._ctaSection_o034z_965{max-width:1400px;margin:1rem auto;padding:110px 20px;background:#f1f5f9;text-align:center;border-radius:30px}._sectionCtaTitle_o034z_974{font-size:clamp(28px,3vw,40px);font-weight:700;color:#0f172a;margin-bottom:14px}._sectionSubtitle_o034z_981{font-size:22px;color:#64748b;margin-bottom:60px}._ctaGrid_o034z_988{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:48px}._card_o034z_997{background:#fff;padding:52px 44px;border-radius:22px;text-align:left;border:1px solid #e5e7eb;box-shadow:0 15px 40px #0f172a0f;transition:transform .35s ease,box-shadow .35s ease}._iconBox_o034z_1013{width:56px;height:56px;border-radius:16px;background:#e0e7ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:28px}._redIcon_o034z_1026{background:#fee2e2;color:#dc2626}._card_o034z_997 h3{font-size:22px;font-weight:700;margin-bottom:16px;color:#0f172a}._card_o034z_997 p{font-size:15px;line-height:1.7;color:#475569;margin-bottom:34px}._ctaBtn_o034z_1047{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:600;border-radius:999px;cursor:pointer;overflow:hidden;text-decoration:none;border:none;transition:transform .3s ease,box-shadow .3s ease}._ctaBtnBlue_o034z_1068{background:#2563eb;color:#fff}._ctaBtnBlue_o034z_1068:hover{transform:translateY(-3px);box-shadow:0 18px 40px #2563eb59}._ctaBtnRed_o034z_1079{background:#dc2626;color:#fff}._ctaBtnRed_o034z_1079:hover{transform:translateY(-3px);box-shadow:0 18px 40px #dc262666}._ctaBtn_o034z_1047:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.7),transparent);transform:skew(-20deg)}._ctaBtn_o034z_1047:hover:after{animation:_shineMove_o034z_1 .8s ease forwards}@keyframes _shineMove_o034z_1{to{left:140%}}@media(max-width:600px){._ctaBtn_o034z_1047{width:100%}}@media(max-width:1024px){._ctaSection_o034z_965{padding:90px 24px}._ctaGrid_o034z_988{gap:36px}._card_o034z_997{padding:44px 32px}}@media(max-width:900px){._ctaGrid_o034z_988{grid-template-columns:1fr}._card_o034z_997{text-align:center}._iconBox_o034z_1013{margin:0 auto 24px}}@media(max-width:768px){._ctaSection_o034z_965{padding:70px 20px}._sectionTitle_o034z_394{font-size:28px}._sectionSubtitle_o034z_981{margin-bottom:50px}._card_o034z_997{padding:38px 26px}}@media(max-width:600px){._ctaSection_o034z_965{padding:60px 16px}._sectionTitle_o034z_394{font-size:24px}._card_o034z_997{padding:30px 20px;border-radius:18px}._compareBtn_o034z_581,._talkToSalesBtn_o034z_909{width:100%}}@media(max-width:480px){._sectionTitle_o034z_394{font-size:22px}._card_o034z_997 h3{font-size:18px}._card_o034z_997 p{font-size:13px}}._demoSecondaryBtn_o034z_1208{display:inline-block;margin-bottom:8px;font-size:18px;font-weight:500;cursor:pointer;text-decoration:underline;background:none;border:none;padding:0;transition:color .25s ease}._demoSecondaryBtn_o034z_1208._advanced_o034z_1222{color:#fff}._demoSecondaryBtn_o034z_1208._ultimate_o034z_1227{color:#2563eb}._demoSecondaryBtn_o034z_1208:hover{color:#dc2626}._drawerOverlay_o034z_1238{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:.3s ease;z-index:9999}._showOverlay_o034z_1248{opacity:1;visibility:visible}._drawer_o034z_1238{position:fixed;top:0;right:-420px;width:420px;height:100%;background:#fff;display:flex;flex-direction:column;padding:20px;transition:right .35s ease;z-index:10000;box-shadow:-6px 0 25px #0000001a}._openDrawer_o034z_1269{right:0}._drawerHeader_o034z_1274{display:flex;justify-content:space-between;align-items:center}._drawerHeader_o034z_1274 h2{font-size:18px;font-weight:600}._drawerHeader_o034z_1274 button{background:none;border:none;font-size:18px;cursor:pointer}._divider_o034z_1293{margin:12px 0 16px;border:none;border-top:1px solid #e5e7eb}._drawerForm_o034z_1300{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px}._formGroup_o034z_1309{display:flex;flex-direction:column;gap:6px}._formGroup_o034z_1309 label{font-size:13px;font-weight:600;color:#334155}._inputWrapper_o034z_1322{display:flex;align-items:center;border-radius:10px;padding:2px 12px!important;background:#f8fafc;transition:all .2s ease;border:1px solid transparent}._inputWrapper_o034z_1322{border:1px solid #e2e8f0}._inputWrapper_o034z_1322:focus-within{border-color:#2563eb;background:#fff}input:focus{outline:none!important;box-shadow:none!important}._icon_o034z_1013{font-size:14px;color:#94a3b8;margin-right:10px}._inputWrapper_o034z_1322 input{border:none;outline:none;background:transparent;width:100%;font-size:14px}._required_o034z_1366{color:#ef4444;margin-left:2px;font-weight:600}._drawerForm_o034z_1300 textarea{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc;font-size:14px;min-height:100px;resize:none}._drawerForm_o034z_1300 textarea:focus{border-color:#2563eb;background:#fff;outline:none}._drawerFooter_o034z_1390{border-top:1px solid #e5e7eb;padding-top:14px;background:#fff}._demoBtn_o034z_1397{width:100%;background:#ef4444;color:#fff;padding:14px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}._demoBtn_o034z_1397:hover{background:#dc2626}@media(max-width:1024px){._drawer_o034z_1238{width:380px}}@media(max-width:768px){._drawer_o034z_1238{width:100%;right:-100%;border-radius:0;padding:18px}._openDrawer_o034z_1269{right:0}._drawerHeader_o034z_1274 h2{font-size:16px}._drawerForm_o034z_1300{gap:12px}._formGroup_o034z_1309 label{font-size:12px}._inputWrapper_o034z_1322{padding:10px}._drawerFooter_o034z_1390{padding-top:10px}._demoBtn_o034z_1397{padding:12px;font-size:14px}}@media(max-width:480px){._drawer_o034z_1238{padding:16px 14px}._drawerHeader_o034z_1274 h2{font-size:15px}._inputWrapper_o034z_1322 input,._drawerForm_o034z_1300 textarea{font-size:13px}._icon_o034z_1013{font-size:13px;margin-right:8px}._demoBtn_o034z_1397{padding:11px;font-size:13px}}._redirectBanner_o034z_1497{max-width:1400px;margin:0 auto 32px}._bannerContent_o034z_1506{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-radius:10px;background:linear-gradient(135deg,#00659c,#03b4ef);color:#fff;text-decoration:none;transition:all .25s ease}._bannerContent_o034z_1506:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00659c40}._bannerText_o034z_1537{display:flex;flex-direction:column}._bannerTitle_o034z_1546{font-size:16px;font-weight:700}._bannerSubtitle_o034z_1555{font-size:13px;opacity:.9}._bannerCTA_o034z_1564{font-size:14px;font-weight:600;background:#ffffff26;padding:8px 14px;border-radius:6px;transition:background .2s ease}._bannerContent_o034z_1506:hover ._bannerCTA_o034z_1564{background:#ffffff40}@media(max-width:600px){._bannerContent_o034z_1506{flex-direction:column;align-items:flex-start;gap:10px}._bannerCTA_o034z_1564{align-self:flex-end}}._topSection_o034z_1600{min-height:230px;display:flex;flex-direction:column;justify-content:space-between}._featuresSection_o034z_336{margin-bottom:16px;padding-top:16px;border-top:2px solid #e5e7eb;min-height:280px}._advancedFeatures_o034z_1616{display:flex;flex-direction:column;gap:8px;min-height:160px;padding-top:16px;border-top:2px solid #e5e7eb;margin-top:16px}input[type=checkbox]{appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;width:16px;height:16px;cursor:pointer;background:initial;border:initial;box-shadow:none}._checkboxWrapper_o034z_1645{display:flex;align-items:center;justify-content:center}._pageWrapper_1qkcd_4{width:100%;min-height:100vh;background:#f4f6f8;padding:60px 20px}._errorWrapper_1qkcd_14{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f6f8;padding:20px}._errorContainer_1qkcd_24{background:#fff;border-radius:16px;padding:60px 40px;text-align:center;max-width:500px;box-shadow:0 4px 24px #00000012;border:1px solid #e5e7eb}._errorIcon_1qkcd_34{font-size:60px;margin-bottom:20px}._errorTitle_1qkcd_35{font-size:26px;font-weight:700;color:#111;margin-bottom:12px}._errorText_1qkcd_36{font-size:15px;color:#6b7280;margin-bottom:28px;line-height:1.6}._errorButton_1qkcd_38{background:#00659c;color:#fff;border:none;padding:13px 30px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}._errorButton_1qkcd_38:hover{background:#005080;transform:translateY(-2px)}._paymentContainer_1qkcd_54{max-width:1160px;margin:0 auto}._contentGrid_1qkcd_59{display:grid;grid-template-columns:1.3fr .9fr;gap:32px}._leftColumn_1qkcd_66{display:flex;flex-direction:column;gap:24px}._rightColumn_1qkcd_73{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px;height:fit-content}._breadcrumb_1qkcd_85{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}._breadcrumbLink_1qkcd_93{color:#00659c;cursor:pointer;transition:color .2s}._breadcrumbLink_1qkcd_93:hover{color:#004f78;text-decoration:underline}._breadcrumbSeparator_1qkcd_100{color:#d1d5db}._breadcrumbCurrent_1qkcd_101{color:#111;font-weight:600}._headerSection_1qkcd_106{margin-bottom:8px}._mainTitle_1qkcd_108{font-size:36px;font-weight:800;color:#111;margin-bottom:8px;line-height:1.2}._mainSubtitle_1qkcd_116{font-size:16px;color:#6b7280;line-height:1.5}._planDetailsCard_1qkcd_125{background:#fff;border-radius:16px;padding:28px 32px;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0000000d;transition:box-shadow .2s}._planDetailsCard_1qkcd_125:hover{box-shadow:0 4px 20px #00000017}._planBadge_1qkcd_135{display:inline-flex;align-items:center;gap:6px;background:#e8f4fd;color:#00659c;padding:6px 14px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:18px;border:1px solid #bde0f7}._badgeIcon_1qkcd_148{font-size:14px}._planTitle_1qkcd_150{font-size:28px;font-weight:700;color:#111;margin-bottom:10px}._planMeta_1qkcd_157{margin-bottom:16px}._planInterval_1qkcd_159{display:inline-block;background:#f3f4f6;color:#374151;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid #e5e7eb}._planDescription_1qkcd_170{font-size:15px;color:#6b7280;line-height:1.7;padding-bottom:8px}._optionalSupportBox_1qkcd_179{display:flex;flex-direction:column;gap:14px;margin-top:18px;padding:18px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}._supportOption_1qkcd_190{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#374151;cursor:pointer}._supportOption_1qkcd_190 input[type=checkbox]{width:18px;height:18px;accent-color:#00659C;cursor:pointer}._supportOption_1qkcd_190{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;padding:12px 0;border-bottom:1px solid #e5e7eb}._supportLeft_1qkcd_220{display:flex;align-items:center;gap:12px}._supportPrice_1qkcd_226{font-size:14px;font-weight:700;color:#00659c;white-space:nowrap}._featuresSection_1qkcd_233{margin-top:20px}._featuresTitle_1qkcd_235{font-size:13px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px}._featuresList_1qkcd_244{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}._featureItem_1qkcd_253{display:flex;align-items:center;gap:12px;font-size:14px;color:#374151;padding:10px 0;border-bottom:1px solid #f3f4f6}._featureItem_1qkcd_253:last-child{border-bottom:none}._checkIcon_1qkcd_264{width:20px;height:20px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;flex-shrink:0}._trustBadges_1qkcd_281{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}._trustBadge_1qkcd_281{background:#fff;border-radius:12px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e5e7eb;box-shadow:0 1px 6px #0000000a;transition:transform .2s,box-shadow .2s}._trustBadge_1qkcd_281:hover{transform:translateY(-3px);box-shadow:0 4px 14px #00000014}._trustIcon_1qkcd_301{font-size:26px;margin-bottom:10px}._trustContent_1qkcd_302{display:flex;flex-direction:column;gap:3px}._trustTitle_1qkcd_303{font-size:13px;font-weight:700;color:#111}._trustText_1qkcd_304{font-size:11px;color:#9ca3af}._summaryCard_1qkcd_309{background:#fff;border-radius:16px;padding:28px;margin-top:42px;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0000000d}._summaryTitle_1qkcd_318{font-size:18px;font-weight:700;color:#111;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}._summaryContent_1qkcd_327{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._summaryRow_1qkcd_334{display:flex;justify-content:space-between;align-items:center;font-size:14px}._summaryLabel_1qkcd_341{color:#6b7280;font-weight:500}._summaryValue_1qkcd_342{color:#111;font-weight:600}._summaryValueGreen_1qkcd_343{color:#16a34a;font-weight:600}._divider_1qkcd_345{height:1px;background:#f0f0f0;margin:4px 0}._savingsBadge_1qkcd_347{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}._totalRow_1qkcd_357{display:flex;justify-content:space-between;align-items:center;background:#f4f6f8;border-radius:10px;padding:14px 16px;border:1px solid #e5e7eb;margin-top:4px}._totalLabel_1qkcd_368{font-size:15px;font-weight:700;color:#111}._totalAmount_1qkcd_369{font-size:28px;font-weight:800;color:#00659c}._couponSection_1qkcd_374{display:flex;gap:8px;margin:16px 0 0}._couponInput_1qkcd_380{flex:1;padding:10px 13px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#111;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;letter-spacing:.5px}._couponInput_1qkcd_380:focus{border-color:#00659c;box-shadow:0 0 0 3px #00659c1f}._couponInput_1qkcd_380:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}._couponButton_1qkcd_396{padding:10px 18px;background:#00659c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}._couponButton_1qkcd_396:hover:not(:disabled){background:#005080}._couponButton_1qkcd_396:disabled{opacity:.45;cursor:not-allowed}._removeCouponBtn_1qkcd_411{padding:10px 14px;background:#fff;color:#dc2626;border:1px solid #fca5a5;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s}._removeCouponBtn_1qkcd_411:hover{background:#fef2f2;border-color:#f87171}._termsBox_1qkcd_428{display:flex;align-items:center;gap:9px;margin:16px 0}._termsCheckbox_1qkcd_435{width:17px;height:17px;accent-color:#00659C;cursor:pointer;flex-shrink:0}._termsLabel_1qkcd_443{font-size:13px;color:#6b7280;cursor:pointer;line-height:1.4}._tncLink_1qkcd_450{color:#00659c;font-weight:600;text-decoration:none}._tncLink_1qkcd_450:hover{text-decoration:underline}._payButton_1qkcd_460{width:100%;background:#00659c;color:#fff;border:none;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 14px #00659c40;margin-bottom:18px}._payButton_1qkcd_460:hover:not(:disabled){background:#005080;transform:translateY(-2px);box-shadow:0 6px 20px #00659c4d}._payButton_1qkcd_460:active:not(:disabled){transform:translateY(0)}._payButton_1qkcd_460:disabled{opacity:.55;cursor:not-allowed;background:#9ca3af;box-shadow:none}._arrow_1qkcd_491{font-size:18px;transition:transform .2s}._payButton_1qkcd_460:hover:not(:disabled) ._arrow_1qkcd_491{transform:translate(4px)}._spinner_1qkcd_495{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:_spin_1qkcd_495 .7s linear infinite;flex-shrink:0}@keyframes _spin_1qkcd_495{to{transform:rotate(360deg)}}._paymentMethods_1qkcd_509{text-align:center;padding:16px;background:#f9fafb;border-radius:10px;margin-bottom:14px;border:1px solid #e5e7eb}._methodsLabel_1qkcd_518{font-size:11px;color:#9ca3af;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.7px}._methodsIcons_1qkcd_527{display:flex;justify-content:center;gap:14px;margin-bottom:8px}._methodIcon_1qkcd_534{font-size:22px;opacity:.65;transition:opacity .2s,transform .2s}._methodIcon_1qkcd_534:hover{opacity:1;transform:scale(1.1)}._methodsText_1qkcd_541{font-size:12px;color:#9ca3af}._backButton_1qkcd_546{width:100%;background:#fff;color:#6b7280;border:1px solid #e5e7eb;padding:13px 22px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,color .2s}._backButton_1qkcd_546:hover{background:#f4f6f8;border-color:#d1d5db;color:#111}._durationSelect_1qkcd_560{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #dcdcdc;font-size:15px;font-weight:500;outline:none;background:#fff;cursor:pointer;transition:all .3s ease}._durationSelect_1qkcd_560:focus{border-color:#6c47ff;box-shadow:0 0 0 3px #6c47ff26}@media(max-width:1024px){._contentGrid_1qkcd_59{grid-template-columns:1fr;gap:24px}._rightColumn_1qkcd_73{position:static}._trustBadges_1qkcd_281{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._pageWrapper_1qkcd_4{padding:36px 16px}._mainTitle_1qkcd_108{font-size:28px}._planDetailsCard_1qkcd_125,._summaryCard_1qkcd_309{padding:20px}._planTitle_1qkcd_150{font-size:22px}._totalAmount_1qkcd_369{font-size:24px}._payButton_1qkcd_460{font-size:15px;padding:14px 20px}._trustBadges_1qkcd_281{grid-template-columns:1fr;gap:10px}}@media(max-width:480px){._pageWrapper_1qkcd_4{padding:24px 12px}._mainTitle_1qkcd_108{font-size:24px}._planTitle_1qkcd_150{font-size:20px}._totalAmount_1qkcd_369{font-size:22px}._planDetailsCard_1qkcd_125,._summaryCard_1qkcd_309{padding:16px}._methodsIcons_1qkcd_527{gap:10px}._couponSection_1qkcd_374{flex-direction:column}._couponButton_1qkcd_396,._removeCouponBtn_1qkcd_411{width:100%}}._overlay_8j2n8_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_8j2n8_1 .3s ease}@keyframes _fadeIn_8j2n8_1{0%{opacity:0}to{opacity:1}}._modal_8j2n8_17{background:#fff;border-radius:20px;padding:40px 30px;max-width:400px;width:90%;text-align:center;position:relative;box-shadow:0 10px 40px #00000026;animation:_slideUp_8j2n8_1 .4s ease;overflow:hidden;transform:translateZ(0);backface-visibility:hidden}@keyframes _slideUp_8j2n8_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._iconBox_8j2n8_46{width:120px;height:120px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;animation:none!important}._iconWrapper_8j2n8_61{width:120px;height:120px;display:flex;justify-content:center;align-items:center;transform:translateZ(0);backface-visibility:hidden}._success_8j2n8_73 ._iconBox_8j2n8_46{background:#e8f5e9}._title_8j2n8_77{font-size:24px;font-weight:700;margin:0 0 12px;color:#1a1a1a}._success_8j2n8_73 ._title_8j2n8_77{color:#2e7d32}._discount_8j2n8_85 ._title_8j2n8_77{color:#06f}._error_8j2n8_86 ._title_8j2n8_77{color:#c62828}._message_8j2n8_88{font-size:16px;color:#666;margin:0 0 30px;line-height:1.5}._closeBtn_8j2n8_95{background:#1a1a1a;color:#fff;border:none;border-radius:12px;padding:14px 40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._success_8j2n8_73 ._closeBtn_8j2n8_95{background:#2e7d32}._discount_8j2n8_85 ._closeBtn_8j2n8_95{background:#06f}._error_8j2n8_86 ._closeBtn_8j2n8_95{background:#c62828}._closeBtn_8j2n8_95:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}._closeBtn_8j2n8_95:active{transform:translateY(0)}._confetti_8j2n8_122{position:absolute;width:10px;height:10px;top:-10px;animation:_confettiFall_8j2n8_1 3s linear infinite;border-radius:2px}@keyframes _confettiFall_8j2n8_1{to{transform:translateY(500px) rotate(360deg);opacity:0}}._confetti_8j2n8_122:nth-child(1){left:10%;background:#ff6b6b;animation-delay:0s}._confetti_8j2n8_122:nth-child(2){left:20%;background:#4ecdc4;animation-delay:.2s}._confetti_8j2n8_122:nth-child(3){left:30%;background:#ffe66d;animation-delay:.4s}._confetti_8j2n8_122:nth-child(4){left:40%;background:#a8e6cf;animation-delay:.6s}._confetti_8j2n8_122:nth-child(5){left:50%;background:#ff8b94;animation-delay:.8s}._confetti_8j2n8_122:nth-child(6){left:60%;background:#c7ceea;animation-delay:1s}._confetti_8j2n8_122:nth-child(7){left:70%;background:#ffd3b6;animation-delay:1.2s}._confetti_8j2n8_122:nth-child(8){left:80%;background:#dcedc1;animation-delay:1.4s}._confetti_8j2n8_122:nth-child(9){left:90%;background:#ffaaa5;animation-delay:1.6s}._confetti_8j2n8_122:nth-child(10){left:15%;background:#ff99c8;animation-delay:1.8s}._overlay_w6sz0_1{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:9999}._modal_w6sz0_12{background:#fff;width:520px;max-width:95%;padding:24px;border-radius:16px;box-shadow:0 25px 60px #00000040;animation:_fadeIn_w6sz0_1 .25s ease-in-out;font-family:Inter,sans-serif}._header_w6sz0_23{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._closeBtn_w6sz0_30{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer}._grid_w6sz0_39{display:grid;grid-template-columns:1fr 1fr;gap:12px}._field_w6sz0_45{margin-bottom:10px}._fullWidth_w6sz0_49{grid-column:span 2}input,select{width:100%;padding:11px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;background:#f8fafc;outline:none}input:focus,select:focus{border-color:#1ec3ee;background:#fff;box-shadow:0 0 0 3px #1ec3ee26}._error_w6sz0_71{color:#ef4444;font-size:12px;margin-top:4px}._submitBtn_w6sz0_77{width:100%;margin-top:12px;padding:12px;border-radius:12px;border:none;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#1ec3ee,#0ea5e9);color:#fff}@keyframes _fadeIn_w6sz0_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._creatorInfo_zmby8_2{display:flex;align-items:center;gap:6px;font-size:.95rem;color:#6b7280;flex-wrap:wrap;z-index:10;position:relative}._locationBtn_zmby8_15{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 12px;margin-top:10px;background:#eff6ff;color:#2563eb;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s ease}._locationBtn_zmby8_15:hover{background:#2563eb;color:#fff}._creatorLabel_zmby8_41{margin:0}._creatorName_zmby8_45{pointer-events:auto}@media(max-width:600px){._creatorInfo_zmby8_2{display:flex}._creatorName_zmby8_45{color:#e63946!important;font-weight:700}}._detailsContainer_zmby8_60{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}._viewMoreBtn_zmby8_68{padding:8px 16px;background:#0c57c9;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-top:15px}._detailsLoading_zmby8_79,._detailsError_zmby8_80,._noEvent_zmby8_81{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;font-weight:500;color:#555;background:#f9f9f9;border-radius:12px;margin:50px 20px}._detailsError_zmby8_80{color:#d32f2f;background:#ffebee}._noEvent_zmby8_81{color:#03b4ef;background:#e3f2fd}._eventPhotoWrapper_zmby8_105{width:100%;height:400px;margin-bottom:30px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}._eventPhoto_zmby8_105{width:100%;height:100%;object-fit:cover;display:block}._eventTitle_zmby8_122{font-size:42px;font-weight:700;color:#1a1a1a;margin:30px 0 20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.05)}._eventVenue_zmby8_132,._eventDate_zmby8_133,._eventDescription_zmby8_134{font-size:16px;color:#444;margin:15px 0;line-height:1.6;padding:12px 16px;background:#fffc;border-left:4px solid #03b4ef;border-radius:4px;box-shadow:0 2px 8px #0000000d}._eventDescription_zmby8_134{font-size:15px;border-left-color:#4caf50}._agendaSection_zmby8_152{margin:50px 0;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000014}._agendaSection_zmby8_152 h2{font-size:32px;color:#1a1a1a;margin-bottom:25px;font-weight:700;border-bottom:3px solid #03b4ef;padding-bottom:10px}._agendaTabs_zmby8_170{display:flex;gap:12px;margin-bottom:25px;flex-wrap:wrap}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:12px 20px;border:2px solid #ddd;background:#fff;color:#666;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}._agendaTab_zmby8_170:hover{border-color:#03b4ef;color:#03b4ef;background:#f5f5f5}._activeAgendaTab_zmby8_178{background:#00659c;color:#fff;border-color:#00659c;box-shadow:0 4px 12px #1976d24d}._agendaDayBox_zmby8_204{background:#f9f9f9;padding:25px;border-radius:10px;max-height:606px;overflow-y:auto;border:1px solid #e0e0e0}._agendaDayBox_zmby8_204 h3{font-size:24px;color:#03b4ef;margin-bottom:20px;font-weight:600}._sessionCard_zmby8_221{background:#fff;padding:20px;margin-bottom:15px;border-left:5px solid #00659c;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}._sessionCard_zmby8_221:hover{box-shadow:0 4px 16px #0000001a;transform:translate(5px)}._sessionCard_zmby8_221>h4{font-size:18px;color:#1a1a1a;margin:0 0 10px;font-weight:700}._sessionCard_zmby8_221>strong{display:block;color:#03b4ef;font-size:15px;margin-bottom:8px;font-weight:600}._sessionCard_zmby8_221 span{color:#666;font-size:14px;font-weight:500}._sessionCard_zmby8_221 b{color:#333;margin:0 5px}._sessionCard_zmby8_221>p{color:#666;font-size:14px;line-height:1.5;margin:10px 0 0}._speakersSectionRedesigned_zmby8_273{padding:60px 0;background:#fff;margin-bottom:40px}._sectionHeader_zmby8_279{text-align:center;margin-bottom:50px}._sectionHeader_zmby8_279 h2{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:10px}._sectionHeader_zmby8_279 p{font-size:16px;color:#64748b}._speakerGrid_zmby8_297{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px}._speakerCard_zmby8_307{background:#fff;border-radius:26px;border:1px solid #e2e8f0;overflow:hidden;position:relative;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d;padding:10px}._speakerCard_zmby8_307:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:#cbd5e1}._cardBanner_zmby8_327{width:100%;height:120px;position:relative;overflow:hidden;background:#f1f5f9;border-radius:18px}._bannerImg_zmby8_336{width:100%;height:100%;object-fit:cover}._bannerFallback_zmby8_342{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._cardPfpWrapper_zmby8_349{width:100px;height:100px;margin:-50px auto 12px 20px;position:relative;z-index:10;border-radius:50%;border:4px solid #ffffff;background:#fff;box-shadow:0 2px 4px #0000001a}._cardTagWrapper_zmby8_362{width:auto;height:auto;margin:-80px 20px 12px auto;position:relative;z-index:10}._speakerTag_zmby8_372{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:600;color:#0f172a;background:#ffffff80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;border:1px solid rgba(15,23,42,.08);white-space:nowrap}._speakerIcon_zmby8_392{font-size:14px;color:#2563eb}._pfpImg_zmby8_398{width:100%;height:100%;object-fit:cover;border-radius:50%}._pfpPlaceholder_zmby8_405{width:100%;height:100%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;border-radius:50%}._cardContent_zmby8_419{margin-top:30px;padding:0 16px 10px;text-align:center;flex-grow:1;display:flex;flex-direction:column;align-items:start}._speakerName_zmby8_429{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}._speakerRole_zmby8_436{font-size:14px;color:#64748b;font-weight:500;margin-bottom:16px}._viewProfileBtn_zmby8_443{width:100%;padding:10px 24px;background:#2563eb;color:#fff;border:none;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}._viewProfileBtn_zmby8_443:hover{background:#1d4ed8}._speakerModalOverlay_zmby8_464{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_zmby8_1 .2s ease}@keyframes _fadeIn_zmby8_1{0%{opacity:0}to{opacity:1}}._speakerModal_zmby8_464{background:#fff;width:100%;max-width:600px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:_slideUp_zmby8_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_zmby8_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalCloseBtn_zmby8_499{position:absolute;top:15px;right:15px;width:32px;height:32px;border-radius:100px;background:#ffffffe6;border:1px solid #e2e8f0;color:#0f172a;font-size:18px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all .2s}._modalBanner_zmby8_519{width:100%;height:200px;background:#f8fafc}._modalBannerImg_zmby8_525{width:100%;height:100%;object-fit:cover}._modalBannerFallback_zmby8_531{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}._modalBody_zmby8_538{padding:0 32px 32px;display:flex;flex-direction:column;align-items:center;margin-top:-50px}._modalPfpWrapper_zmby8_547{width:110px;height:110px;border-radius:50%;border:5px solid #ffffff;background:#fff;box-shadow:0 4px 6px #0000001a;position:relative;z-index:10;margin-bottom:16px}._modalPfp_zmby8_547{width:100%;height:100%;object-fit:cover;border-radius:50%}._modalPfpPlaceholder_zmby8_566{width:100%;height:100%;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#94a3b8}._modalTextContent_zmby8_580{text-align:center;width:100%}._modalName_zmby8_585{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:4px}._modalSkills_zmby8_592{display:inline-block;background:#eff6ff;color:#2563eb;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:20px}._modalBio_zmby8_603{text-align:left;width:100%;background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}._modalBio_zmby8_603 h4{margin:0 0 8px;font-size:14px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._modalBio_zmby8_603 p{margin:0;font-size:15px;color:#334155;line-height:1.6}._backLink_zmby8_631{display:inline-block;margin-top:40px;padding:14px 28px;background:#00659c;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #1976d24d}._backLink_zmby8_631:hover{background:#000;box-shadow:0 6px 20px #1976d266;transform:translate(-3px)}@media(max-width:768px){._detailsContainer_zmby8_60{padding:20px 15px}._eventTitle_zmby8_122{font-size:28px;margin:20px 0 15px}._eventPhotoWrapper_zmby8_105{height:250px;margin-bottom:20px}._agendaSection_zmby8_152{padding:20px;margin:30px 0}._agendaSection_zmby8_152 h2{font-size:24px;margin-bottom:15px}._agendaTabs_zmby8_170{gap:8px}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:10px 16px;font-size:13px}._agendaDayBox_zmby8_204{padding:15px}._sessionCard_zmby8_221{padding:15px;margin-bottom:12px}._sessionCard_zmby8_221 h4{font-size:16px}._backLink_zmby8_631{padding:12px 24px;font-size:14px;margin-top:30px}}@media(max-width:480px){._detailsContainer_zmby8_60{padding:15px 10px}._eventTitle_zmby8_122{font-size:22px}._eventPhotoWrapper_zmby8_105{height:180px}._eventVenue_zmby8_132,._eventDate_zmby8_133,._eventDescription_zmby8_134{font-size:14px;padding:10px 12px}._agendaSection_zmby8_152{padding:15px}._agendaTabs_zmby8_170{gap:6px}._agendaTab_zmby8_170,._activeAgendaTab_zmby8_178{padding:8px 12px;font-size:12px}._sessionCard_zmby8_221{padding:12px;margin-bottom:10px}._backLink_zmby8_631{padding:10px 20px;font-size:13px}}._registerBtn_zmby8_752{padding:.55rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#03b4ef;color:#fff}._btnContainer_zmby8_763{width:100%;display:flex;justify-content:center;margin:10px 0 20px}._sessionRoom_zmby8_769{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap}._secDes_zmby8_775{margin-top:10px}._btnContainer_zmby8_763{display:flex;gap:10px;margin-top:10px}._shareBtn_zmby8_784{background:#00659c;color:#fff;border:none;padding:10px 14px;border-radius:6px;cursor:pointer;font-size:14px;transition:.2s ease}._shareBtn_zmby8_784:hover{background:#357ab8}._socialLinksBox_zmby8_798{margin-top:25px;padding:15px;background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014}._socialHeading_zmby8_806{font-size:20px;font-weight:600;margin-bottom:12px}._socialIconsRow_zmby8_812{display:flex;gap:18px}._iconBtn_zmby8_817{background:#fff;padding:12px;border-radius:50%;box-shadow:0 2px 6px #00000026;display:flex;align-items:center;justify-content:center;font-size:36px;transition:.2s}._iconBtn_zmby8_817:hover{transform:scale(1.17)}._eventInfoCard_zmby8_834{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden}._sectionTitle_zmby8_843{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;font-size:24px;font-weight:600;display:flex;align-items:center;gap:12px;margin:0}._sectionTitle_zmby8_843 i{font-size:28px}._infoSection_zmby8_859{padding:32px}._infoRow_zmby8_863{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;background:#f8f9fa;margin-bottom:16px;transition:all .3s ease}._infoRow_zmby8_863:hover{background:#e9ecef;transform:translate(4px)}._iconBox_zmby8_879{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #0000001a}._iconBox_zmby8_879._venue_zmby8_892{background:linear-gradient(135deg,#f093fb,#f5576c)}._iconBox_zmby8_879._date_zmby8_896{background:linear-gradient(135deg,#4facfe,#00f2fe)}._iconBox_zmby8_879._time_zmby8_900{background:linear-gradient(135deg,#43e97b,#38f9d7)}._iconBox_zmby8_879._category_zmby8_904{background:linear-gradient(135deg,#fa709a,#fee140)}._iconBox_zmby8_879._description_zmby8_908{background:linear-gradient(135deg,#a8edea,#fed6e3)}._infoContent_zmby8_912{flex:1;display:flex;flex-direction:column;gap:6px}._infoLabel_zmby8_919{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.8px}._infoValue_zmby8_927{font-size:16px;font-weight:600;color:#212529}._categoryBadge_zmby8_933{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;width:fit-content}._dateTimeGrid_zmby8_943{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}._infoValueBlue_zmby8_950{color:#0f172a!important;font-weight:500}._infoValuehh_zmby8_955{color:#3838d5}._descriptionSection_zmby8_959{display:flex;gap:16px;padding:24px;border-radius:12px;background:#f8f9fa;margin-top:8px}._descriptionText_zmby8_968{font-size:15px;line-height:1.7;color:#495057;margin-top:4px}@media(max-width:768px){._eventInfoCard_zmby8_834{border-radius:16px}._sectionTitle_zmby8_843{padding:20px 24px;font-size:20px}._sectionTitle_zmby8_843 i{font-size:24px}._infoSection_zmby8_859{padding:24px 16px}._dateTimeGrid_zmby8_943{grid-template-columns:1fr}._infoRow_zmby8_863{padding:16px}._iconBox_zmby8_879{width:42px;height:42px;font-size:20px}._descriptionSection_zmby8_959{padding:20px}._infoValue_zmby8_927{font-size:15px}._descriptionText_zmby8_968{font-size:14px}}@media(max-width:480px){._eventInfoCard_zmby8_834{border-radius:12px}._sectionTitle_zmby8_843{font-size:18px;padding:16px 20px;gap:10px}._sectionTitle_zmby8_843 i{font-size:22px}._infoSection_zmby8_859{padding:20px 12px}._infoRow_zmby8_863{padding:14px;gap:12px}._iconBox_zmby8_879{width:38px;height:38px;font-size:18px}._infoLabel_zmby8_919{font-size:11px}._infoValue_zmby8_927{font-size:14px}._categoryBadge_zmby8_933{font-size:13px;padding:5px 14px}._descriptionSection_zmby8_959{padding:16px;gap:12px}._descriptionText_zmby8_968{font-size:13px;line-height:1.6}}._eventInfoWrapper_zmby8_1078{margin:25px 0;display:flex;flex-direction:column;gap:18px}._infoCard_zmby8_1086{display:flex;gap:14px;background:#fff;border:1px solid #e2e8f0;padding:18px;border-radius:12px;box-shadow:0 2px 6px #0000000d}._fullRow_zmby8_1097{width:100%}._infoIconIneer_zmby8_1102{font-size:18px!important;color:#03b4ef}._infoLabel_zmby8_919{font-size:14px;font-weight:700;text-transform:uppercase;color:#475569;margin-bottom:2px}._infoValue_zmby8_927{font-size:15px;color:#0f172a;margin-bottom:6px}._gridRow_zmby8_1127{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media(max-width:768px){._gridRow_zmby8_1127{grid-template-columns:1fr}}._infoIcon_zmby8_1102{font-size:26px;color:#03b4ef}._livePollSection_zmby8_1145{max-width:900px;margin:48px auto;padding:0 16px}._livePollSection_zmby8_1145 h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:20px}._publicPollCard_zmby8_1160{background:#fff;border-radius:18px;padding:22px 24px;margin-bottom:26px;box-shadow:0 18px 40px #00000014;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}._publicPollCard_zmby8_1160:hover{transform:translateY(-2px);box-shadow:0 22px 50px #0000001a}._publicPollCard_zmby8_1160 h3{font-size:17px;font-weight:600;color:#1f2937;margin-bottom:18px}._publicOption_zmby8_1184{margin-bottom:14px}._optionRow_zmby8_1188{display:flex;align-items:center;gap:12px;cursor:pointer}._optionRow_zmby8_1188 input{accent-color:#4f46e5;width:16px;height:16px;cursor:pointer}._optionRow_zmby8_1188 span{font-size:14px;color:#374151;font-weight:500}._barWrap_zmby8_1210{position:relative;background:#f3f4f6;border-radius:999px;height:10px;margin-top:6px;overflow:hidden}._bar_zmby8_1210{height:100%;background:linear-gradient(90deg,#6366f1,#4f46e5);border-radius:999px;transition:width .4s ease}._percent_zmby8_1226{font-size:12px;font-weight:500;color:#4b5563;margin-top:4px;display:block;text-align:right}._totalVotes_zmby8_1237{margin-top:16px;font-size:13px;color:#6b7280;font-weight:500}._livePollSection_zmby8_1145 p{color:#6b7280;font-size:14px}@media(max-width:640px){._publicPollCard_zmby8_1160{padding:18px}._publicPollCard_zmby8_1160 h3{font-size:16px}._optionRow_zmby8_1188 span{font-size:13px}}._pollTimer_zmby8_1266{margin:8px 0 14px;font-size:14px;font-weight:600;color:#ff5722}._upcomingPollSection_zmby8_1273{margin-top:30px;padding-top:20px;border-top:1px dashed #e5e7eb}._upcomingPollSection_zmby8_1273 h2{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:6px}._upcomingPollCard_zmby8_1290{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;margin-bottom:12px;box-shadow:0 4px 12px #0000000a;position:relative}._upcomingPollCard_zmby8_1290:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;background:#f59e0b;border-radius:4px}._upcomingPollCard_zmby8_1290 p:first-child{font-size:14px;font-weight:600;color:#111827;margin-bottom:6px}._upcomingPollCard_zmby8_1290 p:last-child{font-size:13px;color:#374151}._upcomingPollCard_zmby8_1290:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-1px);transition:all .2s ease}._noUpcomingPolls_zmby8_1334{font-size:14px;color:#9ca3af;padding:10px 0}@media(max-width:640px){._upcomingPollCard_zmby8_1290{padding:14px}._upcomingPollSection_zmby8_1273 h2{font-size:15px}}._infoValue_zmby8_927 ul{list-style-type:disc;padding-left:22px;margin:8px 0}._infoValue_zmby8_927 ol{list-style-type:decimal;padding-left:22px;margin:8px 0}._infoValue_zmby8_927 li{margin:4px 0}._galleryBtn_zmby8_1366{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#01669c,#03b4ef);color:#fff;border:none;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}._galleryBtn_zmby8_1366 svg{font-size:18px}._galleryBtn_zmby8_1366:hover{background:linear-gradient(135deg,#014468,#00bfff);transform:translateY(-1px);box-shadow:0 6px 16px #00000026}._galleryBtn_zmby8_1366:active{transform:scale(.97)}._eventDescription_zmby8_134 a{color:#2563eb;text-decoration:underline;font-weight:500;cursor:pointer;word-break:break-word}._eventDescription_zmby8_134 a:hover{color:#1e40af;text-decoration:underline}._infoValue_zmby8_927 a{color:#2563eb!important;text-decoration:underline!important;font-weight:500;cursor:pointer;word-break:break-word}._infoValue_zmby8_927 a:hover{color:#1e40af!important;text-decoration:underline!important}._infoValue_zmby8_927 a:visited{color:#2563eb!important}._publicSponsorsSection_zmby8_1434{margin-top:60px;padding:40px 20px;background:#f8fafc;border-radius:16px}._publicSponsorsTitle_zmby8_1441{font-size:26px;font-weight:700;text-align:center;color:#0f172a;margin-bottom:25px}._becomeSponsorBtn_zmby8_1450{display:block;margin:0 auto 35px;padding:12px 28px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:15px;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease}._becomeSponsorBtn_zmby8_1450:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0284c759}._categoryBlock_zmby8_1473{margin-bottom:45px}._categoryTitle_zmby8_1477{font-size:20px;font-weight:600;color:#020617;margin-bottom:18px;padding-left:6px;border-left:4px solid #2563eb}._sponsorCard_zmby8_1500{background:#fff;border-radius:14px;padding:18px 15px;text-align:center;box-shadow:0 10px 25px #0000000d;transition:all .3s ease}._sponsorCard_zmby8_1500:hover{transform:translateY(-6px);box-shadow:0 16px 35px #0000001f}._sponsorCard_zmby8_1500 img{max-width:100%;object-fit:cover;margin-bottom:12px;border-radius:10px}._sponsorCard_zmby8_1500 p{font-size:20px;font-weight:600;color:#0f172a;margin:0}._sponsorCategorySection_zmby8_1534{margin-top:60px;padding:35px 20px;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000d}._categoryTable_zmby8_1542{width:100%;border-collapse:collapse;margin:20px 0 30px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:14px 12px;text-align:left;font-size:14px}._categoryTable_zmby8_1542 thead{background:#f1f5f9}._categoryTable_zmby8_1542 th{font-weight:600;color:#020617}._categoryTable_zmby8_1542 tbody tr{border-bottom:1px solid #e5e7eb}._categoryTable_zmby8_1542 tbody tr:last-child{border-bottom:none}._modalOverlay_zmby8_1576{position:fixed;inset:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:15px}._modalContent_zmby8_1591{background:#fff;width:100%;max-width:520px;border-radius:18px;padding:28px 24px 24px;position:relative;animation:_popupFade_zmby8_1 .35s ease;max-height:90vh;overflow-y:auto}@keyframes _popupFade_zmby8_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._closeModal_zmby8_1616{margin-top:18px;width:100%;padding:10px;background:#f1f5f9;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}._closeModal_zmby8_1616:hover{background:#e5e7eb}@media(max-width:640px){._publicSponsorsTitle_zmby8_1441{font-size:22px}._categoryTitle_zmby8_1477{font-size:18px}}._sponsorPopup_zmby8_1649{background:#fff;width:100%;max-width:720px;border-radius:18px;padding:28px 24px 22px;text-align:center;position:relative;animation:_popupFade_zmby8_1 .35s ease}._popupCategory_zmby8_1698{font-size:15px;font-weight:700;letter-spacing:1px;color:#64748b;margin-bottom:18px}._popupLogoBox_zmby8_1707{border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin-bottom:16px}._popupLogoBox_zmby8_1707 img{max-width:100%;max-height:80px;object-fit:contain}._popupCompany_zmby8_1721{font-size:18px;font-weight:700;color:#020617;margin-bottom:8px}._popupLink_zmby8_1729{display:inline-block;color:#0284c7;font-size:14px;text-decoration:none;margin-bottom:20px}._popupLink_zmby8_1729:hover{text-decoration:underline}._popupFooter_zmby8_1742{margin-top:18px;padding-top:14px;border-top:1px solid #e5e7eb;font-size:14px;color:#334155}._sponsorCard_zmby8_1500{cursor:pointer}._heroSection_zmby8_1757{background-color:#fff;border:2px solid #e5e7eb;border-radius:30px;box-shadow:inset 0 0 40px #00000030;padding:60px 20px;text-align:center;margin:0 auto 60px;max-width:1200px}._heroContent_zmby8_1773{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center}._heroBadge_zmby8_1782{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2563eb;margin-bottom:16px;background:#eff6ff;padding:6px 12px;border-radius:4px}._heroTitle_zmby8_1796{color:#333;font-size:42px;font-weight:700;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}._heroSubtitle_zmby8_1805{color:#666;font-size:18px;line-height:1.6;margin:0 0 40px;font-weight:400}._heroCTA_zmby8_1814{background-color:#2563eb;color:#fff;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #2563eb33}._heroCTA_zmby8_1814:hover{background-color:#1d4ed8;transform:translateY(-2px)}._sponsorsSection_zmby8_1834{margin-bottom:60px}._categoryTabs_zmby8_1839{position:relative;display:flex;gap:4px;padding:4px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:fit-content;margin:0 auto 50px;overflow:hidden;isolation:isolate}._slider_zmby8_1856{position:absolute;left:0;top:4px;height:calc(100% - 8px);background:#2563eb;border-radius:10px;transition:transform .45s cubic-bezier(.4,0,.2,1),width .45s ease,height .35s ease,top .35s ease,border-radius .35s ease;z-index:0}._docked_zmby8_1869{top:calc(100% - 6px);height:3px;border-radius:3px}._tab_zmby8_1875{position:relative;z-index:1;padding:10px 24px;background:transparent;border:none;border-radius:50px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:color .3s ease}._tab_zmby8_1875{color:#64748b}._activeSliding_zmby8_1895{color:#fff;font-weight:600}._activeTab_zmby8_1901{color:#2563eb;font-weight:600}._mobileCategorySelect_zmby8_1911{margin:0 auto 32px;max-width:320px}._categoryDropdown_zmby8_1916{width:100%;padding:12px 16px;font-size:14px;font-weight:600;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#020617;appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#2563eb 50%),linear-gradient(135deg,#2563eb 50%,transparent 50%);background-position:calc(100% - 20px) 55%,calc(100% - 14px) 55%;background-size:6px 6px;background-repeat:no-repeat}._categoryBlock_zmby8_1473{margin-bottom:50px}._categoryHeader_zmby8_1947{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}._categoryBar_zmby8_1956{width:4px;height:20px;background:#2563eb;border-radius:2px}._icon_zmby8_817{font-size:28px;color:#2563eb;display:flex;align-items:center}._categoryTitle_zmby8_1477{font-size:26px;font-weight:700;color:#020617;margin:0}._sponsorCount_zmby8_1977{margin-left:auto;padding:6px 16px;background:#f1f5f9;border-radius:20px;font-size:13px;font-weight:600;color:#64748b;box-shadow:inset 0 2px 2px #00000014,inset 0 -1px 1px #fff9}._sponsorGrid_zmby8_1490{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px}@media(max-width:1024px){._sponsorGrid_zmby8_1490{grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px}}@media(max-width:789px){._sponsorGrid_zmby8_1490{grid-template-columns:repeat(2,minmax(240px,1fr));gap:22px}}@media(max-width:640px){._sponsorGrid_zmby8_1490{grid-template-columns:minmax(280px,1fr);gap:20px}}@media(max-width:480px){._sponsorGrid_zmby8_1490{grid-template-columns:minmax(260px,1fr);gap:18px}}._sponsorCard_zmby8_1500{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 1px 2px #0000000a}._sponsorCard_zmby8_1500:hover{transform:scale(1.02);box-shadow:0 12px 30px #00000014}._cardInner_zmby8_2054{padding:0}._imageWrapper_zmby8_2058{width:100%;height:160px;position:relative;overflow:hidden;background:#f8fafc}._imageOverlay_zmby8_2066{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;text-transform:uppercase;font-size:22px;border-radius:12px;opacity:0;transition:opacity .25s ease}._overlayIcon_zmby8_2083{font-size:28px;color:#fff}._sponsorCard_zmby8_1500:hover ._imageOverlay_zmby8_2066{opacity:1}._sponsorImage_zmby8_2092{width:100%;height:100%;background:#fff;object-fit:cover}._companyName_zmby8_2101{font-size:16px;font-weight:700;color:#020617;margin-bottom:6px}._benefitsSection_zmby8_2130{padding:60px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:24px;margin-bottom:60px}._benefitsTitle_zmby8_2137{font-size:36px;font-weight:800;text-align:center;color:#020617;margin-bottom:50px}._benefitsGrid_zmby8_2145{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;max-width:1200px;margin:0 auto}._benefitCard_zmby8_2153{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}._benefitCard_zmby8_2153:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}._benefitIcon_zmby8_2167{font-size:48px;margin-bottom:16px}._benefitCard_zmby8_2153 h3{font-size:20px;font-weight:700;color:#020617;margin-bottom:12px}._benefitCard_zmby8_2153 p{font-size:14px;color:#64748b;line-height:1.6;margin:0}._packagesSection_zmby8_2188{padding:60px 20px;margin-bottom:60px}._packagesTitle_zmby8_2193{font-size:36px;font-weight:800;text-align:center;color:#020617;margin-bottom:12px}._packagesSubtitle_zmby8_2201{text-align:center;color:#64748b;font-size:16px;margin-bottom:50px}._packagesGrid_zmby8_2208{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}._packageCard_zmby8_2216{background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:32px 24px;transition:all .4s ease;position:relative;overflow:hidden}._packageCard_zmby8_2216:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#0284c7);transform:scaleX(0);transition:transform .4s ease}._packageCard_zmby8_2216:hover{transform:translateY(-8px);border-color:#0ea5e9;box-shadow:0 20px 40px #0ea5e91f}._packageCard_zmby8_2216:hover:before{transform:scaleX(1)}._packageHeader_zmby8_2248{display:flex;align-items:center;gap:12px;margin-bottom:24px}._packageName_zmby8_2255{font-size:22px;font-weight:700;color:#020617;margin:0}._packagePrice_zmby8_2262{text-align:center;margin-bottom:28px}._currency_zmby8_2267{font-size:24px;color:#64748b;font-weight:600}._amount_zmby8_2273{font-size:42px;font-weight:800;color:#0284c7;margin-left:4px}._packageFeatures_zmby8_2280{margin-bottom:28px}._feature_zmby8_2284{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}._feature_zmby8_2284:last-child{border-bottom:none}._checkmark_zmby8_2296{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}._feature_zmby8_2284 span:last-child{font-size:14px;color:#334155}._packageCTA_zmby8_2315{width:100%;padding:14px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}._packageCTA_zmby8_2315:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0284c74d}._sponsorPopup_zmby8_1649{background:#fff;width:100%;max-width:760px;max-height:90vh;border-radius:20px;position:relative;overflow:hidden;animation:_slideUp_zmby8_1 .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #0003}@keyframes _slideUp_zmby8_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._popupClose_zmby8_1663{position:absolute;top:14px;right:14px;width:10px;height:35px;display:flex;align-items:center;justify-content:center;border:none;background:#0f172acc;color:#fff;font-size:22px;font-weight:600;cursor:pointer;z-index:20;transition:transform .2s ease,background .2s ease}._popupClose_zmby8_1663:hover{background:#0f172a;transform:scale(1.05)}._popupImageWrapper_zmby8_2397{flex-shrink:0;width:100%;height:220px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #f1f5f9}._popupImageWrapper_zmby8_2397 img{max-width:100%;max-height:100%;object-fit:contain}._popupContentContainer_zmby8_2417{padding:0 24px 20px;overflow-y:auto;max-height:calc(90vh - 300px)}._popupContent_zmby8_2417{padding:24px 0;text-align:left}._popupBadge_zmby8_2431{display:inline-block;padding:4px 12px;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:6px;margin-bottom:12px}._popupCompany_zmby8_1721{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:8px;line-height:1.2}._popupDescription_zmby8_2453{font-size:.95rem;font-weight:400;color:#0f172a;margin-bottom:8px;line-height:1.6}._popupLink_zmby8_1729{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;color:#fff;background:#0284c7;font-size:1rem;font-weight:600;text-decoration:none;padding:12px;border-radius:8px;margin-top:16px;transition:all .2s ease}._popupLink_zmby8_1729:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 4px 12px #0284c74d;text-decoration:none}._popupFooter_zmby8_1742{border-top:1px solid #e2e8f0;padding:12px;text-align:center;background:#f8fafc}._sponsorTag_zmby8_2497{display:inline-block;color:#64748b;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}._formModal_zmby8_2507{background:#fff;width:100%;max-width:750px;max-height:90vh;border-radius:14px;position:relative;animation:_slideUp_zmby8_1 .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:0 25px 50px #00000040}@media(max-width:768px){._heroTitle_zmby8_1796{font-size:36px}._heroSubtitle_zmby8_1805{font-size:16px}._benefitsTitle_zmby8_2137,._packagesTitle_zmby8_2193{font-size:28px}._tab_zmby8_1875{padding:10px 20px;font-size:13px}}@media(max-width:480px){._heroSection_zmby8_1757{padding:60px 20px}._heroTitle_zmby8_1796{font-size:28px}._packagesGrid_zmby8_2208,._benefitsGrid_zmby8_2145{grid-template-columns:1fr}._sponsorPopup_zmby8_1649,._formModal_zmby8_2507{padding:32px 24px}}._sponsorCategorySection_zmby8_1534{margin-top:80px;padding:32px;background:#f8fafc;border-radius:20px;border:1px solid #e5e7eb}._categoryTableHeading_zmby8_2578{font-size:28px;font-weight:800;color:#020617;margin-bottom:16px;letter-spacing:-.02em}._tableWrapper_zmby8_2589{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:12px;border:1px solid #e5e7eb;padding:0rem}._categoryTable_zmby8_1542{height:100%;width:100%;border-collapse:collapse}._categoryTable_zmby8_1542 thead{background:#f9fafb}._categoryTable_zmby8_1542 th{padding:16px;font-size:12px;font-weight:700;letter-spacing:.08em;color:#64748b;text-transform:uppercase;text-align:center;border:1px solid #e5e7eb}._categoryTable_zmby8_1542 th:first-child{text-align:left}._categoryTable_zmby8_1542 td{padding:16px;font-size:14px;color:#020617;text-align:center;border:1px solid #e5e7eb}._labelCell_zmby8_2640{text-align:left!important;font-weight:600;color:#334155;background:#f9fafb;font-size:13px}._priceCell_zmby8_2650{font-size:17px;font-weight:800;color:#020617}._statusCell_zmby8_2658{font-weight:600}._statusVisible_zmby8_2662{color:#2563eb;font-weight:700}._statusHidden_zmby8_2667{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#e5e7eb;color:#64748b;border-radius:50%;font-size:16px;font-weight:700}._mobileTableWrapper_zmby8_2685{margin-top:24px;overflow-x:auto}._mobileCategoryTable_zmby8_2690{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000000f}._mobileCategoryTable_zmby8_2690 thead{background:#f1f5f9}._mobileCategoryTable_zmby8_2690 th{padding:12px;font-size:12px;font-weight:700;text-transform:uppercase;color:#475569;text-align:left;border-bottom:1px solid #e5e7eb}._mobileCategoryTable_zmby8_2690 td{padding:14px 12px;font-size:14px;color:#020617;border-bottom:1px solid #e5e7eb}._mobileCategoryTable_zmby8_2690 tr:last-child td{border-bottom:none}._mobileCategoryName_zmby8_2724{font-weight:700}._mobilePrice_zmby8_2728,._mobileStatus_zmby8_2732{font-weight:600}._becomeSponsorTableBtn_zmby8_2739{display:block;margin:0 auto;padding:14px 44px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;letter-spacing:.08em;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}._becomeSponsorTableBtn_zmby8_2739:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 24px #2563eb40}@media(max-width:768px){._categoryTableHeading_zmby8_2578{font-size:24px;text-align:center}._tableWrapper_zmby8_2589{overflow-x:auto}._categoryTable_zmby8_1542{min-width:600px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:14px 12px;font-size:13px}._priceCell_zmby8_2650{font-size:16px}._becomeSponsorTableBtn_zmby8_2739{width:100%;padding:12px 20px;font-size:14px}}@media(max-width:480px){._sponsorCategorySection_zmby8_1534{padding:40px 15px}._categoryTable_zmby8_1542 th,._categoryTable_zmby8_1542 td{padding:12px 8px;font-size:12px}._categoryTableHeading_zmby8_2578{font-size:20px}._statusHidden_zmby8_2667{width:28px;height:28px;font-size:18px}}._noSponsorsBox_zmby8_2822{text-align:center;padding:60px 20px;border:2px dashed #ddd;border-radius:12px;background:#fafafa;color:#555}._noSponsorsBox_zmby8_2822 strong{font-size:18px;display:block;margin-bottom:8px}._speakerActions_zmby8_2837{display:flex;justify-content:center;margin-top:32px}._disabledBtn_zmby8_2842{background-color:#d1d5db;color:#6b7280;cursor:not-allowed;opacity:.7;pointer-events:none}._venueIconWrapper_zmby8_2850{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#64748b}._agendaFileBlock_zmby8_2868{margin-bottom:28px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}._agendaPdfEmbed_zmby8_2877{width:100%;height:600px;border:none;display:block}._agendaImageEmbed_zmby8_2885{width:100%;max-height:800px;object-fit:contain;display:block;padding:16px;box-sizing:border-box}._agendaDivider_zmby8_2895{display:flex;align-items:center;gap:14px;margin:28px 0 18px;font-weight:600;color:#475569;font-size:14px;text-transform:uppercase;letter-spacing:.5px}._agendaDivider_zmby8_2895:before,._agendaDivider_zmby8_2895:after{content:"";flex:1;height:1px;background:#e2e8f0}._section_y7rfl_6{width:100%;padding:46px 0;background:#fff;overflow:hidden}._container_y7rfl_13{width:75%;margin:0 auto}._headerRow_y7rfl_19{max-width:1200px;margin:0 auto 40px}._sectionLabel_y7rfl_25{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px;font-family:DM Sans,sans-serif}._heading_y7rfl_36{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin:0 0 4px}._subText_y7rfl_44{font-size:14px;color:#888;margin:0;font-family:DM Sans,sans-serif}._viewport_y7rfl_52{position:relative;width:100%;overflow:hidden;padding:8px 0 16px}._fadeLeft_y7rfl_60,._fadeRight_y7rfl_61{position:absolute;top:0;bottom:0;width:100px;z-index:3;pointer-events:none}._track_y7rfl_81{display:flex;gap:20px;width:max-content}._trackAnimate_y7rfl_87{animation:_scrollLeft_y7rfl_1 35s linear infinite}._trackStatic_y7rfl_91{width:100%;justify-content:center;flex-wrap:wrap}@keyframes _scrollLeft_y7rfl_1{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}._card_y7rfl_103{flex:0 0 220px;background:#fff;border:1.5px solid #e8e8ed;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:default;font-family:DM Sans,sans-serif}._card_y7rfl_103:hover{transform:translateY(-6px);box-shadow:0 12px 28px #5b4de821;border-color:#5b4de859}._avatarWrap_y7rfl_124{width:100%;height:200px;border-radius:0;overflow:hidden;border:none;margin-bottom:0;flex-shrink:0}._avatarImg_y7rfl_134{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_y7rfl_140{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;font-family:"DM Serif Display",serif}._cardBody_y7rfl_153{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 14px 18px;width:100%}._name_y7rfl_163{font-size:15px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}._role_y7rfl_171{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#5b4de8;background:#eeecfb;padding:4px 14px;border-radius:20px}.theme-modern ._section_y7rfl_6{background:#020617}.theme-modern ._sectionLabel_y7rfl_25{color:#ff7a18}.theme-modern ._heading_y7rfl_36{color:#fff}.theme-modern ._subText_y7rfl_44{color:#cbd5e1}.theme-modern ._card_y7rfl_103{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_y7rfl_103:hover{box-shadow:0 12px 28px #0009;border-color:#ffffff1f}.theme-modern ._name_y7rfl_163{color:#fff}.theme-modern ._role_y7rfl_171{background:#ffffff14;color:#ff7a18}.theme-modern ._fadeLeft_y7rfl_60{background:linear-gradient(to right,#020617 0%,transparent 100%)}.theme-modern ._fadeRight_y7rfl_61{background:linear-gradient(to left,#020617 0%,transparent 100%)}@media(max-width:1024px){._card_y7rfl_103{flex:0 0 200px}._avatarWrap_y7rfl_124{height:180px}}@media(max-width:768px){._headerRow_y7rfl_19{padding:0 20px}._card_y7rfl_103{flex:0 0 175px}._avatarWrap_y7rfl_124{height:160px}}@media(max-width:480px){._container_y7rfl_13{width:92%}._heading_y7rfl_36{font-size:22px}._track_y7rfl_81{gap:12px}._card_y7rfl_103{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px)}._avatarWrap_y7rfl_124{height:140px}._avatarPlaceholder_y7rfl_140{font-size:36px}._name_y7rfl_163{font-size:13px}._fadeLeft_y7rfl_60,._fadeRight_y7rfl_61{width:30px}}._noTransition_y7rfl_242{transition:none!important;animation:none!important}._servicesPage_163qy_1{padding:72px 0;margin:0 auto;font-family:Inter,sans-serif;background:linear-gradient(180deg,#f8fbff,#f3f6fb);position:relative;overflow:hidden}._header_163qy_21{text-align:center;margin-bottom:4rem}._kicker_163qy_26{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#04b4ef14;color:#00659c;margin-bottom:14px}._pageTitle_163qy_45{font-size:3.2rem;font-weight:700;margin-bottom:1rem;color:#111827;line-height:1.1}._pageTitle_163qy_45 span{color:#04b4ef}._pageSubtitle_163qy_57{font-size:1rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.7}._servicesGrid_163qy_69{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}._serviceCard_163qy_79{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;background:#ffffffe6;border-radius:24px;padding:1.7rem;border:1px solid rgba(226,232,240,.9);overflow:hidden;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._serviceCard_163qy_79:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#04b4ef,#00659c);opacity:0;transition:opacity .3s ease;z-index:2}._serviceCard_163qy_79:hover:before{opacity:1}._serviceCard_163qy_79:hover{transform:translateY(-8px) scale(1.01);border-color:#04b4ef2e;box-shadow:0 20px 45px #04b4ef1f}._cardBg_163qy_151{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity .4s ease,transform .45s ease;pointer-events:none;filter:blur(1px);z-index:0}._cardBg_163qy_151:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffffff5,#ffffffeb 35%,#ffffffb8 65%,#ffffff40)}._serviceCard_163qy_79:hover ._cardBg_163qy_151{opacity:1;transform:scale(1)}._cardTopRow_163qy_199{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._serviceIconWrapper_163qy_212{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(180deg,#ffffffe6,#f5f8fff2);border:1px solid rgba(4,180,239,.12);transition:transform .35s ease,background .35s ease,border-color .35s ease}._serviceCard_163qy_79:hover ._serviceIconWrapper_163qy_212{transform:translateY(-2px) rotate(-3deg);border-color:#04b4ef47;background:linear-gradient(180deg,#fff,#eef8ff)}._serviceIcon_163qy_212{font-size:1.65rem;color:#04b4ef!important;transition:transform .3s ease,color .3s ease}._serviceCard_163qy_79:hover ._serviceIcon_163qy_212{transform:scale(1.08)}._cardContent_163qy_269{position:relative;z-index:2;flex:1}._serviceTitle_163qy_276{font-size:1.32rem;font-weight:700;color:#111827;margin-bottom:.7rem;line-height:1.3}._serviceDescription_163qy_287{font-size:.95rem;line-height:1.8;color:#667085;max-width:92%}._cardFooter_163qy_300{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem}._statusBadge_163qy_315{font-size:.76rem;font-weight:600;padding:7px 12px;border-radius:999px}._statusLive_163qy_324{background:#10b9811f;color:#047857}._statusSoon_163qy_329{background:#64748b1f;color:#475569}._ctaWrapper_163qy_336{display:inline-flex;align-items:center;gap:.55rem;padding:10px 16px;border-radius:999px;background:linear-gradient(90deg,#04b4ef,#00659c);color:#fff;border:1px solid rgba(4,180,239,.12);font-size:.84rem;font-weight:600}._serviceCard_163qy_79:hover ._ctaWrapper_163qy_336{background:linear-gradient(90deg,#04b4ef,#00659c);color:#fff;border-color:transparent;transform:translate(4px)}._ctaText_163qy_380{white-space:nowrap}._ctaIcon_163qy_384{display:flex;align-items:center;justify-content:center;font-size:.78rem;transition:transform .3s ease}._serviceCard_163qy_79:hover ._ctaIcon_163qy_384{transform:translate(3px)}@media(max-width:1024px){._servicesGrid_163qy_69{grid-template-columns:repeat(2,minmax(0,1fr))}._pageTitle_163qy_45{font-size:2.6rem}}@media(max-width:768px){._servicesPage_163qy_1{padding:56px 0}._servicesGrid_163qy_69{grid-template-columns:1fr;gap:1.2rem}._serviceCard_163qy_79{min-height:auto;padding:1.5rem}._header_163qy_21{margin-bottom:3rem}._pageTitle_163qy_45{font-size:2.2rem}._pageSubtitle_163qy_57{font-size:.95rem}._serviceDescription_163qy_287{max-width:100%}}._main_71wqh_1{min-height:100vh;background:#f8fafc;padding:4rem 1rem}._article_71wqh_7{max-width:1100px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 4rem;box-shadow:0 8px 30px #0000000d;border:1px solid #f1f1f1}._header_71wqh_17{text-align:center;margin-bottom:3rem}._header_71wqh_17 h1{font-size:2.5rem;font-weight:700;color:#0f172a}._updated_71wqh_29{margin-top:.5rem;font-size:.9rem;color:#6b7280}._updated_71wqh_29 span{font-weight:600;color:#1e293b}._intro_71wqh_40{margin-top:1.5rem;font-size:1.125rem;color:#4b5563;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}._toc_71wqh_50{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:3rem}._toc_71wqh_50 h2{font-weight:700;color:#1e293b;font-size:1rem;margin-bottom:1rem}._toc_71wqh_50 ol{list-style:none;padding:0}._toc_71wqh_50 li{margin:.4rem 0}._toc_71wqh_50 a{color:#334155;text-decoration:none;transition:color .2s ease;font-weight:500}._toc_71wqh_50 a:hover{color:#2563eb}._sections_71wqh_85{display:flex;flex-direction:column;gap:3rem}._section_71wqh_85{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}._section_71wqh_85 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._section_71wqh_85 h4{margin-top:1.2rem;font-weight:600;color:#0f172a}._section_71wqh_85 p,._section_71wqh_85 ul{color:#374151;font-size:1rem;line-height:1.7}._section_71wqh_85 ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}._contactItem_71wqh_122{margin-top:.6rem}._contactItem_71wqh_122 a{color:#2563eb;text-decoration:none;font-weight:600}._contactItem_71wqh_122 a:hover{text-decoration:underline}._footer_71wqh_136{margin-top:3rem;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:1.5rem}@media screen{._article_71wqh_7{padding:3rem 1rem}}._main_82ovt_1{min-height:100vh;background:#f8fafc;padding:4rem 1rem}._article_82ovt_7{max-width:1100px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 4rem;box-shadow:0 8px 30px #0000000d;border:1px solid #f1f1f1}._header_82ovt_17{text-align:center;margin-bottom:3rem}._header_82ovt_17 h1{font-size:2.5rem;font-weight:700;color:#0f172a}._updated_82ovt_29{margin-top:.5rem;font-size:.9rem;color:#6b7280}._updated_82ovt_29 span{font-weight:600;color:#1e293b}._intro_82ovt_40{margin-top:1.5rem;font-size:1.125rem;color:#4b5563;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}._toc_82ovt_50{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:3rem}._toc_82ovt_50 h2{font-weight:700;color:#1e293b;font-size:1rem;margin-bottom:1rem}._toc_82ovt_50 ol{list-style:none;padding:0}._toc_82ovt_50 li{margin:.4rem 0}._toc_82ovt_50 a{color:#334155;text-decoration:none;transition:color .2s ease;font-weight:500}._toc_82ovt_50 a:hover{color:#2563eb}._sections_82ovt_85{display:flex;flex-direction:column;gap:3rem}._section_82ovt_85{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}._section_82ovt_85 h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._section_82ovt_85 h4{margin-top:1.2rem;font-weight:600;color:#0f172a}._section_82ovt_85 p,._section_82ovt_85 ul{color:#374151;font-size:1rem;line-height:1.7}._section_82ovt_85 ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}._contactItem_82ovt_122{margin-top:.6rem}._contactItem_82ovt_122 a{color:#2563eb;text-decoration:none;font-weight:600}._contactItem_82ovt_122 a:hover{text-decoration:underline}._footer_82ovt_136{margin-top:3rem;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:1.5rem}@media screen{._article_82ovt_7{padding:3rem 1rem}}._overlay_10kyz_1{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000}._modal_10kyz_11{width:90%;max-width:700px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 8px 20px #00000040;max-height:90vh;overflow-y:auto;position:relative}._closeBtn_10kyz_23{position:absolute;right:12px;top:12px;background:none;border:none;font-size:22px;cursor:pointer}._title_10kyz_33{margin-bottom:15px;font-size:22px;font-weight:700}._termsWrapper_10kyz_40{width:100%;padding:40px 20px;display:flex;justify-content:center;background:#f8fafc}._termsCard_10kyz_48{width:100%;max-width:900px;background:#fff;padding:30px 35px;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0000000f}._termsTitle_10kyz_59{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:20px;border-left:4px solid #0066ff;padding-left:12px}._termsSection_10kyz_69{margin-bottom:22px}._termsSection_10kyz_69 h3{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:10px}._termsSection_10kyz_69 ul{margin-left:22px;margin-top:8px;margin-bottom:12px}._termsSection_10kyz_69 li{font-size:15px;line-height:1.7;margin-bottom:6px;color:#334155}._termsSection_10kyz_69 strong{color:#0f172a}._wrapper_sypyf_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#fdfcfb,#e2d1c3);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden}._particles_sypyf_15{position:absolute;width:100%;height:100%;top:0;left:0}._particle_sypyf_15{position:absolute;width:4px;height:4px;background:#ffffff80;border-radius:50%;animation:_float_sypyf_1 15s infinite ease-in-out}@keyframes _float_sypyf_1{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translate(50px);opacity:0}}._confettiContainer_sypyf_50{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}._confetti_sypyf_50{position:absolute;width:10px;height:10px;top:-10px;animation:_confettiFall_sypyf_1 3s linear forwards}@keyframes _confettiFall_sypyf_1{to{transform:translateY(100vh) rotate(360deg);opacity:0}}._bgShape1_sypyf_76,._bgShape2_sypyf_76,._bgShape3_sypyf_76{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_morphing_sypyf_1 20s infinite ease-in-out}._bgShape1_sypyf_76{width:400px;height:400px;top:-200px;left:-200px;animation-delay:0s}._bgShape2_sypyf_76{width:500px;height:500px;bottom:-250px;right:-250px;animation-delay:7s}._bgShape3_sypyf_76{width:300px;height:300px;top:40%;right:-150px;animation-delay:14s}@keyframes _morphing_sypyf_1{0%,to{border-radius:50%;transform:rotate(0) scale(1)}25%{border-radius:60% 40% 30% 70%;transform:rotate(90deg) scale(1.1)}50%{border-radius:30% 60% 70% 40%;transform:rotate(180deg) scale(.9)}75%{border-radius:70% 30% 50% 50%;transform:rotate(270deg) scale(1.05)}}._card_sypyf_128{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:50px 40px;border-radius:35px;box-shadow:0 40px 100px #0000004d,0 0 0 1px #ffffff83 inset;text-align:center;max-width:550px;width:100%;animation:_cardEntrance_sypyf_1 .8s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:10}@keyframes _cardEntrance_sypyf_1{0%{opacity:0;transform:translateY(100px) scale(.8) rotateX(20deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}._cornerDecor_sypyf_156 div{position:absolute;width:40px;height:40px;border:3px solid;opacity:.3}._cornerTopLeft_sypyf_164{top:15px;left:15px;border-right:none;border-bottom:none;border-radius:10px 0 0;border-color:#667eea}._cornerTopRight_sypyf_173{top:15px;right:15px;border-left:none;border-bottom:none;border-radius:0 10px 0 0;border-color:#764ba2}._cornerBottomLeft_sypyf_182{bottom:15px;left:15px;border-right:none;border-top:none;border-radius:0 0 0 10px;border-color:#f093fb}._cornerBottomRight_sypyf_191{bottom:15px;right:15px;border-left:none;border-top:none;border-radius:0 0 10px;border-color:#667eea}._iconContainer_sypyf_201{position:relative;width:120px;height:120px;margin:20px auto 30px}._iconRing_sypyf_208{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid rgba(102,126,234,.3);border-radius:50%;animation:_ripple_sypyf_1 2s infinite ease-out}@keyframes _ripple_sypyf_1{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}._iconWrapper_sypyf_230{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 15px 35px #667eea66,0 0 0 8px #ffffff4d}._iconLoading_sypyf_247{animation:_iconPulse_sypyf_1 1.5s ease-in-out infinite}._iconSuccess_sypyf_251{animation:_iconBounce_sypyf_1 .8s cubic-bezier(.34,1.56,.64,1)}@keyframes _iconPulse_sypyf_1{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}@keyframes _iconBounce_sypyf_1{0%{transform:translate(-50%,-50%) scale(0) rotate(0)}50%{transform:translate(-50%,-50%) scale(1.2) rotate(180deg)}to{transform:translate(-50%,-50%) scale(1) rotate(360deg)}}._icon_sypyf_201{font-size:60px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._statusBadge_sypyf_282{display:inline-block;padding:8px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;margin-bottom:20px;animation:_badgeSlide_sypyf_1 .6s ease-out .3s both}._statusBadge_sypyf_282 span{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}@keyframes _badgeSlide_sypyf_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._message_sypyf_311{font-size:26px;color:#2d3748;margin:0 0 10px;padding-top:50px;font-weight:700;line-height:1.4;animation:_textFade_sypyf_1 .6s ease-out .4s both}._subtitle_sypyf_321{font-size:16px;color:#718096;margin:0 0 30px;animation:_textFade_sypyf_1 .6s ease-out .5s both}@keyframes _textFade_sypyf_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._loadingBar_sypyf_340{width:100%;height:6px;background:#667eea33;border-radius:10px;overflow:hidden;margin-top:20px}._loadingProgress_sypyf_349{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);animation:_progress_sypyf_1 2s ease-in-out infinite;border-radius:10px}@keyframes _progress_sypyf_1{0%{width:0;transform:translate(0)}50%{width:100%;transform:translate(0)}to{width:100%;transform:translate(100%)}}._successContent_sypyf_372{animation:_successFade_sypyf_1 .6s ease-out .6s both}@keyframes _successFade_sypyf_1{0%{opacity:0}to{opacity:1}}._divider_sypyf_385{width:100px;height:3px;background:linear-gradient(90deg,transparent,#667eea,transparent);margin:30px auto;border-radius:10px}._countdownSection_sypyf_394{margin:30px 0}._countdownCircle_sypyf_398{position:relative;width:100px;height:100px;margin:0 auto 20px}._countdownSvg_sypyf_405{width:100%;height:100%;transform:rotate(-90deg)}._countdownBg_sypyf_411{fill:none;stroke:#667eea1a;stroke-width:8}._countdownProgress_sypyf_417{fill:none;stroke:url(#gradient);stroke-width:8;stroke-linecap:round;stroke-dasharray:339;stroke-dashoffset:339;transition:stroke-dashoffset 1s linear}._countdownContent_sypyf_427{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._countdownNumber_sypyf_435{display:block;font-size:36px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}._countdownLabel_sypyf_446{display:block;font-size:12px;color:#a0aec0;font-weight:600;text-transform:uppercase;margin-top:5px}._redirectText_sypyf_455{font-size:15px;color:#718096;margin:0}._homeButton_sypyf_462{margin-top:25px;padding:14px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #667eea4d}._homeButton_sypyf_462:hover{transform:translateY(-2px);box-shadow:0 15px 35px #667eea66}._homeButton_sypyf_462:active{transform:translateY(0)}._card_sypyf_128._yes_sypyf_486 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 15px 35px #48bb7866,0 0 0 8px #ffffff4d}._card_sypyf_128._yes_sypyf_486 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#48bb78,#38a169)}._card_sypyf_128._yes_sypyf_486 ._homeButton_sypyf_462{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 10px 25px #48bb784d}._card_sypyf_128._no_sypyf_500 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 15px 35px #f5656566,0 0 0 8px #ffffff4d}._card_sypyf_128._no_sypyf_500 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#f56565,#e53e3e)}._card_sypyf_128._no_sypyf_500 ._homeButton_sypyf_462{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 10px 25px #f565654d}._card_sypyf_128._maybe_sypyf_514 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 15px 35px #ed893666,0 0 0 8px #ffffff4d}._card_sypyf_128._maybe_sypyf_514 ._statusBadge_sypyf_282{background:linear-gradient(135deg,#ed8936,#dd6b20)}._card_sypyf_128._maybe_sypyf_514 ._homeButton_sypyf_462{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 10px 25px #ed89364d}._card_sypyf_128._error_sypyf_528 ._iconWrapper_sypyf_230{background:linear-gradient(135deg,#718096,#4a5568);box-shadow:0 15px 35px #71809666,0 0 0 8px #ffffff4d}@media(max-width:600px){._card_sypyf_128{padding:40px 30px;border-radius:25px}._iconContainer_sypyf_201,._iconWrapper_sypyf_230{width:100px;height:100px}._icon_sypyf_201{font-size:50px}._message_sypyf_311{font-size:22px}._subtitle_sypyf_321{font-size:14px}._countdownCircle_sypyf_398{width:80px;height:80px}._countdownNumber_sypyf_435{font-size:28px}._homeButton_sypyf_462{padding:12px 30px;font-size:14px}}._pageWrapper_1448e_6{display:flex;min-height:calc(100vh - 70px);font-family:DM Sans,sans-serif;background:#fff}._leftPanel_1448e_16{flex:0 0 50%;width:50%;background:linear-gradient(145deg,#e4f5fc,#eef6ff 55%,#d8eef8);display:flex;align-items:center;justify-content:center;padding:48px 40px;position:relative;overflow:hidden}._blob1_1448e_28{position:absolute;width:300px;height:300px;border-radius:50%;background:#03b4ef1f;top:-90px;left:-70px;pointer-events:none}._blob2_1448e_39{position:absolute;width:200px;height:200px;border-radius:50%;background:#01669c14;bottom:-60px;right:-50px;pointer-events:none}._illustrationWrap_1448e_50{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;max-width:380px;width:100%}._svgPlaceholder_1448e_61{width:100%;filter:drop-shadow(0 8px 24px rgba(1,102,156,.12))}._svgImg_1448e_67{width:100%;height:auto}._illustrationText_1448e_72{text-align:center;display:flex;flex-direction:column;gap:10px}._illusTitle_1448e_79{font-size:22px;font-weight:700;color:#0a2f45;margin:0;letter-spacing:-.4px}._illusSub_1448e_87{font-size:13px;color:#5a8fa8;line-height:1.7;margin:0}._chips_1448e_94{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:4px}._chip_1448e_94{background:#fff;border:.5px solid #b8e8f7;color:#01669c;font-size:11px;font-weight:500;padding:5px 12px;border-radius:20px}._rightPanel_1448e_115{flex:0 0 50%;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px;background:#fff;overflow-y:auto}._stepBar_1448e_128{display:flex;align-items:center;gap:0;margin-bottom:36px;width:100%;max-width:400px}._stepItem_1448e_137{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}._stepCircle_1448e_145{width:32px;height:32px;border-radius:50%;background:#f0f9fd;border:2px solid #daeef8;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#a8c8d8;transition:all .2s}._stepActive_1448e_160 ._stepCircle_1448e_145{background:#03b4ef;border-color:transparent;color:#fff}._stepLabel_1448e_167{font-size:10px;font-weight:500;color:#a8c8d8;transition:color .2s}._stepActive_1448e_160 ._stepLabel_1448e_167{color:#01669c}._stepLine_1448e_178{flex:1;height:2px;background:#daeef8;margin:0 4px 16px;transition:background .3s}._stepLineDone_1448e_187{background:linear-gradient(to right,#01669c,#03b4ef)}._formBox_1448e_192{width:100%;max-width:400px}._formHeader_1448e_197{margin-bottom:24px}._heading_1448e_201{font-size:22px;font-weight:700;color:#111;letter-spacing:-.4px;margin:0 0 5px}._subText_1448e_209{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}._subText_1448e_209 strong{color:#01669c;font-weight:600}._alertError_1448e_222{background:#fff1f1;border:1px solid #fca5a5;color:#b91c1c;padding:10px 14px;border-radius:9px;margin-bottom:14px;font-size:13px;font-weight:500}._alertSuccess_1448e_233{background:#f0fbff;border:1px solid #b8e8f7;color:#01669c;padding:10px 14px;border-radius:9px;margin-bottom:14px;font-size:13px;font-weight:500}._fields_1448e_245{display:flex;flex-direction:column;gap:14px}._field_1448e_245{display:flex;flex-direction:column;gap:5px}._label_1448e_257{font-size:12px;font-weight:600;color:#374151}._input_1448e_264{width:100%;height:41px;border:1.5px solid #daeef8;border-radius:10px;padding:0 13px;font-size:13px;color:#111;background:#f6fbfe;outline:none;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;box-sizing:border-box}._input_1448e_264::placeholder{color:#a8c8d8}._input_1448e_264:focus{border-color:#03b4ef;background:#fff;box-shadow:0 0 0 3px #03b4ef1a}._otpInput_1448e_290{letter-spacing:6px;font-size:18px;font-weight:600;text-align:center;color:#01669c}._pwWrap_1448e_299{position:relative}._pwWrap_1448e_299 ._input_1448e_264{padding-right:38px}._eyeIcon_1448e_307{position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer;color:#a8c8d8;display:flex;align-items:center;transition:color .15s}._eyeIcon_1448e_307:hover{color:#01669c}._submitBtn_1448e_324{width:100%;height:43px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:-.2px;transition:opacity .15s,transform .1s}._submitBtn_1448e_324:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_1448e_324:disabled{opacity:.5;cursor:not-allowed;transform:none}._resendRow_1448e_351{display:flex;justify-content:center;margin-top:4px}._timerText_1448e_357{font-size:13px;color:#9ca3af;text-align:center}._timerCount_1448e_363{font-weight:700;color:#01669c}._resendBtn_1448e_368{background:none;border:none;color:#01669c;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:underline;transition:color .15s;padding:0}._resendBtn_1448e_368:hover{color:#03b4ef}._backLink_1448e_386{text-align:center;margin-top:20px;font-size:13px}._link_1448e_392{color:#01669c;text-decoration:none;font-weight:500;transition:color .15s}._link_1448e_392:hover{color:#03b4ef}@media(max-width:900px){._pageWrapper_1448e_6{flex-direction:column;min-height:auto}._leftPanel_1448e_16{flex:none;width:100%;padding:40px 24px;min-height:260px}._svgPlaceholder_1448e_61{max-width:80%}._illusTitle_1448e_79{font-size:18px}._illustrationWrap_1448e_50{flex-direction:row;gap:20px;align-items:center;text-align:left}._illustrationText_1448e_72{text-align:left}._chips_1448e_94{justify-content:flex-start}._rightPanel_1448e_115{flex:none;width:100%;padding:36px 24px}._stepBar_1448e_128,._formBox_1448e_192{max-width:100%}}@media(max-width:600px){._leftPanel_1448e_16{padding:28px 20px;min-height:200px}._illustrationWrap_1448e_50{flex-direction:column;gap:12px;text-align:center}._illustrationText_1448e_72{text-align:center}._chips_1448e_94{justify-content:center}._svgPlaceholder_1448e_61{max-width:80%}._illusTitle_1448e_79{font-size:16px}._illusSub_1448e_87{display:none}._rightPanel_1448e_115{padding:28px 20px}._heading_1448e_201{font-size:19px}._stepCircle_1448e_145{width:26px;height:26px;font-size:11px}._stepLabel_1448e_167{font-size:9px}}._wrapper_1fw34_1{position:relative;width:100%;min-height:100vh;overflow:hidden}._bg_1fw34_9{position:absolute;inset:0;background-image:url(/Common/NotFound.jpg);background-size:cover;background-position:center;height:100vh;width:100%}._contentBox_1fw34_20{position:relative;z-index:10;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0 8rem;margin-top:4rem}._content_1fw34_20{width:600px;color:#fff;display:flex;flex-direction:column;text-align:center;gap:1rem}._text_1fw34_42{font-size:32px;font-weight:400;opacity:.95}._buttons_1fw34_48{display:flex;justify-content:center;align-items:center;padding:1rem 0}._primaryBtn_1fw34_56{padding:10px 28px;border:1px solid #fff;border-radius:999px;background:transparent;color:#fff;cursor:pointer;transition:.3s ease;text-decoration:none}._primaryBtn_1fw34_56:hover{background:#fff;color:#000}@media(max-width:900px){._contentBox_1fw34_20{padding:0 3rem}._content_1fw34_20{width:100%}._text_1fw34_42{font-size:26px}}@media(max-width:768px){._contentBox_1fw34_20{justify-content:center;padding:0 2rem}._content_1fw34_20{text-align:center;align-items:center}._buttons_1fw34_48{justify-content:center}._text_1fw34_42{font-size:22px}}@keyframes _pulse-ring_fct04_1{0%,to{transform:scale(.92);opacity:.45}50%{transform:scale(1.1);opacity:.12}}@keyframes _shake_fct04_1{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes _fadein_fct04_1{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}._overlay_fct04_18{position:fixed;inset:0;background:#00000052;display:flex;align-items:center;justify-content:center;z-index:9999}._popup_fct04_28{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:16px;padding:2.25rem 2.5rem 2rem;max-width:340px;width:90%;text-align:center}._iconWrap_fct04_39{position:relative;width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._pulseRing_fct04_48{position:absolute;inset:-10px;border-radius:50%;border:1.5px solid #E24B4A;animation:_pulse-ring_fct04_1 2.2s ease-in-out infinite}._icon_fct04_39{width:48px;height:48px;color:#888}._title_fct04_62{font-size:17px;font-weight:500;color:#111;margin:0 0 6px}._msg_fct04_68{font-size:14px;color:#666;line-height:1.6;margin:0 0 1.5rem}._retryBtn_fct04_76{width:100%;padding:9px 28px;border:.5px solid rgba(0,0,0,.2);border-radius:999px;background:transparent;color:#111;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}._retryBtn_fct04_76:hover:not(:disabled){background:#f4f4f4}._retryBtn_fct04_76:disabled{opacity:.55;cursor:default}._retryBtn_fct04_76._online_fct04_89{color:#27500a;border-color:#97c459}._retryBtn_fct04_76._offline_fct04_93{animation:_shake_fct04_1 .4s ease}._toast_fct04_98{display:flex;align-items:center;gap:8px;background:#fcebeb;border:.5px solid #F09595;border-radius:8px;padding:9px 14px;margin-top:12px;font-size:13px;color:#a32d2d;animation:_fadein_fct04_1 .25s ease}._dot_fct04_111{width:7px;height:7px;border-radius:50%;background:#a32d2d;flex-shrink:0}._sidebar_1g892_3{width:300px;display:flex;flex-direction:column;gap:14px}._heading_1g892_12{font-size:1.8rem;font-weight:700;color:#04b4ef;margin-bottom:6px}._list_1g892_21{display:flex;flex-direction:column;gap:12px;max-height:550px;overflow-y:auto;padding-right:4px}._list_1g892_21::-webkit-scrollbar{width:4px}._list_1g892_21::-webkit-scrollbar-thumb{border-radius:4px}._cat_1g892_42{padding:12px 15px;background:#fff;border-radius:6px;border:1px solid #ddd;cursor:pointer;transition:.2s;font-size:.95rem}._cat_1g892_42:hover{border-color:#04b4ef}._active_1g892_56{background:#04b4ef;color:#fff;border-color:#04b4ef;opacity:.85}._toggleBtn_1g892_65{margin-top:6px;background:none;border:none;color:#04b4ef;font-size:.9rem;font-weight:600;cursor:pointer;align-self:flex-start}@media(max-width:1024px){._sidebar_1g892_3{width:100%}._heading_1g892_12{font-size:1.7rem}}@media(max-width:768px){._heading_1g892_12{font-size:1.5rem}._cat_1g892_42{font-size:.9rem}}@media(max-width:600px){._heading_1g892_12{font-size:1.4rem}._list_1g892_21{max-height:none}}._item_ga8e6_1{background:#fff;border-bottom:1px solid #d1d5db;padding:26px 0}._question_ga8e6_8{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._left_ga8e6_16{display:flex;gap:22px;align-items:flex-start;width:90%}._number_ga8e6_24{color:#04b4ef;font-weight:500;font-size:22px;min-width:48px}._text_ga8e6_32{font-size:22px;font-weight:400;color:#000;line-height:1.45}._icon_ga8e6_40{width:42px;height:42px;border:1.5px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;transition:background .3s ease,color .3s ease,transform .35s ease}._open_ga8e6_52{background:#000;color:#fff;transform:rotate(360deg)}._answerWrapper_ga8e6_59{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .45s ease,opacity .35s ease,transform .35s ease}._show_ga8e6_71{max-height:1200px;opacity:1;transform:translateY(0)}._answer_ga8e6_59{margin-left:70px;margin-top:20px;padding-bottom:10px;font-size:17px;line-height:1.7;color:#333;white-space:pre-line}._link_ga8e6_88{text-decoration:underline;font-weight:600;word-break:break-all}._link_ga8e6_88:hover{color:#068cf3;opacity:.85;transition:all .2s ease-in}@media(max-width:1024px){._text_ga8e6_32,._number_ga8e6_24{font-size:20px}._icon_ga8e6_40{width:38px;height:38px}}@media(max-width:768px){._text_ga8e6_32{font-size:18px}._answer_ga8e6_59{margin-left:0}._icon_ga8e6_40{width:px;height:38px}}@media(max-width:600px){._text_ga8e6_32{font-size:16px}._number_ga8e6_24{font-size:18px}._icon_ga8e6_40{width:35px;height:35px}}@media(max-width:480px){._text_ga8e6_32{font-size:15px}._icon_ga8e6_40{width:30px;height:30px}}._wrapper_1h7cv_1{display:flex;padding:40px;gap:50px;background:#fff;color:#333}._hero_1h7cv_11{height:40vh;width:100%;background-image:url(/FAQ.jpg);background-size:cover;background-position:center;position:relative}._overlay_1h7cv_20{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}._heroTitle_1h7cv_29{color:#fff;font-size:3rem;font-weight:700;letter-spacing:1px}@media(max-width:768px){._heroTitle_1h7cv_29{font-size:2.2rem}}@media(max-width:480px){._heroTitle_1h7cv_29{font-size:1.8rem}}@media(max-width:1024px){._wrapper_1h7cv_1{flex-direction:column-reverse;padding:30px}}@media(max-width:768px){._wrapper_1h7cv_1{padding:20px}}@media(max-width:600px){._wrapper_1h7cv_1{padding:15px}}@media(max-width:480px){._wrapper_1h7cv_1{padding:10px}}._content_1h7cv_73{flex:1}._header_1h7cv_77{font-size:34px;margin-bottom:24px;color:#04b4ef;font-weight:600}._search_1h7cv_84{width:100%;padding:12px 15px;border-radius:6px;border:1px solid #ccc;background:#fff;margin-bottom:24px}._categoryHeader_1h7cv_94{display:flex;justify-content:space-between;align-items:center;margin:36px 0 22px;padding-left:16px;border-left:4px solid #04B4EF;z-index:10}._categoryTitle_1h7cv_104{font-size:28px;font-weight:600;color:#000}._toggleAllBtn_1h7cv_110{background:transparent;border:none;border-bottom:1.5px solid #333333;border-radius:0!important;padding:6px;color:#333;font-weight:500;cursor:pointer;font-size:1.25rem;appearance:none;-webkit-appearance:none}._toggleAllBtn_1h7cv_110:hover{border-bottom:3px solid #333333}._noResult_1h7cv_128{opacity:.9}._wrapper_1xsu1_9{max-width:1200px;margin:80px auto;padding:0 16px}._pageTitle_1xsu1_18{font-size:40px;font-weight:800;text-align:center;margin-bottom:24px;font-family:DM Sans,sans-serif}._billingToggleSection_1xsu1_29{display:flex;justify-content:center;margin-bottom:30px}._toggleTabs_1xsu1_35{display:flex;background:#f3f4f6;border-radius:8px;padding:4px}._tab_1xsu1_42{padding:12px 28px;font-size:16px;font-weight:600;border:none;background:transparent;cursor:pointer;border-radius:6px;color:#374151}._activeTab_1xsu1_53{position:relative;background:#00659c;color:#fff}._activeTab_1xsu1_53:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #00659c}._table_1xsu1_74,._stickyTable_1xsu1_75{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}._table_1xsu1_74 th,._table_1xsu1_74 td,._stickyTable_1xsu1_75 th{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;vertical-align:middle}._table_1xsu1_74 th:last-child,._table_1xsu1_74 td:last-child,._stickyTable_1xsu1_75 th:last-child{border-right:none}._table_1xsu1_74{border:1px solid #e5e7eb}._table_1xsu1_74 thead th{border-bottom:1px solid #e5e7eb}._featureCol_1xsu1_107{width:260px;padding:20px;font-weight:600;text-align:left;background:#fff}._planCol_1xsu1_118{padding:20px;text-align:center;font-weight:500;background:#fff}._planCol_1xsu1_118._highlight_1xsu1_125{background:#00659c;color:#fff!important}._table_1xsu1_74 thead ._planCol_1xsu1_118._highlight_1xsu1_125 ._planHeader_1xsu1_132 span{color:#fff}._table_1xsu1_74 thead ._planCol_1xsu1_118 ._planHeader_1xsu1_132 span{color:#000}._sectionRow_1xsu1_144{background:#f1f5f9;padding:12px 14px;font-weight:700;border-bottom:2px solid #e5e7eb;border-top:2px solid #e5e7eb}._planHeader_1xsu1_132{display:flex;align-items:center;justify-content:center;gap:8px}._planHeader_1xsu1_132 span{font-size:16px;font-weight:700;color:inherit}._planName_1xsu1_169{font-weight:700}._planCheckbox_1xsu1_176{width:16px;height:16px;cursor:pointer}._checkboxBlue_1xsu1_182{accent-color:#2563eb}._checkboxInverted_1xsu1_186{accent-color:#ffffff}._tryBtn_1xsu1_193{width:60%;margin:8px auto 0;padding:6px 14px;font-size:13px;font-weight:700;border-radius:4px;cursor:pointer;transition:.2s ease;display:inline-block;text-align:center}._tryBtnBlue_1xsu1_206{background:#2563eb;color:#fff;border:none}._tryBtnBlue_1xsu1_206:hover{background:#00659c}._tryBtnInverted_1xsu1_216{background:#fff;color:#00659c;border:none}._tryBtnInverted_1xsu1_216:hover{opacity:.9}._highlight_1xsu1_125{background:#00659c;color:#fff}._dimmed_1xsu1_234{opacity:.35}._eventNote_1xsu1_238{text-align:center;font-size:18px;font-weight:500;color:#6b7280;margin-bottom:16px}._stickyWrapper_1xsu1_249{position:fixed;top:60px;left:50%;transform:translate(-50%) translateY(-200%);width:100%;max-width:1170px;background:#fff;z-index:999;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}._stickyVisible_1xsu1_262{transform:translate(-50%) translateY(0)}._stickyTable_1xsu1_75{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff;border:1px solid #e5e7eb}._stickyTable_1xsu1_75 th{padding:20px;font-weight:600;text-align:center;background:#fff;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}._stickyTable_1xsu1_75 th:first-child{width:260px;text-align:left}._stickyTable_1xsu1_75 th:last-child{border-right:none}._pdfHeader_1xsu1_303{display:none}._pdfLogo_1xsu1_307{height:36px;width:auto}._checkIcon_1xsu1_312{color:#16a34a;fill:#16a34a;background-color:#fff;border-radius:100%;font-size:18px;vertical-align:middle}@media print{#_pdf-root_1xsu1_1{width:1120px;margin:0 auto}._hideInPdf_1xsu1_332{display:none!important}._pdfHeader_1xsu1_303{display:block}@page{margin-top:80px}@page :first{margin-top:5px}body{font-family:DM Sans,Inter,sans-serif;margin-top:80px}._pageTitle_1xsu1_18{font-size:30px;font-weight:700}tr{break-inside:avoid;page-break-inside:avoid}._checkIcon_1xsu1_312{height:20px;width:20px;color:#16a34a;fill:#16a34a}._featureCol_1xsu1_107,._planCol_1xsu1_118{padding:12px 14px;font-size:12px;font-weight:400}._planHeader_1xsu1_132 span{font-size:14px;font-weight:600;color:inherit}._sectionRow_1xsu1_144{font-size:13px;font-weight:600}._highlight_1xsu1_125{background:#0b5fa5}}._tryBtnBlue_1xsu1_206:disabled{opacity:.6;cursor:not-allowed}._tryBtnBlue_1xsu1_206:disabled:hover{background:#2563eb;color:#fff}._spinner_1xsu1_414{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:_spin_1xsu1_414 .7s linear infinite;display:inline-block;margin-left:8px}@keyframes _spin_1xsu1_414{to{transform:rotate(360deg)}}._wrapper_1br0y_9{max-width:1200px;margin:80px auto;padding:0 16px}._pageTitle_1br0y_18{font-size:40px;font-weight:800;text-align:center;margin-bottom:24px;font-family:DM Sans,sans-serif}._table_1br0y_31,._stickyTable_1br0y_32{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}._table_1br0y_31 th,._table_1br0y_31 td,._stickyTable_1br0y_32 th{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;vertical-align:middle}._table_1br0y_31 th:last-child,._table_1br0y_31 td:last-child,._stickyTable_1br0y_32 th:last-child{border-right:none}._table_1br0y_31{border:1px solid #e5e7eb}._table_1br0y_31 thead th{border-bottom:1px solid #e5e7eb}._featureCol_1br0y_64{width:260px;padding:20px;font-weight:600;text-align:left;background:#fff}._planCol_1br0y_75{padding:20px;text-align:center;font-weight:500;background:#fff}._planCol_1br0y_75._highlight_1br0y_82{background:#00659c;color:#fff!important}._table_1br0y_31 thead ._planCol_1br0y_75._highlight_1br0y_82 ._planHeader_1br0y_89 span{color:#fff}._table_1br0y_31 thead ._planCol_1br0y_75 ._planHeader_1br0y_89 span{color:#000}._sectionRow_1br0y_101{background:#f1f5f9;padding:12px 14px;font-weight:700;border-bottom:2px solid #e5e7eb;border-top:2px solid #e5e7eb}._planHeader_1br0y_89{display:flex;align-items:center;justify-content:center;gap:8px}._planHeader_1br0y_89 span{font-size:16px;font-weight:700;color:inherit}._planName_1br0y_126{font-weight:700}._planCheckbox_1br0y_133{width:16px;height:16px;cursor:pointer}._checkboxBlue_1br0y_139{accent-color:#2563eb}._checkboxInverted_1br0y_143{accent-color:#ffffff}._tryBtn_1br0y_150{width:60%;margin:8px auto 0;padding:6px 14px;font-size:13px;font-weight:700;border-radius:4px;cursor:pointer;transition:.2s ease;display:inline-block;text-align:center}._tryBtnBlue_1br0y_163{background:#2563eb;color:#fff;border:none}._tryBtnBlue_1br0y_163:hover{background:#00659c}._tryBtnInverted_1br0y_173{background:#fff;color:#00659c;border:none}._tryBtnInverted_1br0y_173:hover{opacity:.9}._highlight_1br0y_82{background:#00659c;color:#fff}._dimmed_1br0y_191{opacity:.35}._eventNote_1br0y_195{text-align:center;font-size:18px;font-weight:500;color:#6b7280;margin-bottom:16px}._stickyWrapper_1br0y_206{position:fixed;top:60px;left:50%;transform:translate(-50%) translateY(-200%);width:100%;max-width:1170px;background:#fff;z-index:999;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}._stickyVisible_1br0y_219{transform:translate(-50%) translateY(0)}._stickyTable_1br0y_32{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff;border:1px solid #e5e7eb}._stickyTable_1br0y_32 th{padding:20px;font-weight:600;text-align:center;background:#fff;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}._stickyTable_1br0y_32 th:first-child{width:260px;text-align:left}._stickyTable_1br0y_32 th:last-child{border-right:none}._pdfHeader_1br0y_260{display:none}._pdfLogo_1br0y_264{height:36px;width:auto}._checkIcon_1br0y_269{color:#16a34a;fill:#16a34a;background-color:#fff;border-radius:100%;font-size:18px;vertical-align:middle}@media print{#_pdf-root_1br0y_1{width:1120px;margin:0 auto}._hideInPdf_1br0y_289{display:none!important}._pdfHeader_1br0y_260{display:block}@page{margin-top:80px}@page :first{margin-top:5px}body{font-family:DM Sans,Inter,sans-serif;margin-top:80px}._pageTitle_1br0y_18{font-size:30px;font-weight:700}tr{break-inside:avoid;page-break-inside:avoid}._checkIcon_1br0y_269{height:20px;width:20px;color:#16a34a;fill:#16a34a}._featureCol_1br0y_64,._planCol_1br0y_75{padding:12px 14px;font-size:12px;font-weight:400}._planHeader_1br0y_89 span{font-size:14px;font-weight:600;color:inherit}._sectionRow_1br0y_101{font-size:13px;font-weight:600}._highlight_1br0y_82{background:#0b5fa5}}._tryBtnBlue_1br0y_163:disabled{opacity:.6;cursor:not-allowed}._tryBtnBlue_1br0y_163:disabled:hover{background:#2563eb;color:#fff}._spinner_1br0y_371{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:_spin_1br0y_371 .7s linear infinite;display:inline-block;margin-left:8px}@keyframes _spin_1br0y_371{to{transform:rotate(360deg)}}._page_1phwc_1{background:#f7f9fb;color:#0f172a;font-family:Inter,system-ui,sans-serif}._heroSection_1b7fs_11{background-color:#f5f5f5;color:#333;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden;position:relative}._container_1b7fs_19{max-width:1200px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;justify-content:space-between;min-height:85vh;gap:40px}._heroContent_1b7fs_33{flex:1;max-width:600px;animation:_slideInLeft_1b7fs_1 .8s ease-out forwards;opacity:0;transform:translate(-20px)}._badge_1b7fs_42{display:inline-block;background:#073e59;color:#fff;padding:6px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;box-shadow:0 4px 6px -1px #073e5933}._badgeText_1b7fs_54{display:flex;align-items:center;gap:6px}._heading_1b7fs_61{font-size:clamp(32px,4vw,52px);line-height:1.15;font-weight:800;margin-bottom:24px;letter-spacing:-.02em;color:#333}._gradientText_1b7fs_71{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subheading_1b7fs_79{font-size:17px;line-height:1.6;color:#333;margin-bottom:24px}._featureList_1b7fs_87{list-style:none;margin-bottom:32px;padding-left:10px}._featureList_1b7fs_87 li{font-size:16px;color:#333;font-weight:500;margin-bottom:8px;display:flex;align-items:center}._featureList_1b7fs_87 li:before{content:"✓";color:#04b4ef;font-weight:700;margin-right:10px;font-size:18px}._buttonGroup_1b7fs_112{display:flex;gap:16px;align-items:center;flex-wrap:wrap}._btn_1b7fs_120{padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}._btnPrimary_1b7fs_131{background:#04b4ef;color:#fff;box-shadow:0 4px 14px #04b4ef4d}._btnPrimary_1b7fs_131:hover{transform:translateY(-2px);box-shadow:0 6px 20px #04b4ef66;background-color:#0397ca}._btnSecondary_1b7fs_144{background:#fff;color:#073e59;border:1px solid #073E59}._btnSecondary_1b7fs_144:hover{background:#f5f5f5}._heroVisual_1b7fs_157{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:500px;animation:_fadeIn_1b7fs_1 1.2s ease-out forwards}._glowBlob_1b7fs_168{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#04b4ef26,#f5f5f500 70%);border-radius:50%;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);animation:_pulse_1b7fs_1 6s infinite alternate}._statCard_1b7fs_182{position:absolute;z-index:10;background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #3333331a,0 8px 10px -6px #3333331a;display:flex;flex-direction:column;align-items:center;justify-content:center;width:160px;height:160px;text-align:center;border:1px solid rgba(4,180,239,.1);animation:_float_1b7fs_1 4s ease-in-out infinite;transform:scale(1.05);overflow:hidden}._card1_1b7fs_204{top:10%;left:10%;animation-delay:0s}._analyticsImg1_1b7fs_211{width:100%;height:100%;object-fit:cover;border-radius:20px}._card2_1b7fs_218{top:35%;right:5%;animation-delay:1.2s;z-index:12}._card3_1b7fs_225{bottom:5%;left:25%;animation-delay:.6s}._statIcon_1b7fs_232{font-size:28px;margin-bottom:8px}._statValue_1b7fs_237{font-size:22px;font-weight:800;color:#073e59;margin-bottom:4px;line-height:1}._statLabel_1b7fs_245{font-size:12px;color:#666;font-weight:500}@keyframes _slideInLeft_1b7fs_1{to{opacity:1;transform:translate(0)}}@keyframes _fadeIn_1b7fs_1{0%{opacity:0}to{opacity:1}}@keyframes _pulse_1b7fs_1{0%{transform:translate(-50%,-50%) scale(.9)}to{transform:translate(-50%,-50%) scale(1.1)}}@keyframes _float_1b7fs_1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media(max-width:1024px){._container_1b7fs_19{flex-direction:column;text-align:center;padding-top:60px}._heroContent_1b7fs_33{display:flex;flex-direction:column;align-items:center}._featureList_1b7fs_87 li{justify-content:center}._heroVisual_1b7fs_157{height:400px;width:100%;margin-top:40px}._card1_1b7fs_204{top:10%;left:15%}._card2_1b7fs_218{top:35%;right:15%}._card3_1b7fs_225{bottom:10%;left:30%}}@media(max-width:600px){._heading_1b7fs_61{font-size:32px}._subheading_1b7fs_79{font-size:15px}._btn_1b7fs_120{width:100%;text-align:center}._heroVisual_1b7fs_157{height:350px}._card1_1b7fs_204,._card2_1b7fs_218,._card3_1b7fs_225{position:relative;inset:auto!important;transform:none!important;margin-bottom:15px;animation:none;width:140px;height:140px}}._section_weeaw_15{background:var(--bg);padding:100px 24px;font-family:Inter,system-ui,sans-serif;position:relative;overflow-x:hidden}._container_weeaw_23{max-width:1200px;margin:0 auto;width:100%;position:relative}._header_weeaw_33{text-align:center;margin-bottom:60px}._title_weeaw_38{font-size:clamp(28px,4vw,42px);font-weight:800;color:#333;line-height:1.2}._gradientText_weeaw_46{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._highlight_weeaw_53{color:var(--primary)}._grid_weeaw_60{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}._card_weeaw_69{position:relative;background:var(--white);border-radius:18px;padding:28px 28px 28px 0;display:flex;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:all .4s ease,box-shadow .4s ease}._card_weeaw_69:hover{transform:translateY(-6px) scale(1.02);box-shadow:-12px 18px 35px #0000002e,-4px 6px 14px #0000001f}._accent_weeaw_90{width:6px;background:var(--primary);border-radius:0 6px 6px 0}._cardInner_weeaw_99{padding-left:26px;display:flex;flex-direction:column}._iconWrap_weeaw_105{width:48px;height:48px;border-radius:50%;background:#04b4ef1f;color:var(--primary);font-size:22px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}._cardTitle_weeaw_119{font-size:20px;font-weight:700;color:var(--dark);margin-bottom:10px}._cardText_weeaw_126{font-size:15px;color:var(--text);line-height:1.6}._floatingCard_weeaw_135{position:absolute;background:#fff;border-radius:16px;box-shadow:0 20px 40px -5px #073e5933;padding:6px;z-index:5;pointer-events:none;animation:_float_weeaw_135 6s ease-in-out infinite;width:clamp(160px,18vw,220px);--rotate: 0deg;will-change:transform;contain:paint}._cardImg_weeaw_155{display:block;width:100%;height:auto;border-radius:12px;object-fit:cover}._topLeft_weeaw_164{top:0;left:0;transform:translate(-35%,-30%);--rotate: -10deg;animation-delay:0s}._bottomRight_weeaw_172{bottom:0;right:0;transform:translate(35%,20%);--rotate: 6deg;animation-delay:2s}@keyframes _float_weeaw_135{0%{transform:translateY(0) rotate(var(--rotate))}50%{transform:translateY(-20px) rotate(var(--rotate))}to{transform:translateY(0) rotate(var(--rotate))}}@media(max-width:1024px){._container_weeaw_23{max-width:92%}._floatingCard_weeaw_135{display:none}._grid_weeaw_60{gap:24px}._topLeft_weeaw_164{width:180px;left:-10px}._bottomRight_weeaw_172{width:190px;right:-10px}}@media(max-width:789px){._header_weeaw_33{margin-bottom:50px}._floatingCard_weeaw_135{display:none}._title_weeaw_38{font-size:clamp(26px,4vw,36px)}._gradientText_weeaw_46{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._grid_weeaw_60{grid-template-columns:repeat(2,1fr);gap:22px}._card_weeaw_69{padding:24px 24px 24px 0}._cardTitle_weeaw_119{font-size:18px}._cardText_weeaw_126{font-size:14.5px}._topLeft_weeaw_164{top:10%;left:5px}._bottomRight_weeaw_172{bottom:5%;right:5px}}@media(max-width:600px){._section_weeaw_15{padding:60px 20px}._floatingCard_weeaw_135{display:none}._header_weeaw_33{margin-bottom:40px}._title_weeaw_38{font-size:26px}._grid_weeaw_60{grid-template-columns:1fr;gap:20px}._card_weeaw_69{padding:22px 22px 22px 0}._iconWrap_weeaw_105{width:44px;height:44px;font-size:20px}}@media(max-width:480px){._section_weeaw_15{padding:50px 16px}._floatingCard_weeaw_135{display:none}._title_weeaw_38{font-size:24px}._card_weeaw_69{padding:20px 20px 20px 0}._cardInner_weeaw_99{padding-left:20px}._cardTitle_weeaw_119{font-size:17px}._cardText_weeaw_126{font-size:14px}._iconWrap_weeaw_105{width:40px;height:40px;font-size:18px}}._card_weeaw_69{position:relative;overflow:hidden}._cardBg_weeaw_356{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity .45s ease,transform .6s ease;z-index:0}._cardBg_weeaw_356:after{content:"";position:absolute;inset:0;background:#0000008c}._cardInner_weeaw_99,._accent_weeaw_90{position:relative;z-index:1}._card_weeaw_69:hover ._cardBg_weeaw_356{opacity:1;transform:scale(1)}._card_weeaw_69:hover ._cardTitle_weeaw_119,._card_weeaw_69:hover ._cardText_weeaw_126{color:#fff}._card_weeaw_69:hover ._iconWrap_weeaw_105{background:#fff3;color:#fff}._section_q59an_4{background-color:#f5f5f5;padding:100px 24px;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}._container_q59an_11{max-width:960px;margin:0 auto;width:100%;position:relative;z-index:1}._header_q59an_22{margin-bottom:70px;text-align:center}._title_q59an_27{font-size:clamp(28px,4vw,40px);font-weight:800;color:#333;margin:0;text-transform:uppercase;letter-spacing:.04em}._highlight_q59an_36{color:#04b4ef}._gradientText_q59an_41{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}._listContainer_q59an_52{display:flex;flex-direction:column;gap:48px}._listRow_q59an_58{display:grid;grid-template-columns:72px 260px 1fr;align-items:start;padding-bottom:28px;border-bottom:1px solid rgba(0,0,0,.12);transition:opacity .25s ease,transform .25s ease}._listRow_q59an_58:last-child{border-bottom:none}._listRow_q59an_58:hover{opacity:.85;transform:translateY(-2px)}._numberCol_q59an_79{display:flex;align-items:flex-start}._number_q59an_79{font-size:36px;font-weight:700;color:#04b4ef;line-height:1;letter-spacing:.02em}._titleCol_q59an_95{padding-right:24px}._featureTitle_q59an_99{font-size:20px;font-weight:600;color:#073e59;margin:0;text-transform:uppercase;letter-spacing:.06em;line-height:1.4}._descCol_q59an_112{padding-left:24px}._featureDesc_q59an_116{font-size:16px;color:#333;line-height:1.6;margin:0;max-width:560px}._floatingCard_q59an_127{position:absolute;background:#fff;border-radius:16px;box-shadow:0 20px 40px -5px #073e5933;padding:6px;z-index:5;pointer-events:none;animation:_float_q59an_127 6s ease-in-out infinite}._cardImg_q59an_141{display:block;width:100%;height:auto;border-radius:12px;object-fit:cover}._topRight_q59an_150{top:-10%;right:-250px;width:240px;animation-delay:0s;rotate:15deg}._bottomLeft_q59an_158{bottom:-30%;left:-220px;width:210px;animation-delay:2s;rotate:-15deg;scale:130%}@keyframes _float_q59an_127{0%{transform:translateY(0) rotate(var(--rotate, 0deg))}50%{transform:translateY(-20px) rotate(var(--rotate, 0deg))}to{transform:translateY(0) rotate(var(--rotate, 0deg))}}@media(max-width:1024px){._listRow_q59an_58{grid-template-columns:64px 220px 1fr}._topRight_q59an_150{width:200px;right:-10px}._floatingCard_q59an_127{display:none}}@media(max-width:789px){._listRow_q59an_58{grid-template-columns:1fr;gap:12px}._number_q59an_79{font-size:48px;color:#04b4ef40}._titleCol_q59an_95{padding-right:0}._descCol_q59an_112{padding-left:0}._floatingCard_q59an_127{display:none}._topRight_q59an_150{top:10%;right:5px}._bottomLeft_q59an_158{left:5px}}@media(max-width:600px){._section_q59an_4{padding:60px 20px}._floatingCard_q59an_127{display:none}._header_q59an_22{text-align:left}._title_q59an_27{font-size:24px}._listContainer_q59an_52{gap:36px}}@media(max-width:480px){._featureDesc_q59an_116{font-size:15px}._floatingCard_q59an_127{display:none}}:root{--bg: #f5f5f5;--text: #333333;--primary: #04b4ef;--white: #ffffff;--dark: #073e59}._section_1t7hz_15{background:var(--bg);padding:120px 24px;font-family:Inter,system-ui,sans-serif;position:relative}._container_1t7hz_22{max-width:1100px;margin:0 auto;position:relative}._header_1t7hz_31{text-align:center;margin-bottom:90px}._title_1t7hz_36{font-size:clamp(30px,4vw,42px);font-weight:800;color:var(--dark);margin-bottom:12px;background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_1t7hz_47{max-width:620px;margin:0 auto;font-size:16px;color:var(--text);line-height:1.6}._timeline_1t7hz_58{position:relative;display:flex;flex-direction:column;gap:70px}._line_1t7hz_65{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#073e5940;transform:translate(-50%);z-index:0}._row_1t7hz_79{position:relative;display:grid;grid-template-columns:1fr 48px 1fr;align-items:center}._left_1t7hz_86 ._card_1t7hz_86{grid-column:1;justify-self:end;margin-right:24px}._right_1t7hz_92 ._card_1t7hz_86{grid-column:3;justify-self:start;margin-left:24px}._card_1t7hz_86 h3{font-size:18px;font-weight:700;color:var(--dark);margin-bottom:8px}._card_1t7hz_86 p{font-size:15px;color:var(--text);line-height:1.6}._dot_1t7hz_114{position:absolute;left:50%;width:16px;height:16px;background:var(--white);border:3px solid var(--primary);border-radius:50%;transform:translate(-50%);z-index:2}._progressLine_1t7hz_126{position:absolute;top:0;left:50%;width:2px;background:var(--primary);transform:translate(-50%);z-index:1}._floatingCard_1t7hz_139{position:absolute;background:#fff;border-radius:16px;box-shadow:0 20px 40px -5px #073e5933;padding:6px;z-index:5;pointer-events:none;animation:_float_1t7hz_139 6s ease-in-out infinite;display:block}._cardImg_1t7hz_153{display:block;width:100%;height:auto;border-radius:12px;object-fit:cover}._bottomRight_1t7hz_162{bottom:-15%;right:-170px;width:200px;animation-delay:2s;rotate:5deg;scale:130%}@keyframes _float_1t7hz_139{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media(max-width:1024px){._floatingCard_1t7hz_139{display:none}}@media(max-width:789px){._row_1t7hz_79{grid-template-columns:1fr}._left_1t7hz_86,._right_1t7hz_92{grid-template-areas:"card"}._line_1t7hz_65,._dot_1t7hz_114{left:24px;transform:none}._card_1t7hz_86{margin-left:56px;max-width:100%}}@media(max-width:600px){._timeline_1t7hz_58{position:relative}._line_1t7hz_65,._progressLine_1t7hz_126{left:16px!important;transform:none!important}._dot_1t7hz_114{left:16px!important;transform:translateY(-50%)!important}._row_1t7hz_79{grid-template-columns:1fr}._left_1t7hz_86 ._card_1t7hz_86,._right_1t7hz_92 ._card_1t7hz_86{margin-left:44px;max-width:calc(100% - 44px)}}@media(max-width:480px){._line_1t7hz_65,._progressLine_1t7hz_126{left:23px!important}._dot_1t7hz_114{left:16px!important;transform:translateY(-50%)!important}._left_1t7hz_86 ._card_1t7hz_86,._right_1t7hz_92 ._card_1t7hz_86{margin-left:38px;max-width:calc(100% - 38px)}}:root{--bg: #f5f5f5;--white: #ffffff;--text: #333333;--dark: #073e59;--primary: #04b4ef;--card-1: #e9eef2;--card-2: #eef3f6;--card-3: #e6edf3}._section_8g3p4_20{background:var(--white);padding:120px 24px;font-family:Inter,system-ui,sans-serif;border-radius:36px}._container_8g3p4_30{max-width:1200px;margin:0 auto}._header_8g3p4_38{margin-bottom:72px}._heading_8g3p4_42{font-size:34px;font-weight:800;color:var(--dark);letter-spacing:-.02em}._heading_8g3p4_42 span{color:var(--primary)}._grid_8g3p4_56{display:grid;grid-template-columns:420px 1fr;gap:40px;align-items:center}._imageCol_8g3p4_66{position:sticky;top:120px}._image_8g3p4_66{width:100%;height:520px;object-fit:cover;border-radius:22px;background:#ddd}._contentCol_8g3p4_82{display:flex;flex-direction:column}._list_8g3p4_90{display:flex;flex-direction:column;gap:28px}._row_8g3p4_99{height:160px;display:grid;grid-template-columns:80px 1fr;gap:44px;padding:22px;border-radius:24px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._bg0_8g3p4_112{background:var(--card-1)}._bg1_8g3p4_116{background:var(--card-2)}._bg2_8g3p4_120{background:var(--card-3)}._active_8g3p4_125{box-shadow:0 28px 60px #0000001f;transform:translate(6px)}._number_8g3p4_133{padding-left:10px;display:flex;justify-content:center;align-items:center;font-size:90px;width:80px;font-weight:800;color:var(--primary);line-height:1}._text_8g3p4_148{display:flex;justify-content:center;align-items:center}._text1_8g3p4_154{width:70%;display:flex;justify-content:center;align-items:center;gap:10px}._text_8g3p4_148 h3{font-size:18px;font-weight:700;color:var(--dark);margin-bottom:6px;letter-spacing:.03em;text-transform:uppercase}._text_8g3p4_148 p{width:50%;font-size:15px;line-height:1.6;color:var(--text)}._subDesc_8g3p4_178{width:50%;margin-top:6px;font-size:14px;color:#333333b3}@media(max-width:1024px){._grid_8g3p4_56{grid-template-columns:1fr;gap:40px}._imageCol_8g3p4_66{position:relative;top:auto}._image_8g3p4_66{height:380px;margin-bottom:40px}._row_8g3p4_99{height:auto;grid-template-columns:64px 1fr;gap:24px;padding:24px}._number_8g3p4_133{font-size:56px;width:auto;padding-left:0;justify-content:flex-start;align-items:flex-start}._text_8g3p4_148{align-items:flex-start;justify-content:flex-start}._text1_8g3p4_154{width:100%;flex-direction:column;align-items:flex-start;gap:6px}._text_8g3p4_148 p,._subDesc_8g3p4_178{width:100%}}@media(max-width:789px){._grid_8g3p4_56{grid-template-columns:1fr;gap:32px}._imageCol_8g3p4_66{position:relative;top:auto}._image_8g3p4_66{height:420px;margin-bottom:40px}._row_8g3p4_99{height:auto;grid-template-columns:72px 1fr;gap:28px;padding:28px}._number_8g3p4_133{font-size:56px;width:auto;padding-left:0;justify-content:flex-start;align-items:flex-start}._text_8g3p4_148{flex-direction:row;align-items:flex-start;justify-content:flex-start}._text1_8g3p4_154{width:100%;align-items:flex-start;gap:10px}._text_8g3p4_148 p,._subDesc_8g3p4_178{width:100%}}@media(max-width:480px){._section_8g3p4_20{padding:72px 20px}._heading_8g3p4_42{font-size:26px}._number_8g3p4_133{font-size:42px}._text_8g3p4_148{flex-direction:column}._text_8g3p4_148 h3{font-size:16px}._text_8g3p4_148 p{font-size:14px}}._section_22bbe_10{background-color:#fff;padding:120px 24px;font-family:Inter,system-ui,-apple-system,sans-serif}._container_22bbe_17{max-width:1100px;margin:0 auto;width:100%}._gridLayout_22bbe_26{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:start}._leftCol_22bbe_34{position:sticky;top:120px}._mainTitle_22bbe_39{font-size:clamp(42px,5vw,64px);font-weight:900;color:#073e59;line-height:1;margin:0 0 40px;letter-spacing:-.03em}._subtitle_22bbe_48 p{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#999;margin:0 0 8px}._gradientText_22bbe_57{font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.2;background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}._accordionList_22bbe_71{display:flex;flex-direction:column}._accordionItem_22bbe_76{border-bottom:1px solid #E2E8F0;background:transparent;overflow:hidden;transition:background .3s ease}._accordionItem_22bbe_76:hover{background:#04b4ef05}._questionBtn_22bbe_88{width:100%;display:flex;justify-content:space-between;align-items:center;padding:30px 0;background:transparent;border:none;cursor:pointer;text-align:left}._questionText_22bbe_100{font-size:20px;font-weight:600;color:#073e59;transition:color .3s ease;margin-right:20px}._questionBtn_22bbe_88[aria-expanded=true] ._questionText_22bbe_100{color:#04b4ef}._icon_22bbe_113{font-size:32px;color:#04b4ef;font-weight:200;line-height:1;flex-shrink:0;transition:transform .3s ease}._questionBtn_22bbe_88[aria-expanded=true] ._icon_22bbe_113{transform:rotate(180deg)}._answerWrapper_22bbe_126{overflow:hidden}._answerText_22bbe_130{padding-bottom:30px;font-size:17px;color:#555;line-height:1.7;font-weight:400}@media(max-width:1024px){._gridLayout_22bbe_26{gap:50px}}@media(max-width:789px){._gridLayout_22bbe_26{grid-template-columns:1fr;gap:50px}._leftCol_22bbe_34{position:static;text-align:center;display:flex;flex-direction:column;align-items:center}._gradientText_22bbe_57,._subtitle_22bbe_48 p{text-align:center}}@media(max-width:600px){._section_22bbe_10{padding:80px 20px}._mainTitle_22bbe_39{font-size:42px}._questionBtn_22bbe_88{padding:24px 0}._questionText_22bbe_100{font-size:18px}._answerText_22bbe_130{font-size:16px}}@media(max-width:480px){._mainTitle_22bbe_39{font-size:36px}._gradientText_22bbe_57{font-size:24px}._questionText_22bbe_100{font-size:16px}}._wrapper_16nmb_1{background:#333;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}._emailWrapper_16nmb_10{width:100%;max-width:600px}._emailHeader_16nmb_15{text-align:center;margin-bottom:30px}._emailHeader_16nmb_15 h2{color:#fff;font-size:32px;font-weight:700;text-transform:uppercase}._emailHeader_16nmb_15 p{color:#bbb;font-size:14px}._ticketCard_16nmb_32{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0009;display:flex}._platinumBar_16nmb_40{width:12px}._ticketContent_16nmb_44{flex:1;padding:30px 25px}._ticketHeader_16nmb_49{display:flex;justify-content:space-between;border-bottom:2px solid #000;padding-bottom:15px;margin-bottom:25px}._eventName_16nmb_57{font-size:20px;font-weight:700;text-transform:uppercase}._platinumBadge_16nmb_63{font-size:12px;font-weight:700;border:1px solid #ccc;padding:4px 8px;text-transform:uppercase}._detailsGrid_16nmb_71{display:grid;gap:15px}._detailLabel_16nmb_76{font-size:11px;color:#888;font-weight:700;text-transform:uppercase}._detailValue_16nmb_83{font-size:16px}._attendeeBox_16nmb_87{margin-top:25px;background:#f9f9f9;padding:12px;border-left:3px solid #ccc}._attendeeName_16nmb_94{font-weight:700}._bookingId_16nmb_98{font-family:monospace;font-size:12px;color:#666}._divider_16nmb_104{width:2px;background-image:linear-gradient(to bottom,#666 50%,transparent 50%);background-size:2px 10px}._qrSection_16nmb_114{width:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 15px}._qrImg_16nmb_123{width:90px;height:90px}._scanLabel_16nmb_128{font-size:10px;font-weight:700;color:#666;margin-top:10px;text-transform:uppercase;text-align:center}._footer_16nmb_137{text-align:center;color:#999;font-size:12px;margin-top:25px}._loading_16nmb_144,._error_16nmb_145{color:#fff;text-align:center}@media(max-width:480px){._ticketCard_16nmb_32{flex-direction:column}._platinumBar_16nmb_40{width:100%;height:8px}._divider_16nmb_104{display:none}._qrSection_16nmb_114{width:100%;flex-direction:row;justify-content:space-between;border-top:2px dashed #555}}._wrapper_1kasa_3{display:flex;min-height:100vh;background:#f5f6fa}._sidebar_1kasa_12{width:100px;background:#f7f8fc;border-right:1px solid #e5e7eb;padding-top:20px;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}._menu_1kasa_26{padding:12px 20px;cursor:pointer;font-size:14px;color:#374151;transition:.2s}._registerBtn_1kasa_34{background:var(--button)}._shareBtn_1kasa_38,._viewProfileBtn_1kasa_42{background:var(--primary)}._menu_1kasa_26:hover{background:#eef2ff;color:#4f46e5}._content_1kasa_52{flex:1;background:var(--bg)}._panel_1kasa_57{width:180px;background:#fff;border-right:1px solid #e5e7eb;position:relative;padding:20px;overflow-y:auto}._panelHeader_1kasa_66{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._themeList_1kasa_73{display:flex;flex-direction:column;gap:20px}._themeCard_1kasa_79{border:1px solid #ddd;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s}._themeCard_1kasa_79:hover{transform:scale(1.03)}._themeCard_1kasa_79 img{width:100%}._themeCard_1kasa_79 p{padding:10px;font-weight:600}._page_10hbp_9{--gold: #C9A84C;--gold-light: #E8C876;--gold-pale: rgba(201,168,76,.12);--gold-border: rgba(201,168,76,.22);--navy: #0A0F1E;--navy-mid: #111827;--navy-light: #1C2540;--cream: #F8F2E6;--cream-muted: rgba(248,242,230,.55);--teal: #0E7B82;--teal-soft: rgba(14,123,130,.15);background:var(--navy);color:var(--cream);font-family:Cormorant Garamond,serif;overflow-x:hidden}._page_10hbp_9 *{box-sizing:border-box;margin:0;padding:0}._sectionLabel_10hbp_36{display:inline-flex;align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}._sectionLabel_10hbp_36:before{content:"";display:inline-block;width:32px;height:1px;background:var(--gold)}._dividerLine_10hbp_56{width:100px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto}._primary_10hbp_64{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:var(--navy);border:none;padding:15px 38px;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}._primary_10hbp_64:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 28px #c9a84c47}._outline_10hbp_84{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:transparent;color:var(--gold);border:1px solid var(--gold);padding:15px 38px;cursor:pointer;transition:background .25s ease}._outline_10hbp_84:hover{background:var(--gold-pale)}._hero_10hbp_104{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 40px 100px;overflow:hidden;background:radial-gradient(ellipse at 20% 60%,rgba(201,168,76,.06) 0%,transparent 55%),radial-gradient(ellipse at 80% 20%,var(--teal-soft) 0%,transparent 50%),var(--navy)}._hero_10hbp_104:before,._hero_10hbp_104:after{content:"";position:absolute;border-radius:50%;border:1px solid var(--gold-border);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;animation:_pulseRing_10hbp_1 5s ease-in-out infinite}._hero_10hbp_104:before{width:560px;height:560px}._hero_10hbp_104:after{width:840px;height:840px;animation-delay:1.2s;opacity:.5}@keyframes _pulseRing_10hbp_1{0%,to{opacity:.25;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.025)}}._badge_10hbp_140{position:relative;z-index:2;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);padding:8px 22px;background:var(--gold-pale);margin-bottom:36px;animation:_fadeUp_10hbp_1 .9s ease both}._title_10hbp_156{position:relative;z-index:2;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1.05;color:var(--cream);animation:_fadeUp_10hbp_1 .9s ease .15s both}._title_10hbp_156 span{color:var(--gold)}._subtitle_10hbp_168{position:relative;z-index:2;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;font-style:italic;color:var(--cream-muted);max-width:640px;line-height:1.65;margin:22px auto 0;animation:_fadeUp_10hbp_1 .9s ease .3s both}._heroDivider_10hbp_182{width:100px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:40px auto;position:relative;z-index:2;animation:_fadeUp_10hbp_1 .9s ease .4s both}._meta_10hbp_192{position:relative;z-index:2;display:flex;gap:56px;justify-content:center;flex-wrap:wrap;animation:_fadeUp_10hbp_1 .9s ease .5s both}._meta_10hbp_192>div{text-align:center}._meta_10hbp_192 span{display:block;font-family:Montserrat,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}._meta_10hbp_192 p{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--cream)}._cta_10hbp_218{position:relative;z-index:2;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:44px;animation:_fadeUp_10hbp_1 .9s ease .65s both}@keyframes _fadeUp_10hbp_1{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}._about_10hbp_237{padding:100px 60px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;border-top:1px solid var(--gold-border)}._aboutText_10hbp_248 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;color:var(--cream);margin-bottom:22px}._aboutText_10hbp_248 p{font-size:1.05rem;color:var(--cream-muted);line-height:1.9;margin-bottom:16px}._statsGrid_10hbp_263{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--gold-border);border:1px solid var(--gold-border)}._statBox_10hbp_270{background:var(--navy-mid);padding:36px 28px;position:relative;transition:background .25s}._statBox_10hbp_270:hover{background:var(--navy-light)}._statBox_10hbp_270:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}._statNum_10hbp_284{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--gold);line-height:1}._statLabel_10hbp_291{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-muted);margin-top:8px}._agenda_10hbp_304{background:var(--navy-light);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);padding:100px 60px}._agendaInner_10hbp_310{max-width:1200px;margin:0 auto}._agendaInner_10hbp_310 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:56px}._day_10hbp_322{margin-bottom:48px}._day_10hbp_322 h3{font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;color:var(--gold);margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--gold-border)}._session_10hbp_333{display:grid;grid-template-columns:160px 1fr;gap:32px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(201,168,76,.08);transition:padding-left .25s ease;cursor:default}._session_10hbp_333:hover{padding-left:12px}._sessionTime_10hbp_345{font-family:Playfair Display,serif;font-size:.95rem;color:var(--gold);padding-top:3px}._session_10hbp_333 h4{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--cream);margin-bottom:6px}._session_10hbp_333 p{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--cream-muted)}._speakers_10hbp_370{padding:100px 60px;max-width:1200px;margin:0 auto}._speakers_10hbp_370 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:56px}._grid_10hbp_383{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--gold-border);border:1px solid var(--gold-border)}._card_10hbp_391{background:var(--navy-mid);padding:36px 28px;position:relative;overflow:hidden;transition:background .3s ease;cursor:pointer}._card_10hbp_391:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}._card_10hbp_391:hover{background:#c9a84c0d}._card_10hbp_391:hover:after{transform:scaleX(1)}._speakerImg_10hbp_412{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--gold-border);margin-bottom:18px;background:var(--navy-light)}._speakerAvatar_10hbp_422{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--navy-light),var(--teal));border:2px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.7rem;color:var(--gold);margin-bottom:18px}._card_10hbp_391 h4{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--cream);margin-bottom:5px}._card_10hbp_391 p{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}._card_10hbp_391 button{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;background:transparent;color:var(--cream-muted);border:1px solid var(--gold-border);padding:9px 18px;cursor:pointer;transition:color .2s,border-color .2s}._card_10hbp_391 button:hover{color:var(--gold);border-color:var(--gold)}._socialSection_10hbp_470{padding:80px 60px;text-align:center;background:var(--navy-mid);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border)}._socialHeading_10hbp_478{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--cream);margin-bottom:10px}._socialSubtitle_10hbp_486{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--cream-muted);margin-bottom:36px}._socialIcons_10hbp_494{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}._socialBtn_10hbp_502{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;cursor:pointer}._iconCircle_10hbp_511{width:56px;height:56px;border-radius:50%;border:1px solid var(--gold-border);background:var(--gold-pale);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:22px;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease}._socialBtn_10hbp_502:hover ._iconCircle_10hbp_511{background:var(--gold);color:var(--navy);border-color:var(--gold);transform:translateY(-4px)}._iconLabel_10hbp_533{font-family:Montserrat,sans-serif;font-size:.55rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-muted);transition:color .3s ease}._socialBtn_10hbp_502:hover ._iconLabel_10hbp_533{color:var(--gold)}._sponsorLuxury_10hbp_550 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:40px}._sponsorTable_10hbp_564{max-width:700px;margin:0 auto;border:1px solid var(--gold-border);background:var(--navy-mid)}._sponsorRow_10hbp_571{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-bottom:1px solid var(--gold-border);transition:background .2s ease}._sponsorRow_10hbp_571:last-child{border-bottom:none}._sponsorRow_10hbp_571:hover{background:var(--gold-pale)}._sponsorRow_10hbp_571 span{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--cream-muted)}._sponsorRow_10hbp_571 strong{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--gold)}._venue_10hbp_603{background:linear-gradient(135deg,var(--navy-light),var(--navy));border-top:1px solid var(--gold-border);padding:100px 60px}._venueInner_10hbp_608{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}._venue_10hbp_603 h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--cream);margin-bottom:16px}._venue_10hbp_603 p{font-size:1rem;color:var(--cream-muted);line-height:1.8;margin-bottom:6px}._venueMap_10hbp_629{aspect-ratio:4/3;background:var(--navy-mid);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:var(--cream-muted);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}._venueMap_10hbp_629 span{font-size:2.4rem}._footerCta_10hbp_649{padding:120px 40px;text-align:center;background:var(--navy-mid);border-top:1px solid var(--gold-border);position:relative;overflow:hidden}._footerCta_10hbp_649:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.06),transparent 70%);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}._footerCta_10hbp_649 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--cream);margin-bottom:16px}._footerCta_10hbp_649 p{font-size:1.1rem;color:var(--cream-muted);font-style:italic;margin-bottom:40px}._modalOverlay_10hbp_684{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}._modal_10hbp_684{width:420px;max-width:90%;background:#111827;border-radius:14px;overflow:hidden;position:relative;animation:_scaleIn_10hbp_1 .25s ease}@keyframes _scaleIn_10hbp_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._closeBtn_10hbp_710{position:absolute;top:10px;right:10px;background:#00000070;border:none;color:#fff;font-size:18px;width:32px;height:32px;border-radius:50%;cursor:pointer}._modalBanner_10hbp_724{width:100%;height:140px;object-fit:cover}._modalContent_10hbp_730{padding:20px;text-align:center}._aboutBox_10hbp_735{margin-top:14px;text-align:left}._aboutBox_10hbp_735 h4{font-size:12px;color:#c9a84c;margin-bottom:6px}._aboutBox_10hbp_735 p{font-size:13px;color:#ccc}._loading_10hbp_754{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy);font-family:Montserrat,sans-serif;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}@media(max-width:900px){._about_10hbp_237{grid-template-columns:1fr;padding:60px 28px;gap:48px}._venueInner_10hbp_608{grid-template-columns:1fr;padding:0;gap:40px}._venue_10hbp_603{padding:60px 28px}._grid_10hbp_383{grid-template-columns:1fr 1fr}._meta_10hbp_192{gap:32px}._session_10hbp_333{grid-template-columns:110px 1fr;gap:20px}._agenda_10hbp_304,._speakers_10hbp_370,._socialSection_10hbp_470,._sponsorLuxury_10hbp_550{padding:60px 28px}}@media(max-width:600px){._hero_10hbp_104{padding:110px 20px 80px}._hero_10hbp_104:before,._hero_10hbp_104:after{display:none}._meta_10hbp_192{flex-direction:column;gap:20px}._cta_10hbp_218{flex-direction:column;align-items:center}._grid_10hbp_383{grid-template-columns:1fr}._session_10hbp_333{grid-template-columns:1fr;gap:6px}._statsGrid_10hbp_263{grid-template-columns:1fr}._about_10hbp_237,._agenda_10hbp_304,._speakers_10hbp_370,._socialSection_10hbp_470,._sponsorLuxury_10hbp_550{padding:60px 20px}._iconCircle_10hbp_511{width:48px;height:48px;font-size:18px}._socialIcons_10hbp_494{gap:16px}._sponsorRow_10hbp_571{flex-direction:column;gap:4px;text-align:left}}._sponsorLuxury_10hbp_550{padding:100px 60px;text-align:center;border-top:1px solid var(--gold-border)}._sponsorLuxury_10hbp_550 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--cream);margin-bottom:14px}._sponsorSub_10hbp_825{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;color:var(--cream-muted);margin-bottom:0}._tierGrid_10hbp_834{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--gold-border);border:1px solid var(--gold-border);max-width:900px;margin:0 auto 64px}._tierCard_10hbp_843{background:var(--navy-mid);padding:36px 24px 28px;position:relative;overflow:hidden;transition:background .3s}._tierCard_10hbp_843:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--tier-color, var(--gold))}._tierCard_10hbp_843:hover{background:#c9a84c0d}._tierBadge_10hbp_859{display:inline-block;font-family:Montserrat,sans-serif;font-size:.52rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--tier-color, var(--gold));border:1px solid var(--tier-color, var(--gold));padding:4px 12px;margin-bottom:20px;opacity:.85}._tierName_10hbp_872{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--cream);margin-bottom:8px}._tierPrice_10hbp_879{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--tier-color, var(--gold));margin-bottom:16px}._tierPrice_10hbp_879 span{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--cream-muted);display:block;margin-top:4px}._tierFeatures_10hbp_895{list-style:none;text-align:left;margin-top:16px}._tierFeatures_10hbp_895 li{font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.08em;color:var(--cream-muted);padding:7px 0;border-bottom:1px solid rgba(201,168,76,.08);display:flex;align-items:center;gap:8px}._tierFeatures_10hbp_895 li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--tier-color, var(--gold));flex-shrink:0}._tierFeatures_10hbp_895 li:last-child{border-bottom:none}._logosSection_10hbp_922{max-width:900px;margin:0 auto}._logosLabel_10hbp_923{font-family:Montserrat,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-muted);text-align:center;margin-bottom:28px}._logoRow_10hbp_933{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}._logoBox_10hbp_940{width:120px;height:64px;background:var(--navy-light);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,background .2s}._logoBox_10hbp_940:hover{border-color:var(--gold);background:var(--gold-pale)}._logoBox_10hbp_940 img{max-width:90%;max-height:80%;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;transition:opacity .2s}._logoBox_10hbp_940:hover img{opacity:1}._logoMonogram_10hbp_962{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--gold);opacity:.6}@media(max-width:900px){._tierGrid_10hbp_834{grid-template-columns:1fr 1fr}}@media(max-width:600px){._tierGrid_10hbp_834{grid-template-columns:1fr}._sponsorLuxury_10hbp_550{padding:60px 20px}}._container_ki7eu_2{width:100%;max-width:1300px;margin:0 auto;padding:1.5rem 1rem}._headerHero_ki7eu_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}._statusCancelled_ki7eu_18{background:#ede9fe;color:#6d28d9;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}._disabledBtn_ki7eu_26{background:#e2e8f0!important;color:#94a3b8!important;cursor:not-allowed!important;border:none!important;opacity:.7}._title_ki7eu_38{font-size:1.8rem;font-weight:700;color:#111827}._subtitle_ki7eu_44{font-size:.9rem;color:#6b7280;margin-top:4px}._searchBar_ki7eu_51{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;padding:.6rem .9rem;border-radius:10px;background:#fff}._searchBar_ki7eu_51 input{border:none;outline:none;font-size:.9rem;width:200px}._navTabs_ki7eu_69{position:relative;display:flex;gap:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}._tab_ki7eu_78{border:none;background:transparent;padding:.6rem 0;cursor:pointer;font-size:.9rem;color:#6b7280;font-weight:500;position:relative;z-index:2;display:flex;align-items:center;gap:6px;transition:color .3s ease}._activeTab_ki7eu_95{color:#333;font-weight:600}._slider_ki7eu_102{position:absolute;bottom:-1px;height:2px;background:#0ea5e9;border-radius:2px;z-index:1;transition:all .4s cubic-bezier(.25,.8,.25,1)}._count_ki7eu_117{font-size:.8rem;color:#9ca3af}._activeTab_ki7eu_95 ._count_ki7eu_117{color:#0ea5e9;font-weight:600;background:#e0f2fe;padding:2px 8px;border-radius:10px}._eventsGrid_ki7eu_132{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}._eventCard_ki7eu_139{background:#fff;border-radius:18px;overflow:hidden;transition:all .25s ease;cursor:pointer;position:relative;border:1px solid #eef2f7;display:flex;flex-direction:column}._eventCard_ki7eu_139:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}._eventImage_ki7eu_159{height:140px;background:#f1f5f9;border-radius:10px}._eventImage_ki7eu_159 img{width:100%;height:100%;object-fit:fill}._statusBadge_ki7eu_177{position:absolute;top:105px;right:10px;font-size:.7rem;padding:4px 8px;border-radius:8px;font-weight:600}._statusLive_ki7eu_187{background:#dcfce7;color:#166534}._statusSoon_ki7eu_192{background:#fef9c3;color:#854d0e}._statusEnded_ki7eu_197{background:#fee2e2;color:#b91c1c}._registrationBadge_ki7eu_203{position:absolute;bottom:10px;right:10px;background:#f3f4f6;font-size:.75rem;padding:.3rem .6rem;border-radius:6px}._cardContent_ki7eu_213{display:flex;flex-direction:column;flex:1}._eventContent_ki7eu_220{padding:1rem 1.1rem .8rem}._eventContent_ki7eu_220 h3{font-size:1.05rem;font-weight:600;color:#0f172a;margin-bottom:.4rem;line-height:1.3}._location_ki7eu_232{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;color:#0b4a63;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}._eventTitle_ki7eu_245{font-size:1.05rem;font-weight:600;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._organizer_ki7eu_257{font-size:.8rem;color:#64748b;margin-bottom:6px}._venue_ki7eu_263{font-size:.85rem;color:#334155;margin-bottom:.4rem;display:block}._description_ki7eu_270{font-size:.85rem;color:#64748b;line-height:1.4;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._metaRow_ki7eu_283{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b;margin-top:6px}._metaRow_ki7eu_283 span{display:flex;align-items:center;gap:4px}._speakers_ki7eu_298{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#475569}._eventActions_ki7eu_315{border-top:1px solid #e2e8f0;margin-top:auto;display:flex;gap:.6rem;padding:.7rem .6rem}._eventActions_ki7eu_315 button{flex:1;padding:.55rem .65rem;font-size:.82rem;border-radius:10px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}._eventActions_ki7eu_315 button:first-child{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}._eventActions_ki7eu_315 button:first-child:hover{background:#f1f5f9}._eventActions_ki7eu_315 button:last-child{background:#2563eb;color:#fff}._eventActions_ki7eu_315 button:last-child:hover{background:#1d4ed8}._eventActions_ki7eu_315 button:active{transform:scale(.97)}._eventActions_ki7eu_315 button:first-child{background:#e2e8f0;color:#334155}._eventActions_ki7eu_315 button:first-child:hover{background:#cbd5f5}._eventActions_ki7eu_315 button:last-child{background:#0f5c7a;color:#fff}._eventActions_ki7eu_315 button:last-child:hover{background:#0b4a63}._emptyState_ki7eu_381{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;min-height:300px}._emptyIcon_ki7eu_393{width:100px;height:100px;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}._emptyTitle_ki7eu_402{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}._emptyDesc_ki7eu_410{font-size:.95rem;color:#94a3b8;line-height:1.5;max-width:350px}._headerWrapper_ki7eu_418{margin-bottom:1.5rem}._headerHero_ki7eu_10{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}._heroLeft_ki7eu_33{display:flex;flex-direction:column}._title_ki7eu_38{font-size:2.2rem;font-weight:700;color:#0f172a;letter-spacing:-.5px}._subtitle_ki7eu_44{font-size:.95rem;color:#64748b;margin-top:4px}._searchBox_ki7eu_451{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:.1rem 1rem;border-radius:12px;width:100%;max-width:460px;transition:all .2s ease}._searchBox_ki7eu_451:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}._searchIcon_ki7eu_475{color:#94a3b8;flex-shrink:0}._searchBox_ki7eu_451 input{border:none;outline:none;background:transparent;font-size:.95rem;width:100%;color:#0f172a}._searchBox_ki7eu_451 input::placeholder{color:#94a3b8}._hero_19aai_1{position:relative;min-height:calc(70vh + env(safe-area-inset-bottom));height:auto;overflow:hidden;display:flex;align-items:center}._bg_19aai_12{position:absolute;inset:0;z-index:1}._container_19aai_19{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:0 40px;color:#fff}._title_19aai_36{font-size:64px;font-weight:700;margin-bottom:12px;line-height:1.1}._separator_19aai_52{opacity:.6}._active_19aai_56{color:#29bfff}@media(max-width:1024px){._title_19aai_36{font-size:52px}._container_19aai_19{padding:0 30px}}@media(max-width:789px){._title_19aai_36{font-size:42px}._container_19aai_19{padding:0 24px}}@media(max-width:600px){._title_19aai_36{font-size:34px}._breadcrumb_19aai_44{font-size:13px}._container_19aai_19{padding:0 20px}}@media(max-width:480px){._hero_19aai_1{min-height:60vh}._title_19aai_36{font-size:28px}._breadcrumb_19aai_44{font-size:12px}._container_19aai_19{padding:0 16px}}._title_19aai_36{font-size:64px;font-weight:700;margin-bottom:16px;line-height:1.1}._description_19aai_124{font-size:20px;font-weight:400;line-height:1.6;color:#ffffffe6;max-width:600px;margin-bottom:32px;text-shadow:0 2px 4px rgba(0,0,0,.2)}._breadcrumb_19aai_44{font-size:14px;opacity:.8;display:flex;gap:8px;flex-wrap:wrap}@media(max-width:789px){._description_19aai_124{font-size:18px;max-width:100%}}@media(max-width:480px){._description_19aai_124{font-size:16px;margin-bottom:24px}}._section_1gy2f_1{padding:100px 0;background:#f8f8f8}._wrapper_1gy2f_6{display:flex;flex-direction:column}._container_1gy2f_12{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.2fr 1.2fr;gap:60px}._left_1gy2f_24{width:70%;display:flex;align-items:flex-start}._title_1gy2f_31{font-size:42px;font-weight:700;line-height:1.2}._right_1gy2f_38{display:flex;flex-direction:column;gap:18px}._right_1gy2f_38 p{font-size:16px;line-height:1.7;color:#555}._link_1gy2f_51{margin-top:10px;font-weight:600;text-decoration:none;color:#000;display:inline-block}._imageWrapper_1gy2f_60{width:100%;margin-top:60px}._imageContainer_1gy2f_66{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}._imageContainer_1gy2f_66 img{width:100%;height:420px;object-fit:cover;display:block;border-radius:16px}@media(max-width:1024px){._container_1gy2f_12{padding:0 30px;gap:40px}._title_1gy2f_31{font-size:36px}}@media(max-width:768px){._container_1gy2f_12{grid-template-columns:1fr}._title_1gy2f_31{font-size:32px}}@media(max-width:600px){._container_1gy2f_12{padding:0 20px}._title_1gy2f_31{font-size:28px}._right_1gy2f_38 p{font-size:15px}}@media(max-width:480px){._section_1gy2f_1{padding:70px 0}._title_1gy2f_31{font-size:24px}._right_1gy2f_38 p{font-size:14px}}@media(max-width:1024px){._imageContainer_1gy2f_66 img{height:360px}}@media(max-width:600px){._imageContainer_1gy2f_66 img{height:auto;padding:0}}@media(max-width:480px){._imageWrapper_1gy2f_60{margin-top:30px}._imageContainer_1gy2f_66 img{border-radius:12px}}._section_yhwol_1{padding:60px 0;background:#f8f8f8}._container_yhwol_7{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}._top_yhwol_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}._tag_yhwol_22{font-size:12px;background:#eee;padding:6px 12px;border-radius:20px}._title_yhwol_29{font-size:36px;margin:10px 0}._desc_yhwol_34{color:#666;max-width:500px}._controls_yhwol_40{display:flex;gap:10px}._controls_yhwol_40 button{width:40px;height:40px;border-radius:10px;border:none;cursor:pointer;background:#fff;display:flex;justify-content:center;align-items:center;transition:all .2s ease}._controls_yhwol_40 button:hover{color:#03b4ef}._slider_yhwol_63{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}._slider_yhwol_63::-webkit-scrollbar{display:none}._card_yhwol_76{max-width:360px;background:#fff;padding:20px;border-radius:16px;flex-shrink:0}._icon_yhwol_84{font-size:24px;margin-bottom:10px;color:#03b4ef}@media(max-width:1024px){._title_yhwol_29{font-size:30px}}@media(max-width:768px){._top_yhwol_15{flex-direction:column;align-items:flex-start;gap:20px}._card_yhwol_76{max-width:280px}}@media(max-width:600px){._container_yhwol_7{padding:0 20px}}@media(max-width:480px){._title_yhwol_29{font-size:24px}._card_yhwol_76{max-width:280px}}._section_15zl7_1{padding:100px 0;background:#fff}._container_15zl7_7{width:100%;max-width:1100px;margin:0 auto;padding:0 40px}._header_15zl7_15{max-width:600px;margin-bottom:60px}._header_15zl7_15 h2{font-size:38px;margin-bottom:10px}._header_15zl7_15 p{color:#666;line-height:1.6}._timeline_15zl7_31{display:flex;flex-direction:column;gap:50px}._step_15zl7_38{display:grid;grid-template-columns:80px 1fr;gap:20px}._left_15zl7_45{display:flex;flex-direction:column;align-items:center}._number_15zl7_51{font-size:18px;font-weight:600;color:#03b4ef;margin-bottom:10px}._line_15zl7_58{width:2px;flex:1;background:#e5e5e5}._content_15zl7_65 h3{font-size:20px;margin-bottom:6px}._content_15zl7_65 p{color:#555;line-height:1.6}@media(max-width:1024px){._header_15zl7_15 h2{font-size:32px}}@media(max-width:768px){._container_15zl7_7{padding:0 24px}._step_15zl7_38{grid-template-columns:60px 1fr}}@media(max-width:600px){._step_15zl7_38{grid-template-columns:1fr}._left_15zl7_45{flex-direction:row;justify-content:flex-start;gap:10px}._line_15zl7_58{display:none}}@media(max-width:480px){._section_15zl7_1{padding:70px 0}._header_15zl7_15 h2{font-size:26px}._content_15zl7_65 h3{font-size:18px}._content_15zl7_65 p{font-size:14px}}._section_1is4a_1{padding:100px 0;background:#f8f8f8}._container_1is4a_7{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}._left_1is4a_20{display:flex;flex-direction:column;gap:20px}._tag_1is4a_26{font-size:12px;letter-spacing:1px;color:#888}._title_1is4a_32{font-size:40px;font-weight:700;line-height:1.2}._desc_1is4a_38{font-size:16px;color:#555;line-height:1.7}._right_1is4a_45{display:grid;grid-template-columns:2fr 1fr;gap:20px}._mainImage_1is4a_52 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._sideGrid_1is4a_60{display:grid;grid-template-rows:1fr 1fr;gap:20px}._smallImage_1is4a_66 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._quoteBox_1is4a_74{background:#03b4ef;color:#fff;padding:20px;border-radius:16px;display:flex;align-items:center;font-size:14px;line-height:1.6}@media(max-width:1024px){._container_1is4a_7{gap:40px;padding:0 30px}._title_1is4a_32{font-size:32px}}@media(max-width:768px){._container_1is4a_7,._right_1is4a_45{grid-template-columns:1fr}._sideGrid_1is4a_60{grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media(max-width:600px){._container_1is4a_7{padding:0 20px}._title_1is4a_32{font-size:28px}._desc_1is4a_38{font-size:15px}}@media(max-width:480px){._section_1is4a_1{padding:70px 0}._title_1is4a_32{font-size:24px}._quoteBox_1is4a_74{font-size:13px}}._section_1i4rr_1{padding:100px 0;background:#000;color:#fff}._container_1i4rr_8{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}._heading_1i4rr_16{font-size:clamp(28px,4vw,42px);margin-bottom:50px;font-weight:500}._tabs_1i4rr_23{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}._tab_1i4rr_23{padding-bottom:12px;cursor:pointer;opacity:.6;border-bottom:1px solid #333;transition:all .3s ease;position:relative}._tab_1i4rr_23:hover{opacity:1}._tab_1i4rr_23:after{content:"";position:absolute;left:0;bottom:-1px;width:0%;height:2px;background:#29bfff;transition:width .3s ease}._tab_1i4rr_23:hover:after{width:100%}._active_1i4rr_59{opacity:1;border-bottom:2px solid #29BFFF}._content_1i4rr_65{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(30px,5vw,60px);align-items:center}._image_1i4rr_73 img{width:100%;height:320px;object-fit:cover;border-radius:14px}._text_1i4rr_81{display:flex;flex-direction:column;gap:20px}._text_1i4rr_81 h3{font-size:clamp(22px,3vw,38px);margin-bottom:12px;font-weight:500}._text_1i4rr_81 p{color:#bbb;line-height:1.7;font-size:18px;max-width:480px;font-weight:600}@media(max-width:1024px){._container_1i4rr_8{padding:0 30px}._image_1i4rr_73 img{height:320px}}@media(max-width:768px){._tabs_1i4rr_23{grid-template-columns:repeat(2,1fr)}._content_1i4rr_65{grid-template-columns:1fr}._image_1i4rr_73 img{height:280px}}@media(max-width:600px){._container_1i4rr_8{padding:0 20px}}@media(max-width:480px){._section_1i4rr_1{padding:70px 0}._tabs_1i4rr_23{grid-template-columns:1fr}._image_1i4rr_73 img{height:220px}._text_1i4rr_81 p{font-size:14px}}._section_iajc7_5{padding:100px 0;background:#f5f7fb}._container_iajc7_14{width:100%;max-width:900px;margin:0 auto;padding:0 40px}._card_iajc7_25{background:#fff;padding:clamp(24px,4vw,40px);border-radius:16px;box-shadow:0 10px 30px #0000000d}._heading_iajc7_36{font-size:clamp(22px,3vw,28px);margin-bottom:30px;font-weight:600}._form_iajc7_46{display:flex;flex-direction:column;gap:20px}._row_iajc7_56{display:grid;grid-template-columns:1fr 1fr;gap:20px}._field_iajc7_66,._fieldFull_iajc7_67{display:flex;flex-direction:column}._fieldFull_iajc7_67{grid-column:span 2}label{font-size:13px;margin-bottom:6px;color:#444;font-weight:500}._req_iajc7_87{color:#ef4444;margin-left:4px}._inputWrapper_iajc7_96{position:relative;display:flex;align-items:center;gap:10px;border-bottom:1px solid #d1d5db;padding:10px 0;transition:border-color .25s ease}._inputWrapper_iajc7_96:focus-within{border-color:#000}._inputWrapper_iajc7_96 svg{font-size:14px;color:#9ca3af}._careerForm_iajc7_120 ._inputWrapper_iajc7_96 input{border:none;outline:none;width:100%;font-size:14px;background:transparent;color:#111}._careerForm_iajc7_120 ._inputWrapper_iajc7_96 input::placeholder{color:#9ca3af}._dropdownText_iajc7_137{flex:1;font-size:14px;color:#a2a9b4;padding:11px 14px}._arrowIcon_iajc7_147{font-size:12px;color:#6b7280;transition:transform .25s ease}._rotate_iajc7_153{transform:rotate(180deg)}._dropdownMenu_iajc7_158{position:absolute;left:0;top:calc(100% + 6px);width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;z-index:20;box-shadow:0 10px 25px #00000014;overflow:hidden}._dropdownMenu_iajc7_158 div{padding:10px 14px;font-size:14px;color:#374151;cursor:pointer;transition:background .2s ease}._dropdownMenu_iajc7_158 div:hover{background:#f3f4f6}._checkbox_iajc7_187{display:flex;align-items:center;gap:10px;font-size:13px;color:#444}._button_iajc7_199{margin-top:10px;padding:12px 24px;border:none;border-radius:8px;background:#000;color:#fff;cursor:pointer;width:fit-content;transition:all .3s ease;font-size:14px}._button_iajc7_199:hover{background:#222}@media(max-width:1024px){._container_iajc7_14{padding:0 30px}}@media(max-width:768px){._row_iajc7_56{grid-template-columns:1fr}._fieldFull_iajc7_67{grid-column:span 1}}@media(max-width:600px){._container_iajc7_14{padding:0 20px}}@media(max-width:480px){._section_iajc7_5{padding:70px 0}._heading_iajc7_36{font-size:22px}}._fileBox_iajc7_260{position:relative;flex:1;display:flex;align-items:center}._fileBox_iajc7_260 input{position:absolute;inset:0;opacity:0;cursor:pointer}._fileText_iajc7_276{font-size:14px;color:#a2a9b4}._activeText_iajc7_282{color:#333}._cta_6olft_5{position:relative;width:100%;height:clamp(520px,45vh,520px);min-height:320px;overflow:hidden}._bg_6olft_17{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d) center/cover no-repeat;z-index:1}._overlay_6olft_29{position:absolute;inset:0;background:#0000008c;z-index:2}._container_6olft_40{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 40px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._title_6olft_61{font-size:clamp(28px,4vw,48px);font-weight:700;color:#fff;margin-bottom:16px}._desc_6olft_68{font-size:16px;color:#d1d5db;max-width:650px;line-height:1.6;margin-bottom:30px}._actions_6olft_80{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}._primary_6olft_88{background:#2563eb;color:#fff;padding:12px 22px;border-radius:8px;text-decoration:none;font-size:14px;transition:.3s ease}._primary_6olft_88:hover{background:#1d4ed8}._secondary_6olft_103{background:#fff;color:#111;padding:12px 22px;border-radius:8px;text-decoration:none;font-size:14px;transition:.3s ease}._secondary_6olft_103:hover{background:#e5e7eb}@media(max-width:1024px){._container_6olft_40{padding:0 30px}}@media(max-width:768px){._cta_6olft_5{height:360px}}@media(max-width:600px){._container_6olft_40{padding:0 20px}._desc_6olft_68{font-size:14px}}@media(max-width:480px){._cta_6olft_5{height:320px}._title_6olft_61{font-size:26px}}._sidebar_db5yc_2{width:100%;background:#fafafa;border-right:1px solid #e5e7eb;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._sidebar_db5yc_2::-webkit-scrollbar{width:4px}._sidebar_db5yc_2::-webkit-scrollbar-track{background:transparent}._sidebar_db5yc_2::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}._sidebar_db5yc_2::-webkit-scrollbar-thumb:hover{background:#94a3b8}._group_db5yc_38{border-bottom:1px solid #eaeaea}._header_db5yc_43{display:flex;justify-content:space-between;align-items:center;padding:16px;cursor:pointer;background:#fff;color:#0f172a;transition:background .2s ease}._header_db5yc_43:hover{background:#f8fafc}._title_db5yc_60{font-size:15px;font-weight:600}._icon_db5yc_66{transition:transform .25s ease;color:#64748b}._rotate_db5yc_71{transform:rotate(180deg)}._body_db5yc_76{background:#f5f5f5;overflow:hidden;max-height:0;transition:max-height .35s ease}._open_db5yc_85{max-height:600px}._list_db5yc_90{list-style:none;padding:.5rem 0;margin:0}._item_db5yc_97{padding:8px 16px 8px 32px;font-size:14px;cursor:pointer;color:#475569;border-left:3px solid transparent;transition:all .2s ease}._item_db5yc_97:hover{background:#eef2ff;color:#0f172a}._active_db5yc_114{color:#2563eb;font-weight:600;background:#eef4ff;border-left:3px solid #2563eb}@media(max-width:1024px){._header_db5yc_43{padding:12px}._title_db5yc_60{font-size:14px}._item_db5yc_97{font-size:13px;padding:6px 12px 6px 24px}}._content_1w3l8_2{max-width:900px;margin:0 auto;padding:4rem 2rem}._header_1w3l8_9{margin-bottom:1.5rem;background:#f1f3f4;padding:3rem 2.5rem;border-radius:6px;border-bottom:none}._header_1w3l8_9 h1{font-size:2.6rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}._description_1w3l8_27{margin-top:.8rem;max-width:650px;font-size:1.05rem;color:#5f6c7b;line-height:1.7}._section_1w3l8_35{margin-bottom:3.5rem;scroll-margin-top:100px}._sectionTitle_1w3l8_40{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem;color:#0f172a}._block_1w3l8_48 p{margin-bottom:1.2rem;line-height:1.8;font-size:1rem;color:#334155}._block_1w3l8_48 h4{margin-top:1.4rem;margin-bottom:.6rem;font-size:1rem;font-weight:600;color:#0f172a}._block_1w3l8_48 ul{padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 li{margin-bottom:.6rem;line-height:1.6;color:#334155}._block_1w3l8_48 a{color:#2563eb;font-weight:500;text-decoration:none}._block_1w3l8_48 a:hover{text-decoration:underline}._searchContainer_1w3l8_89{margin-bottom:1.5rem}._searchBox_1w3l8_94{display:flex;align-items:center;gap:10px;width:100%;padding:2px 14px!important;background:#fff;border:1px solid #d1d5db;border-radius:10px;transition:all .2s ease}._searchBox_1w3l8_94:focus-within{border-color:#94a3b8;box-shadow:none}._searchIcon_1w3l8_117{color:#94a3b8;flex-shrink:0}._search_1w3l8_89{border:none;outline:none;width:100%;font-size:.95rem;background:transparent;color:#0f172a}._noResultBox_1w3l8_133{margin-top:3rem;padding:2.5rem 2rem;text-align:center;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px}._noResultIcon_1w3l8_145{font-size:32px;margin-bottom:1rem;opacity:.7;display:flex;justify-content:center;align-items:center}._noResultBox_1w3l8_133 h3{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}._noResultBox_1w3l8_133 p{font-size:.95rem;color:#64748b;max-width:400px;margin:0 auto}@media(max-width:768px){._searchBox_1w3l8_94{max-width:100%;padding:10px 12px}._search_1w3l8_89{font-size:.9rem}}._block_1w3l8_48 ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 ol{list-style:decimal;padding-left:1.5rem;margin-bottom:1.2rem}._block_1w3l8_48 li{display:list-item}._buttonGroup_1w3l8_205{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}._btnPrimary_1w3l8_213{padding:11px 22px;background:#1e3a5f;color:#fff!important;border-radius:8px;text-decoration:none!important;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all .25s ease}._btnPrimary_1w3l8_213:hover{background:#162c47;transform:translateY(-1px)}._btnSecondary_1w3l8_235{padding:11px 22px;background:#fff;color:#1e3a5f!important;border:1.5px solid #94a3b8;border-radius:8px;text-decoration:none!important;font-size:14px;font-weight:600;transition:all .25s ease}._btnSecondary_1w3l8_235:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}._cardGrid_1w3l8_254{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:16px}._card_1w3l8_254{background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;padding:20px 16px}._cardIcon_1w3l8_268{font-size:28px;display:block;margin-bottom:10px}._card_1w3l8_254 h4{font-size:14px;font-weight:600;margin-bottom:6px;color:#1e3a5f}._card_1w3l8_254 p{font-size:13px;color:#6b7a8d}._faqList_1w3l8_272{display:flex;flex-direction:column;gap:16px;margin-top:8px}._faqItem_1w3l8_273{border-left:3px solid #0ea5e9;padding-left:16px}._faqItem_1w3l8_273 h4{font-size:14px;font-weight:600;color:#1e3a5f;margin-bottom:6px}._faqItem_1w3l8_273 p{font-size:13px;color:#6b7a8d;line-height:1.6}._placeholder_1w3l8_277{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;padding:24px;text-align:center;color:#94a3b8;font-size:13px}._imageGrid_1w3l8_287{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px}._image_1w3l8_287{width:100%;border-radius:10px;border:1px solid #e2e8f0;object-fit:cover;transition:all .25s ease}._image_1w3l8_287:hover{transform:scale(1.02)}._main_kwitg_1{min-height:100vh}._wrapper_kwitg_6{display:grid;grid-template-columns:320px minmax(0,1fr)}._sidebar_kwitg_13{position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;border-right:1px solid #e5e7eb;background:#f5f5f5}._accordionHeader_kwitg_23{font-weight:600;padding:14px 16px;cursor:pointer;color:#0f172a;background:#fff;border-bottom:1px solid #e5e7eb}._accordionList_kwitg_33{list-style:none;padding-left:16px;background:#f5f5f5}._accordionList_kwitg_33 li{font-size:.9rem;padding:8px 0;cursor:pointer;color:#475569}._accordionList_kwitg_33 li:hover{color:#2563eb}._content_kwitg_51{width:100%;max-width:900px;margin:0 auto;padding:3rem 2rem;background:#f1f3f4;overflow-x:hidden}._header_kwitg_62{margin-bottom:2rem}._description_kwitg_66{color:#64748b;margin-top:.5rem}._section_kwitg_72{margin-bottom:2rem}@media(max-width:1024px){._wrapper_kwitg_6{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:768px){._wrapper_kwitg_6{grid-template-columns:1fr}._sidebar_kwitg_13{display:none}._content_kwitg_51{padding:2rem 1rem}}.dot-grid{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}._wrapper_rupaa_2{width:100%;min-height:80dvh;background:#f5f7fa;display:flex;align-items:center;justify-content:center}._container_rupaa_12{max-width:1100px;padding:0 24px;text-align:center}._tag_rupaa_20{display:inline-flex;align-items:center;gap:8px;font-size:26px;letter-spacing:2px;color:#6b7280;margin-bottom:20px}._icon_rupaa_32{display:flex;align-items:center;justify-content:center;font-size:26px;color:#0284c7;transform:translateY(-1px)}._heading_rupaa_44{font-size:clamp(42px,6vw,84px);font-weight:800;line-height:1.15;color:#111827;margin-bottom:28px}._highlight_rupaa_53{background:linear-gradient(90deg,#0ea5e9,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtext_rupaa_60{font-size:18px;color:#4b5563;max-width:720px;margin:0 auto;line-height:1.6}._accent_rupaa_69{color:#0284c7;font-weight:600}@media(max-width:1024px){._heading_rupaa_44{font-size:clamp(32px,6vw,56px)}._subtext_rupaa_60{font-size:16px}}@media(max-width:600px){._container_rupaa_12{padding:0 16px}._heading_rupaa_44{font-size:28px;line-height:1.3}._subtext_rupaa_60{font-size:15px}._tag_rupaa_20{font-size:12px}}@media(max-width:400px){._heading_rupaa_44{font-size:24px}._subtext_rupaa_60{font-size:14px}}._background_rupaa_119{position:absolute;inset:0;z-index:0}._container_rupaa_12{position:relative;z-index:1}._wrapper_rupaa_2{position:relative}._pageRoot_1vxyv_9{min-height:100vh;background:#fff;font-family:DM Sans,sans-serif;color:#1a1a2e}._loadingScreen_1vxyv_19,._errorScreen_1vxyv_20{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-size:15px;color:#666}._loadingSpinner_1vxyv_31{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#5b4de8;border-radius:50%;animation:_spin_1vxyv_1 .8s linear infinite}@keyframes _spin_1vxyv_1{to{transform:rotate(360deg)}}._errorScreen_1vxyv_20{color:#c0392b}._topNav_1vxyv_46{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8ed;box-shadow:0 1px #0000000f}._topNavInner_1vxyv_55{max-width:1200px;margin:0 auto;padding:0 32px;height:56px;display:flex;align-items:center;gap:32px}._topNavTitle_1vxyv_65{font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}._topNavLinks_1vxyv_75{display:flex;gap:4px;flex:1}._topNavLink_1vxyv_75{background:none;border:none;padding:8px 14px;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:color .2s,background .2s;font-family:DM Sans,sans-serif}._topNavLink_1vxyv_75:hover{color:#1a1a2e;background:#f5f5f7}._topNavLinkActive_1vxyv_99{color:#5b4de8!important;background:#f0eeff!important}._registerTopBtn_1vxyv_104{margin-left:auto;padding:8px 20px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._registerTopBtn_1vxyv_104:hover{background:#4a3dd6;transform:translateY(-1px)}._registerTopBtnDisabled_1vxyv_120{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}@media(max-width:768px){._topNavLinks_1vxyv_75{display:none}._topNavInner_1vxyv_55{padding:0 16px}._topNavTitle_1vxyv_65{max-width:160px}}._heroSection_1vxyv_131{position:relative;background:linear-gradient(135deg,#eae8fc,#e8f0fd,#eae8fc);overflow:hidden}._heroGradient_1vxyv_137{position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(91,77,232,.08) 0%,transparent 60%);pointer-events:none}._heroInner_1vxyv_144{max-width:1200px;margin:0 auto;padding:56px 32px;display:flex;align-items:center;gap:48px}._heroLeft_1vxyv_153{flex:1}._livePill_1vxyv_156{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e0f2e9;color:#16a34a;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:16px}._liveDot_1vxyv_170{width:7px;height:7px;background:#16a34a;border-radius:50%;animation:_pulse_1vxyv_1 1.4s ease-in-out infinite}@keyframes _pulse_1vxyv_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}._endedPill_1vxyv_182{display:inline-block;background:#fff;border:1px solid #e5e7eb;color:#9ca3af;font-size:12px;font-weight:500;padding:5px 14px;border-radius:6px;margin-bottom:16px}._heroTitle_1vxyv_195{font-family:"DM Serif Display",serif;font-size:42px;font-weight:400;color:#1a1a2e;line-height:1.18;margin-bottom:20px}._heroMeta_1vxyv_205{display:flex;flex-direction:column;gap:9px;margin-bottom:28px}._heroMetaItem_1vxyv_212{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a4a6a}._heroMetaIcon_1vxyv_220{font-size:15px;color:#5b4de8;flex-shrink:0}._heroMetaSep_1vxyv_226{color:#bbb;margin:0 2px}._heroBtnRow_1vxyv_229{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}._heroRegisterBtn_1vxyv_236{padding:11px 28px;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._heroRegisterBtn_1vxyv_236:hover{background:#4a3dd6;transform:translateY(-1px)}._heroRegisterBtnDisabled_1vxyv_249{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._heroShareBtn_1vxyv_251,._heroGalleryBtn_1vxyv_252{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;color:#1a1a2e;border:1px solid #ddd;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;font-family:DM Sans,sans-serif}._heroShareBtn_1vxyv_251:hover,._heroGalleryBtn_1vxyv_252:hover{background:#f5f5f7;border-color:#bbb}._heroSocialRow_1vxyv_270{display:flex;gap:8px}._heroSocialBtn_1vxyv_275{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:17px;text-decoration:none;transition:transform .15s,box-shadow .15s}._heroSocialBtn_1vxyv_275:hover{transform:scale(1.12);box-shadow:0 4px 10px #0000001a}._heroImageWrapper_1vxyv_291{width:50%;aspect-ratio:3/1;border-radius:14px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 32px #0000001f}._heroImage_1vxyv_291{width:100%;height:100%;object-fit:cover}@media(max-width:900px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:30px}}@media(max-width:600px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:24px}._heroRegisterBtn_1vxyv_236{width:100%;height:50px;text-align:center;justify-content:center}}@media(max-width:480px){._heroInner_1vxyv_144{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_1vxyv_291{width:100%;aspect-ratio:3/1}._heroTitle_1vxyv_195{font-size:24px}._heroRegisterBtn_1vxyv_236{width:100%;height:50px;text-align:center;justify-content:center}}._mainContent_1vxyv_334{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:640px){._mainContent_1vxyv_334{padding:0 16px}}._contentSection_1vxyv_343{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px}._contentSection_1vxyv_343:last-child{border-bottom:none}._sectionLabelRow_1vxyv_351{margin-bottom:32px}._sectionLabel_1vxyv_351{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_1vxyv_365{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_1vxyv_373{font-size:14px;color:#888}._descriptionText_1vxyv_379{font-size:15px;color:#444;line-height:1.75;max-width:780px;margin-bottom:12px}._descriptionText_1vxyv_379 a{color:#5b4de8;text-decoration:underline}._descriptionText_1vxyv_379 ul{list-style:disc;padding-left:20px;margin:8px 0}._descriptionText_1vxyv_379 ol{list-style:decimal;padding-left:20px;margin:8px 0}._descriptionText_1vxyv_379 li{margin:4px 0}._readMoreBtn_1vxyv_392{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#5b4de8;font-size:14px;font-weight:500;cursor:pointer;padding:0;margin-top:4px;font-family:DM Sans,sans-serif}._infoGrid_1vxyv_408{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}._infoGridCard_1vxyv_415{background:#fff;border:1px solid #e8e8ed;border-radius:12px;padding:18px;display:flex;gap:12px;align-items:flex-start}._infoGridIcon_1vxyv_425{font-size:20px;color:#5b4de8;flex-shrink:0;margin-top:2px}._infoGridLabel_1vxyv_432{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999;margin-bottom:2px}._infoGridValue_1vxyv_441{font-size:15px;font-weight:500;color:#1a1a2e;margin-bottom:6px}@media(max-width:768px){._infoGrid_1vxyv_408{grid-template-columns:1fr}}._agendaTabsRow_1vxyv_453{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}._agendaTabBtn_1vxyv_460{display:flex;flex-direction:column;align-items:center;padding:10px 18px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._agendaTabBtn_1vxyv_460:hover{border-color:#5b4de8;color:#5b4de8}._agendaTabBtnActive_1vxyv_476{background:#5b4de8!important;color:#fff!important;border-color:#5b4de8!important}._agendaTabDate_1vxyv_478{font-size:11px;opacity:.75;margin-top:2px}._agendaBody_1vxyv_484{background:#fff;border:1px solid #e8e8ed;border-radius:14px;padding:24px;max-height:560px;overflow-y:auto}._agendaDayTitle_1vxyv_493{font-size:17px;font-weight:600;color:#5b4de8;margin-bottom:20px}._agendaEmpty_1vxyv_500{color:#aaa;font-size:14px;padding:20px 0}._trackGroup_1vxyv_506{margin-bottom:24px}._trackLabel_1vxyv_508{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:12px;padding-bottom:6px;border-bottom:1px dashed #e0e0e0}._sessionCard_1vxyv_519{background:#fafafa;border:1px solid #efefef;border-left:3px solid #5B4DE8;border-radius:8px;padding:14px 16px;margin-bottom:10px;transition:box-shadow .2s}._sessionCard_1vxyv_519:hover{box-shadow:0 4px 12px #5b4de814}._sessionTime_1vxyv_530{font-size:12px;font-weight:600;color:#5b4de8;margin-bottom:4px}._sessionTitle_1vxyv_537{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:6px}._sessionTrackTag_1vxyv_544{display:inline-block;font-size:11px;background:#f0eeff;color:#5b4de8;padding:2px 8px;border-radius:4px;margin-bottom:6px}._sessionMeta_1vxyv_554{font-size:13px;color:#666;margin-bottom:4px}._sessionDesc_1vxyv_560{font-size:13px;color:#888;line-height:1.5;margin-top:4px}._upcomingPollsBox_1vxyv_568{margin-top:28px;padding:20px;background:#fffbea;border:1px solid #fde68a;border-radius:12px}._upcomingPollsTitle_1vxyv_575{font-size:15px;font-weight:600;color:#92400e;margin-bottom:12px}._upcomingPollCard_1vxyv_576{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border-radius:8px;margin-bottom:8px;font-size:13px;color:#555}._upcomingPollCard_1vxyv_576 strong{color:#1a1a2e}._livePollBox_1vxyv_589{margin-top:28px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}._livePollTitle_1vxyv_596{font-size:15px;font-weight:600;color:#dc2626;margin-bottom:14px}._livePollCard_1vxyv_597{padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:14px}._livePollQuestion_1vxyv_604{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:12px}._pollTimer_1vxyv_605{font-size:13px;font-weight:600;color:#f97316;margin-bottom:10px}._pollOption_1vxyv_606{margin-bottom:10px}._pollOptionRow_1vxyv_607{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}._pollOptionRow_1vxyv_607 input{accent-color:#5B4DE8;width:15px;height:15px}._pollBarWrap_1vxyv_609{position:relative;background:#f3f4f6;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}._pollBar_1vxyv_609{height:100%;background:#5b4de8;border-radius:999px;transition:width .4s ease}._pollPct_1vxyv_611{display:block;text-align:right;font-size:11px;color:#888;margin-top:3px}._pollEnded_1vxyv_612{font-size:13px;color:#888;margin-top:8px}._pollTotalVotes_1vxyv_613{font-size:13px;color:#888;margin-top:10px}._emptyStateBox_1vxyv_618{display:flex;flex-direction:column;align-items:center;padding:48px 32px;background:#fff;border:1px solid #e8e8ed;border-radius:14px;max-width:480px}._emptyIcon_1vxyv_628{width:60px;height:60px;color:#ccc;margin-bottom:16px}._emptyStateBox_1vxyv_618 p{font-size:14px;color:#aaa;margin-bottom:18px;text-align:center}._emptyStateBtn_1vxyv_635{padding:9px 22px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}._speakerGrid_1vxyv_647{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-bottom:8px}._speakerCard_1vxyv_654{background:#fff;border:1px solid #e8e8ed;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;padding:10px;transition:transform .2s,box-shadow .2s}._speakerCard_1vxyv_654:hover{transform:translateY(-4px);box-shadow:0 12px 30px #5b4de81a}._speakerBanner_1vxyv_666{width:100%;height:110px;border-radius:12px;overflow:hidden;background:#f0eeff}._speakerBannerImg_1vxyv_673{width:100%;height:100%;object-fit:cover}._speakerBannerFallback_1vxyv_674{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._speakerPfpRow_1vxyv_676{display:flex;align-items:flex-end;justify-content:space-between;margin:-44px 0 12px 14px;position:relative;z-index:5}._speakerPfpWrap_1vxyv_685{width:88px;height:88px;border-radius:50%;border:4px solid #fff;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a}._speakerPfp_1vxyv_676{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerPfpPlaceholder_1vxyv_695{width:100%;height:100%;background:#f0eeff;color:#5b4de8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;border-radius:50%}._speakerMicTag_1vxyv_708{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(91,77,232,.15);border-radius:999px;font-size:12px;font-weight:600;color:#1a1a2e;margin-right:6px;margin-bottom:4px}._speakerCardBody_1vxyv_724{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}._speakerName_1vxyv_731{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:4px}._speakerSkills_1vxyv_737{font-size:13px;color:#888;margin-bottom:14px;flex:1}._speakerViewBtn_1vxyv_744{width:100%;padding:9px;background:#5b4de8;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;font-family:DM Sans,sans-serif}._speakerViewBtn_1vxyv_744:hover{background:#4a3dd6}._paginationRow_1vxyv_760{display:flex;justify-content:center;margin-top:24px}._loadMoreBtn_1vxyv_766{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;color:#444;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._loadMoreBtn_1vxyv_766:hover{border-color:#5b4de8;color:#5b4de8}._venueGrid_1vxyv_787{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}@media(max-width:768px){._venueGrid_1vxyv_787{grid-template-columns:1fr}}._venueCard_1vxyv_795{background:#fff;border:1px solid #e8e8ed;border-radius:14px;overflow:hidden}._venueCardImg_1vxyv_802{width:100%;height:130px;object-fit:cover;display:block}._venueCardBody_1vxyv_809{padding:16px}._venueCardTitle_1vxyv_810{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:8px}._venueCardAddr_1vxyv_811{font-size:13px;color:#666;line-height:1.6;margin-bottom:14px}._venueDirectionsBtn_1vxyv_813{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s}._venueDirectionsBtn_1vxyv_813:hover{background:#4a3dd6}._venueMapBox_1vxyv_830{border-radius:14px;overflow:hidden;height:280px;border:1px solid #e8e8ed}._venueMapIframe_1vxyv_837{width:100%;height:100%;border:none}._backLinkRow_1vxyv_846{padding:32px 0}._backLink_1vxyv_846{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;border:1px solid #e0e0e0;color:#555;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s}._backLink_1vxyv_846:hover{border-color:#5b4de8;color:#5b4de8;background:#f8f7ff}._siteFooter_1vxyv_867{background:#1a1a2e;padding:32px;margin-top:0}._siteFooterInner_1vxyv_873{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._footerLeft_1vxyv_881{display:flex;flex-direction:column;gap:6px}._footerSocial_1vxyv_882{display:flex;gap:10px;margin-bottom:4px}._footerSocial_1vxyv_882 a{font-size:20px;color:#aaa;text-decoration:none;transition:color .2s}._footerSocial_1vxyv_882 a:hover{color:#fff}._footerCopy_1vxyv_885{font-size:13px;color:#aaa}._footerPowered_1vxyv_886{font-size:12px;color:#666}._footerPowered_1vxyv_886 span{color:#5b4de8;font-weight:600}._modalOverlay_1vxyv_892{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_1vxyv_1 .2s ease}@keyframes _fadeIn_1vxyv_1{0%{opacity:0}to{opacity:1}}._modalCloseBtn_1vxyv_906{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid #e0e0e0;color:#333;font-size:16px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}._modalCloseBtn_1vxyv_906:hover{background:#fff;transform:scale(1.05)}._speakerModal_1vxyv_927{background:#fff;width:100%;max-width:560px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_1vxyv_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._speakerModalBanner_1vxyv_939{width:100%;height:180px;background:#f0eeff}._speakerModalBannerImg_1vxyv_940{width:100%;height:100%;object-fit:cover}._speakerModalBannerFallback_1vxyv_941{width:100%;height:100%;background:linear-gradient(135deg,#5b4de8,#8b5cf6)}._speakerModalBody_1vxyv_943{padding:0 28px 28px;display:flex;flex-direction:column;align-items:center;margin-top:-45px}._speakerModalPfpWrap_1vxyv_951{width:100px;height:100px;border-radius:50%;border:5px solid #fff;background:#fff;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:14px}._speakerModalPfp_1vxyv_951{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerModalPfpPlaceholder_1vxyv_962{width:100%;height:100%;background:#f0eeff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:600;color:#5b4de8}._speakerModalName_1vxyv_975{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:6px;text-align:center}._speakerModalSkills_1vxyv_983{display:inline-block;background:#f0eeff;color:#5b4de8;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:18px}._speakerModalBioBox_1vxyv_994{width:100%;background:#fafafa;border:1px solid #e8e8ed;border-radius:12px;padding:16px;text-align:left}._speakerModalBioBox_1vxyv_994 h4{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}._speakerModalBioBox_1vxyv_994 p{font-size:14px;color:#444;line-height:1.65;margin:0}._sponsorModal_1vxyv_1006{background:#fff;width:100%;max-width:680px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}._sponsorModalImgWrap_1vxyv_1017{width:100%;height:200px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #f0f0f0}._sponsorModalImgWrap_1vxyv_1017 img{max-width:100%;max-height:100%;object-fit:contain}._sponsorModalBody_1vxyv_1029{padding:20px 24px}._sponsorModalBadge_1vxyv_1030{display:inline-block;padding:3px 10px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:4px;margin-bottom:10px}._sponsorModalCompany_1vxyv_1041{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:8px}._sponsorModalDesc_1vxyv_1042{font-size:14px;color:#555;line-height:1.65}._sponsorModalLink_1vxyv_1044{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px;background:#5b4de8;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;margin-top:16px;transition:background .2s}._sponsorModalLink_1vxyv_1044:hover{background:#4a3dd6;text-decoration:none}._sponsorModalFooter_1vxyv_1062{padding:12px;border-top:1px solid #f0f0f0;text-align:center;background:#fafafa;font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.06em}._formModal_1vxyv_1074{background:#fff;width:100%;max-width:680px;max-height:90vh;border-radius:16px;position:relative;overflow-y:auto;box-shadow:0 24px 48px #0003;animation:_slideUp_1vxyv_1 .3s cubic-bezier(.16,1,.3,1)}._sectionLabelRow_b879p_2{margin-bottom:32px}._contentSection_b879p_6{padding:56px 0;border-bottom:1px solid #e8e8ed;width:75%;margin:0 auto}._sectionLabel_b879p_2{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_b879p_23{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_b879p_31{font-size:14px;color:#888}._emptyStateBox_b879p_40{display:flex;flex-direction:column;align-items:center;padding:48px 32px;background:#fff;border:1px solid #e8e8ed;border-radius:14px;max-width:480px}._emptyIcon_b879p_50{width:60px;height:60px;color:#ccc;margin-bottom:16px}._emptyStateBox_b879p_40 p{font-size:14px;color:#aaa;margin-bottom:18px;text-align:center}._emptyStateBtn_b879p_57{padding:9px 22px;background:#5b4de8;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}._speakerGrid_b879p_69{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-bottom:8px}._speakerCard_b879p_76{background:#fff;border:1px solid #e8e8ed;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;padding:10px;transition:transform .2s,box-shadow .2s}._speakerCard_b879p_76:hover{transform:translateY(-4px);box-shadow:0 12px 30px #5b4de81a}._speakerBanner_b879p_88{width:100%;aspect-ratio:3/1;border-radius:12px;overflow:hidden;background:#f0eeff}._speakerBannerImg_b879p_96{width:100%;height:100%;object-fit:cover}._speakerBannerFallback_b879p_97{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}._speakerPfpRow_b879p_99{display:flex;align-items:flex-end;justify-content:space-between;margin:-44px 0 12px 14px;position:relative;z-index:5}._speakerPfpWrap_b879p_108{width:88px;height:88px;border-radius:50%;border:4px solid #fff;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a}._speakerPfp_b879p_99{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerPfpPlaceholder_b879p_118{width:100%;height:100%;background:#f0eeff;color:#5b4de8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:600;border-radius:50%}._speakerMicTag_b879p_131{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(91,77,232,.15);border-radius:999px;font-size:12px;font-weight:600;color:#1a1a2e;margin-right:6px;margin-bottom:4px}._speakerCardBody_b879p_147{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}._speakerName_b879p_154{font-size:17px;font-weight:600;color:#1a1a2e;margin-bottom:4px}._speakerSkills_b879p_160{font-size:13px;color:#888;margin-bottom:14px;flex:1}._speakerViewBtn_b879p_167{width:100%;padding:9px;background:#5b4de8;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;font-family:DM Sans,sans-serif}._speakerViewBtn_b879p_167:hover{background:#4a3dd6}._paginationRow_b879p_183{display:flex;justify-content:center;margin-top:24px}._loadMoreBtn_b879p_189{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;color:#444;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}._loadMoreBtn_b879p_189:hover{border-color:#5b4de8;color:#5b4de8}._modalOverlay_b879p_211{position:fixed;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_b879p_1 .2s ease}@keyframes _fadeIn_b879p_1{0%{opacity:0}to{opacity:1}}._modalCloseBtn_b879p_225{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid #e0e0e0;color:#333;font-size:16px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}._modalCloseBtn_b879p_225:hover{background:#fff;transform:scale(1.05)}._speakerModal_b879p_246{background:#fff;width:100%;max-width:560px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 48px #0003;animation:_slideUp_b879p_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_b879p_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._speakerModalBanner_b879p_258{width:100%;height:180px;background:#f0eeff}._speakerModalBannerImg_b879p_259{width:100%;height:100%;object-fit:cover}._speakerModalBannerFallback_b879p_260{width:100%;height:100%;background:linear-gradient(135deg,#5b4de8,#8b5cf6)}._speakerModalBody_b879p_262{padding:0 28px 28px;display:flex;flex-direction:column;align-items:center;margin-top:-45px}._speakerModalPfpWrap_b879p_270{width:100px;height:100px;border-radius:50%;border:5px solid #fff;background:#fff;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:14px}._speakerModalPfp_b879p_270{width:100%;height:100%;object-fit:cover;border-radius:50%}._speakerModalPfpPlaceholder_b879p_281{width:100%;height:100%;background:#f0eeff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:600;color:#5b4de8}._speakerModalName_b879p_294{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:6px;text-align:center}._speakerModalSkills_b879p_302{display:inline-block;background:#f0eeff;color:#5b4de8;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:18px}._speakerModalBioBox_b879p_313{width:100%;background:#fafafa;border:1px solid #e8e8ed;border-radius:12px;padding:16px;text-align:left}._speakerModalBioBox_b879p_313 h4{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}._speakerModalBioBox_b879p_313 p{font-size:14px;color:#444;line-height:1.65;margin:0}._agendaTabsRow_3iu6i_4{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.theme-modern ._sectionTitle_3iu6i_11{color:#fff}.theme-modern ._sectionSub_3iu6i_12{color:#cbd5e1}.theme-modern ._sectionLabel_3iu6i_13{color:#ff7a18}._agendaTabBtn_3iu6i_15{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 14px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:13px;font-weight:600;color:#666;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;gap:2px}._agendaTabBtn_3iu6i_15:hover{border-color:#5b4de8;color:#5b4de8}._agendaTabBtnActive_3iu6i_35{background:#5b4de8!important;color:#fff!important;border-color:#5b4de8!important}._agendaBookmarkTabBtn_3iu6i_42{flex-direction:row;gap:8px;padding:10px 18px;font-size:14px}._agendaTabDate_3iu6i_49{font-size:11px;font-weight:400;opacity:.75;margin-top:1px}._agendaBody_3iu6i_57{background:#fff;border:1px solid #e8e8ed;border-radius:14px;padding:24px 20px;max-height:560px;overflow-y:auto}._agendaDayTitle_3iu6i_66{font-size:17px;font-weight:600;color:#5b4de8;margin-bottom:20px}._agendaEmpty_3iu6i_73{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:240px;padding:40px 20px;border-radius:22px;background:linear-gradient(135deg,#5b4de80f,#5b4de805);border:1px dashed rgba(91,77,232,.22)}._agendaEmptyIcon_3iu6i_94{font-size:54px;color:#5b4de8;margin-bottom:14px;display:flex;align-items:center;justify-content:center}._agendaEmptyTitle_3iu6i_103{font-size:22px;font-weight:700;color:#5b4de8;margin:0 0 8px;font-family:DM Sans,sans-serif}._agendaEmptySub_3iu6i_111{font-size:14px;color:#7c7c98;margin:0;line-height:1.6;max-width:320px}@media(max-width:768px){._agendaEmpty_3iu6i_73{min-height:200px;padding:32px 18px;border-radius:18px}._agendaEmptyIcon_3iu6i_94{font-size:42px;margin-bottom:12px}._agendaEmptyTitle_3iu6i_103{font-size:18px}._agendaEmptySub_3iu6i_111{font-size:13px}}._bookmarkBodyHeader_3iu6i_142{display:flex;align-items:center;gap:14px;margin-bottom:14px}._bookmarkBodyIconWrap_3iu6i_149{width:42px;height:42px;border-radius:12px;background:#eeecfb;display:flex;align-items:center;justify-content:center;flex-shrink:0}._bookmarkBodyIcon_3iu6i_149{color:#5b4de8}._bookmarkBodyTitle_3iu6i_164{font-size:18px;font-weight:700;color:#5b4de8;margin:0}._bookmarkBodyDivider_3iu6i_171{height:1px;background:#e8e8ed;margin-bottom:20px}._bookmarkEmptyState_3iu6i_178{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:12px}._bookmarkEmptyIconWrap_3iu6i_188{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}._bookmarkEmptyCircle_3iu6i_198{width:72px;height:72px;border-radius:50%;background:#eeecfb;display:flex;align-items:center;justify-content:center}._bookmarkEmptyIcon_3iu6i_188{color:#5b4de8}._bookmarkSparkle_3iu6i_212{position:absolute;font-size:11px;color:#c4bef5;line-height:1;-webkit-user-select:none;user-select:none}._bookmarkEmptyTitle_3iu6i_220{font-size:17px;font-weight:700;color:#1a1a2e;margin:0}._bookmarkEmptySub_3iu6i_227{font-size:14px;color:#94a3b8;margin:0;line-height:1.6}._trackGroup_3iu6i_235{margin-bottom:24px}._trackLabel_3iu6i_237{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:12px;padding-bottom:6px;border-bottom:1px dashed #e0e0e0}._sessionCard_3iu6i_249{border-radius:8px;padding:14px 16px;margin-bottom:10px;transition:box-shadow .2s}._sessionCard_3iu6i_249:hover{box-shadow:0 4px 12px #5b4de814}._sessionTime_3iu6i_258{font-size:12px;font-weight:600;color:#5b4de8;margin-bottom:4px}._sessionTitle_3iu6i_265{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:6px}._sessionTrackTag_3iu6i_272{display:inline-block;font-size:11px;background:#f0eeff;color:#5b4de8;padding:2px 8px;border-radius:4px;margin-bottom:6px}._sessionMeta_3iu6i_282{font-size:13px;color:#666;margin-bottom:4px}._sessionDesc_3iu6i_288{font-size:13px;color:#888;line-height:1.5;margin-top:4px}.theme-default ._agendaTabBtn_3iu6i_15{background:#fff;border:1px solid #e0e0e0;color:#666}.theme-default ._agendaTabBtnActive_3iu6i_35{background:#5b4de8;color:#fff}.theme-default ._agendaBody_3iu6i_57{background:#fff;border:1px solid #e8e8ed}.theme-default ._sessionCard_3iu6i_249{background:#fafafa;border:1px solid #efefef;border-left:3px solid #5B4DE8}.theme-default ._sessionTitle_3iu6i_265{color:#1a1a2e}.theme-default ._sessionMeta_3iu6i_282{color:#666}.theme-modern ._agendaTabBtn_3iu6i_15{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#cbd5e1}.theme-modern ._agendaTabBtnActive_3iu6i_35{background:linear-gradient(135deg,#ff4d4d,#ff7a18);color:#fff}.theme-modern ._agendaBody_3iu6i_57{background:#020617;border:1px solid rgba(255,255,255,.05)}.theme-modern ._trackLabel_3iu6i_237{color:#94a3b8;border-bottom:1px dashed rgba(255,255,255,.1)}.theme-modern ._sessionCard_3iu6i_249{background:#0f172a;border:1px solid rgba(255,255,255,.05);border-left:3px solid #ff4d4d}.theme-modern ._sessionCard_3iu6i_249:hover{box-shadow:0 10px 30px #00000080}.theme-modern ._sessionTitle_3iu6i_265{color:#fff}.theme-modern ._sessionMeta_3iu6i_282{color:#94a3b8}.theme-modern ._sessionDesc_3iu6i_288{color:#64748b}.theme-modern ._livePollCard_3iu6i_313{background:#020617;border:1px solid rgba(255,255,255,.05);color:#fff}.theme-modern ._pollBar_3iu6i_314{background:linear-gradient(90deg,#ff4d4d,#22c55e)}.theme-modern ._contentSection_3iu6i_315{background:#020617}.theme-modern ._bookmarkEmptyTitle_3iu6i_220{color:#f1f5f9}.theme-modern ._bookmarkBodyTitle_3iu6i_164{color:#a5b4fc}._upcomingPollsBox_3iu6i_320{margin-top:28px;padding:20px;background:#fffbea;border:1px solid #fde68a;border-radius:12px}._upcomingPollsTitle_3iu6i_327{font-size:15px;font-weight:600;color:#92400e;margin-bottom:12px}._upcomingPollCard_3iu6i_328{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border-radius:8px;margin-bottom:8px;font-size:13px;color:#555}._upcomingPollCard_3iu6i_328 strong{color:#1a1a2e}._livePollBox_3iu6i_341{margin-top:28px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}._livePollTitle_3iu6i_348{font-size:15px;font-weight:600;color:#dc2626;margin-bottom:14px}._livePollCard_3iu6i_313{padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:14px}._livePollQuestion_3iu6i_356{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:12px}._pollTimer_3iu6i_357{font-size:13px;font-weight:600;color:#f97316;margin-bottom:10px}._pollOption_3iu6i_358{margin-bottom:10px}._pollOptionRow_3iu6i_359{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333}._pollOptionRow_3iu6i_359 input{accent-color:#5B4DE8;width:15px;height:15px}._pollBarWrap_3iu6i_361{position:relative;background:#f3f4f6;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}._pollBar_3iu6i_314{height:100%;background:#5b4de8;border-radius:999px;transition:width .4s ease}._pollPct_3iu6i_363{display:block;text-align:right;font-size:11px;color:#888;margin-top:3px}._pollEnded_3iu6i_364{font-size:13px;color:#888;margin-top:8px}._pollTotalVotes_3iu6i_365{font-size:13px;color:#888;margin-top:10px}._contentSection_3iu6i_315{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px}._contentSection_3iu6i_315:last-child{border-bottom:none}._sectionGradient_3iu6i_375{width:75%;margin:0 auto}._sectionLabelRow_3iu6i_380{margin-bottom:32px}._sectionLabel_3iu6i_13{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_3iu6i_11{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_3iu6i_12{font-size:14px;color:#888}._contentSection_957mo_5{padding:70px 16px;border-bottom:1px solid #e8e8ed;background:#fff}._sectionGradient_957mo_11{width:75%;max-width:1280px;margin:0 auto}._venueRight_957mo_18{order:2}._venueLeft_957mo_22{order:1}._decorativeBlob_957mo_26{width:100%}._sectionHead_957mo_31{margin-top:40px}@media(max-width:768px){._venueGrid_957mo_38{display:flex;flex-direction:column;gap:0}._venueLeft_957mo_22{display:contents!important}._venueImageCard_957mo_49{order:1}._venueRight_957mo_18{order:2}._venueCard_957mo_59{order:3}}._sectionLabelRow_957mo_69{margin-bottom:40px}._sectionLabelRowww_957mo_74{margin-bottom:10px}._sectionLabel_957mo_69{font-size:11px;font-weight:600;color:#5b4de8;text-transform:uppercase;letter-spacing:2px}._sectionTitle_957mo_87{font-size:40px;font-weight:700;margin-top:8px;color:#111827;line-height:1.15}._sectionSub_957mo_95{font-size:15px;color:#6b7280;margin-top:8px;max-width:440px;line-height:1.7}._sectionSubbb_957mo_103{font-size:15px;color:#6b7280;max-width:440px;line-height:1.7}._venueGrid_957mo_38{display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:stretch}._venueLeft_957mo_22{display:flex;flex-direction:column;gap:16px}._venueRight_957mo_18{height:100%}._venueCard_957mo_59{background:#f9f9fb;border:.5px solid #ececf2;border-radius:20px;overflow:hidden}._venueCardBody_957mo_142{padding:40px 24px}._venueCardLabel_957mo_146{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#9ca3af;margin-bottom:12px}._venueCardTitle_957mo_155{font-size:17px;font-weight:600;color:#111827;margin-bottom:6px}._venueCardAddr_957mo_162{font-size:14px;line-height:1.8;color:#6b7280;margin-bottom:20px}._venuePillRow_957mo_173{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}._venuePill_957mo_173{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;padding:5px 10px;border-radius:20px;background:#fff;border:1px solid #e8e8ed;color:#6b7280}._venueDivider_957mo_197{height:1px;background:#ececf2;margin:4px 0 20px}._venueDirectionsBtn_957mo_207{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 18px;background:#5b4de8;color:#fff;border-radius:12px;text-decoration:none;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}._venueDirectionsBtn_957mo_207:hover{opacity:.88;transform:translateY(-1px)}._venueImageCard_957mo_49{position:relative;border-radius:20px;overflow:hidden;height:200px;border:.5px solid #ececf2}._venueCardImg_957mo_242{width:100%;height:100%;object-fit:cover;display:block}._venueImageOverlay_957mo_249{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;background:linear-gradient(transparent,#0000008c)}._venueImageCaption_957mo_258{font-size:12px;color:#ffffffd9;font-weight:500}._venueMapBox_957mo_268{position:relative;width:100%;height:100%;min-height:440px;border-radius:20px;overflow:hidden;border:.5px solid #ececf2;box-shadow:0 4px 20px #0000000a}._venueMapBadge_957mo_279{position:absolute;top:14px;left:14px;background:#fff;border:1px solid #e2e2ea;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;color:#111827;display:flex;align-items:center;gap:6px;z-index:2;box-shadow:0 2px 8px #00000014}._venueMapBadgeIcon_957mo_297{color:#5b4de8;font-size:14px}._venueMapIframe_957mo_302{width:100%;height:100%;border:none;display:block}.theme-modern ._contentSection_957mo_5{background:#020617;border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._sectionTitle_957mo_87{color:#fff}.theme-modern ._sectionSub_957mo_95{color:#94a3b8}.theme-modern ._sectionLabel_957mo_69{color:#ff7a18}.theme-modern ._venueCard_957mo_59{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._venueCardTitle_957mo_155{color:#fff}.theme-modern ._venueCardAddr_957mo_162{color:#cbd5e1}.theme-modern ._venueCardLabel_957mo_146{color:#475569}.theme-modern ._venuePill_957mo_173{background:#1e293b;border-color:#ffffff14;color:#94a3b8}.theme-modern ._venueDivider_957mo_197{background:#ffffff0f}.theme-modern ._venueImageCard_957mo_49{border-color:#ffffff0f}.theme-modern ._venueMapBox_957mo_268{border:1px solid rgba(255,255,255,.06)}.theme-modern ._venueMapBadge_957mo_279{background:#0f172a;border-color:#ffffff1a;color:#f1f5f9;box-shadow:0 2px 8px #0000004d}.theme-modern ._venueDirectionsBtn_957mo_207{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}@media(max-width:1100px){._venueGrid_957mo_38{grid-template-columns:1fr}._venueMapBox_957mo_268{min-height:420px}}@media(max-width:768px){._contentSection_957mo_5{padding:50px 14px}._sectionTitle_957mo_87{font-size:32px}._sectionSub_957mo_95,._sectionSubbb_957mo_103{font-size:14px}._venueCardBody_957mo_142{padding:20px}._venueMapBox_957mo_268{min-height:350px}._venueImageCard_957mo_49{height:200px}}@media(max-width:480px){._sectionTitle_957mo_87{font-size:26px}._venueCardTitle_957mo_155{font-size:16px}._venueCardAddr_957mo_162{font-size:14px}._venueMapBox_957mo_268{min-height:280px;border-radius:16px}._venueCard_957mo_59,._venueImageCard_957mo_49{border-radius:0}._sectionGradient_957mo_11{width:100%}._contentSection_957mo_5{padding:0}._venueMapBox_957mo_268{border-radius:0}._venueGrid_957mo_38,._venueLeft_957mo_22{gap:0px}._sectionLabelRow_957mo_69,._sectionLabelRowww_957mo_74{margin-left:53px}._venueCard_957mo_59{padding:20px}}._heroSection_wm64q_4{position:relative;background:linear-gradient(135deg,#eae8fc,#e8f0fd,#eae8fc);overflow:hidden}._heroGradient_wm64q_10{position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(91,77,232,.08) 0%,transparent 60%);pointer-events:none}._cancelledPill_wm64q_17{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;color:#dc2626;border:1px solid #fca5a5;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:12px}._heroInner_wm64q_31{margin:0 auto;display:flex;flex-direction:column-reverse;align-items:center;gap:28px}._heroLeft_wm64q_43{width:100%;max-width:100%;flex:0 0 100%;padding:56px 32px;max-width:1200px}._livePill_wm64q_52{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e0f2e9;color:#16a34a;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:16px}._liveDot_wm64q_66{width:7px;height:7px;background:#16a34a;border-radius:50%;animation:_pulse_wm64q_1 1.4s ease-in-out infinite}@keyframes _pulse_wm64q_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}._endedPill_wm64q_88{display:inline-block;background:#fff;border:1px solid #e5e7eb;color:#9ca3af;font-size:12px;font-weight:500;padding:5px 14px;border-radius:6px;margin-bottom:16px}._heroTitle_wm64q_101{font-family:"DM Serif Display",serif;font-size:42px;font-weight:400;color:#1a1a2e;line-height:1.18;margin-bottom:20px}._heroMeta_wm64q_111{display:flex;flex-direction:column;gap:9px;margin-bottom:28px}._heroMetaItem_wm64q_118{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a4a6a}._heroMetaIcon_wm64q_126{font-size:15px;color:#5b4de8;flex-shrink:0}._heroMetaSep_wm64q_132{color:#bbb;margin:0 2px}._heroBtnRow_wm64q_138{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}._heroRegisterBtn_wm64q_145{padding:8px 28px!important;background:#5b4de8;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._heroRegisterBtn_wm64q_145:hover{background:#4a3dd6;transform:translateY(-1px)}._heroRegisterBtnDisabled_wm64q_163{background:#d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important}._heroShareBtn_wm64q_170,._heroGalleryBtn_wm64q_171{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;color:#1a1a2e;border:1px solid #ddd;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;font-family:DM Sans,sans-serif}._heroShareBtn_wm64q_170:hover,._heroGalleryBtn_wm64q_171:hover{background:#f5f5f7;border-color:#bbb}._heroSocialRow_wm64q_194{display:flex;gap:8px;align-items:center;flex-wrap:wrap}._heroSocialBtn_wm64q_201{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:17px;text-decoration:none;transition:transform .15s,box-shadow .15s;flex-shrink:0}._heroSocialBtn_wm64q_201:hover{transform:scale(1.12);box-shadow:0 4px 10px #0000001a}._heroImageWrapper_wm64q_222{width:100%;aspect-ratio:3/1;overflow:hidden;flex-shrink:0;box-shadow:0 8px 32px #0000001f}._heroImage_wm64q_222{width:100%;height:100%;object-fit:fill}.theme-default ._heroSection_wm64q_4{background:linear-gradient(135deg,#eae8fc,#e8f0fd,#eae8fc)}.theme-default ._heroTitle_wm64q_101{color:#1a1a2e}.theme-default ._heroMetaItem_wm64q_118{color:#4a4a6a}.theme-default ._heroRegisterBtn_wm64q_145{background:#5b4de8}.theme-default ._heroShareBtn_wm64q_170,.theme-default ._heroGalleryBtn_wm64q_171{background:#fff;color:#1a1a2e}.theme-modern ._heroSection_wm64q_4{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_wm64q_101{color:#fff;font-size:48px}@media(max-width:900px){.theme-modern ._heroTitle_wm64q_101{font-size:32px}}@media(max-width:600px){.theme-modern ._heroTitle_wm64q_101{font-size:24px}}.theme-modern ._heroMetaItem_wm64q_118{color:#cbd5e1}.theme-modern ._heroRegisterBtn_wm64q_145{background:linear-gradient(135deg,#ff4d4d,#ff7a18);box-shadow:0 6px 20px #ff4d4d4d}.theme-modern ._heroShareBtn_wm64q_170,.theme-modern ._heroGalleryBtn_wm64q_171{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.theme-modern ._heroSocialBtn_wm64q_201{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.theme-modern ._heroSection_wm64q_4:before{content:"";position:absolute;width:500px;height:500px;background:#ffffff0a;border-radius:50%;top:-120px;left:-120px;filter:blur(50px)}.theme-modern ._heroSection_wm64q_4:after{content:"";position:absolute;width:400px;height:400px;background:#ffffff08;border-radius:50%;bottom:-100px;right:-100px;filter:blur(40px)}@keyframes _float_wm64q_1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.theme-modern ._heroSection_wm64q_4:before{animation:_float_wm64q_1 6s infinite ease-in-out}@media(max-width:900px){._heroInner_wm64q_31{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_wm64q_222{width:100%;aspect-ratio:3/1}._heroTitle_wm64q_101{font-size:30px}}@media(max-width:600px){._heroInner_wm64q_31{flex-direction:column-reverse;padding:40px 20px}._heroImageWrapper_wm64q_222{width:100%;aspect-ratio:3/1}._heroTitle_wm64q_101{font-size:24px}._heroRegisterBtn_wm64q_145{width:100%;height:50px;text-align:center;justify-content:center}}@media(max-width:480px){._heroInner_wm64q_31{flex-direction:column-reverse;padding:0}._heroLeft_wm64q_43{padding:0 40px}._heroImageWrapper_wm64q_222{width:100%;height:clamp(250px,50vw,600px);overflow:hidden;border-radius:0}._heroImage_wm64q_222{width:100%;height:100%;object-fit:fill}._heroTitle_wm64q_101{font-size:20px}._heroRegisterBtn_wm64q_145{width:50%;height:40px;padding:0!important;text-align:center;justify-content:center}}._contentSection_1j2p0_2{padding:56px 0;border-bottom:1px solid #e8e8ed;width:75%;margin:0 auto}._sectionLabelRow_1j2p0_10{margin-bottom:24px}._sectionLabel_1j2p0_10{font-size:12px;font-weight:600;color:#5b4de8;text-transform:uppercase}._sectionTitle_1j2p0_21{font-size:28px;font-weight:600}._sectionSub_1j2p0_26{font-size:14px;color:#888}._descriptionText_1j2p0_32{font-size:14px;color:#444;line-height:1.6}._readMoreBtn_1j2p0_39{margin-top:10px;background:none;border:none;color:#5b4de8;cursor:pointer;display:flex;align-items:center;gap:6px}._infoGrid_1j2p0_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:24px}._container_1j2p0_58{max-width:1200px;margin:0 auto;padding:0 24px}._infoGridCard_1j2p0_64{display:flex;gap:10px;background:#fff;padding:14px;border-radius:10px;border:1px solid #eee}._infoGridIcon_1j2p0_73{font-size:20px;color:#5b4de8}._infoGridLabel_1j2p0_78{font-size:12px;color:#888}._infoGridValue_1j2p0_83{font-size:14px;font-weight:500}._contentSection_lotfk_2{padding:56px 0;border-bottom:1px solid #e8e8ed;scroll-margin-top:70px;width:75%;margin:0 auto}._contentSection_lotfk_2:last-child{border-bottom:none}._becomeSponsorBtn_lotfk_12:disabled{opacity:.6;cursor:not-allowed}._sectionLabelRow_lotfk_17{margin-bottom:32px}._sectionLabel_lotfk_17{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5b4de8;margin-bottom:6px}._sectionTitle_lotfk_31{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;color:#1a1a2e;margin-bottom:4px}._sectionSub_lotfk_39{font-size:14px;color:#888}._sponsorTabsRow_lotfk_45{display:flex;gap:4px;padding:4px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;width:fit-content;margin:0 0 28px}._sponsorTab_lotfk_45{padding:8px 18px;background:transparent;border:none;border-radius:9px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:DM Sans,sans-serif;white-space:nowrap}._sponsorTab_lotfk_45:hover{color:#5b4de8;background:#5b4de80f}._sponsorTabActive_lotfk_75{background:#5b4de8!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px #5b4de840}._sponsorDropdown_lotfk_82{width:100%;max-width:280px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;background:#fff;color:#1a1a2e;margin-bottom:20px;font-family:DM Sans,sans-serif}._sponsorGrid_lotfk_97{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:32px}@media(max-width:640px){._sponsorGrid_lotfk_97{grid-template-columns:1fr 1fr;gap:12px}}._sponsorCard_lotfk_112{background:#fff;border:1px solid #e8e8ed;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}._sponsorCard_lotfk_112:hover{transform:translateY(-3px);box-shadow:0 8px 24px #5b4de81f}._sponsorImgWrap_lotfk_126{width:100%;height:160px;position:relative;overflow:hidden;background:#f8fafc;border-bottom:1px solid #f1f5f9}._sponsorImg_lotfk_126{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._sponsorCard_lotfk_112:hover ._sponsorImg_lotfk_126{transform:scale(1.03)}._sponsorOverlay_lotfk_146{position:absolute;inset:0;background:#5b4de8d1;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:13px;font-weight:600;opacity:0;transition:opacity .2s}._sponsorCard_lotfk_112:hover ._sponsorOverlay_lotfk_146{opacity:1}._sponsorCardBody_lotfk_165{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}._sponsorName_lotfk_172{font-size:14px;font-weight:700;color:#1a1a2e;line-height:1.3}._sponsorCategoryBadge_lotfk_179{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:600;border-radius:20px;background:#f0eeff;color:#5b4de8}.theme-modern ._sponsorCategoryBadge_lotfk_179{background:#ffffff14;color:#ff7a18}._sponsorTableSection_lotfk_198{padding:24px;background:#fafafa;border:1px solid #e8e8ed;border-radius:16px}._sponsorTableHeader_lotfk_205{display:flex;align-items:center;gap:12px;margin-bottom:18px}._sponsorTableIconWrap_lotfk_212{width:40px;height:40px;border-radius:10px;background:#eeecfb;display:flex;align-items:center;justify-content:center;flex-shrink:0}._sponsorTableIcon_lotfk_212{color:#5b4de8}._sponsorTableTitle_lotfk_227{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}._sponsorTableWrap_lotfk_234{overflow-x:auto;border-radius:10px;border:1px solid #e8e8ed;margin-bottom:18px}._sponsorTable_lotfk_198{width:100%;border-collapse:collapse;background:#fff}._sponsorTable_lotfk_198 th{padding:10px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;text-align:center;border-bottom:1px solid #e8e8ed;background:#fafafa;white-space:nowrap}._sponsorTable_lotfk_198 th:first-child{text-align:left}._sponsorTable_lotfk_198 td{padding:12px 14px;font-size:13px;color:#1a1a2e;text-align:center;border-bottom:1px solid #f4f4f4;vertical-align:middle}._sponsorTable_lotfk_198 tr:last-child td{border-bottom:none}._sponsorTableLabel_lotfk_275{text-align:left!important;font-weight:700;color:#374151;font-size:13px;background:#fafafa}._sponsorTablePrice_lotfk_283{font-size:15px;font-weight:700;color:#5b4de8}._sponsorTableDash_lotfk_289{color:#d1d5db;font-size:16px}._becomeSponsorBtn_lotfk_12{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#5b4de8;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:DM Sans,sans-serif}._becomeSponsorBtn_lotfk_12:hover{background:#4a3dd6;transform:translateY(-1px)}._modalOverlay_lotfk_315{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._sponsorModal_lotfk_327{width:100%;max-width:480px;background:#fff;border-radius:20px;overflow:hidden;position:relative;animation:_scaleIn_lotfk_1 .22s cubic-bezier(.34,1.56,.64,1);box-shadow:0 24px 60px #0f172a38}@keyframes _scaleIn_lotfk_1{0%{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}._modalCloseBtn_lotfk_349{position:absolute;top:14px;right:14px;border:1px solid #e2e8f0;background:#fff;border-radius:50%;width:34px;height:34px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:#64748b;z-index:2;transition:all .15s}._modalCloseBtn_lotfk_349:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}._sponsorModalImgWrap_lotfk_374{width:100%;height:200px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #f1f5f9}._sponsorModalImg_lotfk_374{width:100%;height:100%;object-fit:cover}._sponsorModalBody_lotfk_392{padding:20px 24px 16px;display:flex;flex-direction:column;gap:10px}._sponsorModalBadge_lotfk_399{display:inline-flex;align-items:center;gap:5px;width:fit-content;background:#5b4de8;color:#fff;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600}._sponsorModalCompany_lotfk_412{font-size:22px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}._sponsorModalDesc_lotfk_420{font-size:14px;color:#64748b;line-height:1.6;margin:0}._sponsorModalLink_lotfk_427{display:inline-flex;align-items:center;gap:7px;color:#5b4de8;font-weight:600;font-size:14px;text-decoration:none;width:fit-content;padding:6px 0;border-bottom:1.5px solid transparent;transition:border-color .15s}._sponsorModalLink_lotfk_427:hover{border-bottom-color:#5b4de8}._sponsorModalFooter_lotfk_445{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-top:1px solid #f1f5f9;background:#fafafa;font-size:13px;font-weight:500;color:#64748b}._sponsorModalFooterIcon_lotfk_458{color:#5b4de8}.theme-modern ._contentSection_lotfk_2{background:#020617}.theme-modern ._sectionTitle_lotfk_31{color:#fff}.theme-modern ._sectionSub_lotfk_39{color:#cbd5e1}.theme-modern ._sectionLabel_lotfk_17{color:#ff7a18}.theme-modern ._sponsorTabsRow_lotfk_45{background:#ffffff0d;border-color:#ffffff1a}.theme-modern ._sponsorTab_lotfk_45{color:#cbd5e1}.theme-modern ._sponsorTabActive_lotfk_75{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important}.theme-modern ._sponsorCard_lotfk_112{background:#0f172a;border-color:#ffffff14}.theme-modern ._sponsorName_lotfk_172{color:#f1f5f9}.theme-modern ._sponsorTableSection_lotfk_198{background:#0f172a;border-color:#ffffff14}.theme-modern ._sponsorTableTitle_lotfk_227{color:#f1f5f9}.theme-modern ._sponsorTable_lotfk_198{background:#0a0f1e}.theme-modern ._sponsorTable_lotfk_198 th{background:#0f172a;color:#64748b;border-color:#ffffff0f}.theme-modern ._sponsorTable_lotfk_198 td{color:#f1f5f9;border-color:#ffffff0a}.theme-modern ._sponsorTableLabel_lotfk_275{background:#0f172a;color:#94a3b8}.theme-modern ._sponsorTablePrice_lotfk_283{color:#ff7a18}._section_gv59g_2{padding:88px 48px;max-width:1200px;margin:0 auto}@media(max-width:768px){._section_gv59g_2{padding:60px 20px}}._header_gv59g_13{text-align:center;margin-bottom:52px}._eyebrow_gv59g_18{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6c63ff;background:#f0eeff;padding:5px 14px;border-radius:999px;margin-bottom:16px}._title_gv59g_31{font-size:42px;font-weight:800;color:#0f0f1a;letter-spacing:-.02em;margin:0 0 12px;line-height:1.15}._subtitle_gv59g_40{font-size:16px;color:#888;margin:0}@media(max-width:640px){._title_gv59g_31{font-size:28px}}._grid_gv59g_51{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}@media(max-width:900px){._grid_gv59g_51{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){._grid_gv59g_51{grid-template-columns:1fr}}._card_gv59g_62{border-radius:20px;overflow:hidden;background:#fff;border:1px solid #ebebeb;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}._card_gv59g_62:hover{transform:translateY(-4px);box-shadow:0 8px 28px #6c63ff1f}._imgWrap_gv59g_79{height:200px;position:relative;overflow:hidden;background:#f7f7fb;flex-shrink:0}._img_gv59g_79{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._card_gv59g_62:hover ._img_gv59g_79{transform:scale(1.04)}._imgFallback_gv59g_96{width:100%;height:100%;background:linear-gradient(135deg,#e0daff,#c7bfff);color:#6c63ff;font-size:52px;font-weight:800;display:flex;align-items:center;justify-content:center}._cardOverlay_gv59g_109{position:absolute;inset:0;background:#6c63ffbf;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;opacity:0;transition:opacity .22s}._card_gv59g_62:hover ._cardOverlay_gv59g_109{opacity:1}._cardBody_gv59g_126{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column;gap:8px}._cardName_gv59g_134{font-size:17px;font-weight:700;color:#0f0f1a;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._badge_gv59g_146{display:inline-block;background:#f0eeff;color:#6c63ff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;width:fit-content}._viewMoreRow_gv59g_158{display:flex;justify-content:center;margin-top:8px;margin-bottom:16px}._viewMoreBtn_gv59g_165{display:inline-flex;align-items:center;gap:8px;background:#0f0f1a;color:#fff;border:none;border-radius:999px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s,transform .15s;letter-spacing:-.01em}._viewMoreBtn_gv59g_165:hover{background:#2d1f6e;transform:translateY(-2px)}._tableSection_gv59g_187{margin-top:56px}._tableSectionHeader_gv59g_189{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}._tableTitle_gv59g_198{font-size:20px;font-weight:700;color:#0f0f1a;margin:0}._viewToggle_gv59g_206{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}._toggleBtn_gv59g_214{display:flex;align-items:center;gap:5px;padding:7px 14px;border:none;background:transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}._toggleBtn_gv59g_214:hover{background:#f3f4f6;color:#374151}._toggleActive_gv59g_231{background:#0f0f1a!important;color:#fff!important}._tableWrap_gv59g_237{overflow-x:auto;border-radius:16px;border:1px solid #eee}._table_gv59g_187{width:100%;border-collapse:collapse;min-width:420px}._table_gv59g_187 thead tr{background:#f8f7ff}._table_gv59g_187 th{padding:14px 20px;text-align:left;font-size:13px;font-weight:700;color:#555;border-bottom:1px solid #eee}._thInner_gv59g_260{display:flex;align-items:center;gap:7px}._thDot_gv59g_266{width:8px;height:8px;border-radius:50%;flex-shrink:0}._table_gv59g_187 td{padding:12px 20px;font-size:14px;color:#333;border-bottom:1px solid #f3f3f3}._table_gv59g_187 tbody tr:last-child td{border-bottom:none}._tableLabel_gv59g_282{font-weight:600;color:#666!important;font-size:13px!important}._price_gv59g_288{font-weight:700;color:#6c63ff}._priceRequest_gv59g_293{font-size:12px;color:#9ca3af;font-style:italic}._zonePill_gv59g_299{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}._floorPlan_gv59g_308{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px}._entranceRow_gv59g_315{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px}._entranceDoor_gv59g_323{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:2px solid #059669;border-radius:10px;padding:8px 22px;font-size:18px}._entranceLabel_gv59g_334{font-size:12px;font-weight:800;color:#059669;letter-spacing:2px}._entranceLine_gv59g_341{width:2px;height:22px;background:linear-gradient(to bottom,#059669,#d1d5db);border-radius:1px}._zoneBlock_gv59g_348{margin-bottom:28px}._zoneHead_gv59g_350{display:flex;align-items:center;justify-content:space-between;border-left:4px solid;padding-left:12px;margin-bottom:14px}._zoneHeadLabel_gv59g_359{font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}._zoneHeadCount_gv59g_366{font-size:12px;color:#9ca3af}._boothsRow_gv59g_371{display:flex;flex-wrap:wrap;gap:10px}._boothCard_gv59g_378{border:1.5px solid;border-radius:12px;padding:10px 12px;min-width:110px;max-width:145px;flex:1;cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative}._boothCard_gv59g_378:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000017}._boothFree_gv59g_395{background:#fff!important;border-color:#e5e7eb!important}._boothStallNum_gv59g_402{position:absolute;top:-1px;right:8px;font-size:9px;font-weight:700;padding:2px 6px;border-radius:0 0 6px 6px;letter-spacing:.5px;font-family:monospace;color:#fff}._boothTierTag_gv59g_415{font-size:9px;font-weight:700;letter-spacing:.8px;opacity:.65;margin-top:8px;margin-bottom:3px}._boothPackName_gv59g_424{font-size:12px;font-weight:700;line-height:1.3;margin-bottom:3px}._boothSize_gv59g_431{font-size:11px;color:#9ca3af;margin-bottom:6px}._boothAvail_gv59g_437{display:inline-block;font-size:10px;font-weight:600;color:#059669;background:#dcfce7;padding:2px 7px;border-radius:999px}._boothOccupantName_gv59g_447{font-size:11px;font-weight:600;color:#374151;background:#0000000f;padding:2px 7px;border-radius:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}._modalOverlay_gv59g_461{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_gv59g_1 .18s ease}@keyframes _fadeIn_gv59g_1{0%{opacity:0}to{opacity:1}}._modal_gv59g_461{background:#fff;border-radius:24px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #0000002e;animation:_slideUp_gv59g_1 .22s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes _slideUp_gv59g_1{0%{transform:translateY(24px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._modalClose_gv59g_495{position:absolute;top:14px;right:14px;z-index:10;background:#ffffffe6;border:1px solid #e5e7eb;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .15s;box-shadow:0 1px 4px #00000014}._modalClose_gv59g_495:hover{background:#f3f4f6}._modalImgWrap_gv59g_517{height:220px;background:#f7f7fb;overflow:hidden;position:relative}._modalImg_gv59g_517{width:100%;height:100%;object-fit:cover}._modalImgFallback_gv59g_530{width:100%;height:100%;background:linear-gradient(135deg,#e0daff,#c7bfff);color:#6c63ff;font-size:64px;font-weight:800;display:flex;align-items:center;justify-content:center}._boothModalBar_gv59g_543{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}._boothModalStallNum_gv59g_551{font-size:18px;font-weight:800;color:#fff;font-family:monospace;letter-spacing:1px}._boothModalTier_gv59g_559{font-size:12px;font-weight:700;color:#fffc;letter-spacing:1.5px}._modalBody_gv59g_567{padding:24px}._modalTopRow_gv59g_571{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._modalName_gv59g_578{font-size:22px;font-weight:800;color:#0f0f1a;margin:0 0 10px;letter-spacing:-.01em}._modalDesc_gv59g_586{font-size:14px;color:#555;line-height:1.6;margin:0 0 16px}._modalDescEmpty_gv59g_593{font-size:13px;color:#bbb;font-style:italic;margin:0 0 16px}._modalLinks_gv59g_600{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}._modalLink_gv59g_600{display:inline-flex;align-items:center;gap:5px;background:#f0eeff;color:#6c63ff;font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;text-decoration:none;transition:background .15s}._modalLink_gv59g_600:hover{background:#e0daff}._boothDetailGrid_gv59g_624{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}._boothDetailItem_gv59g_631{background:#f9fafb;border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;gap:4px}._boothDetailKey_gv59g_640{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:0}._boothDetailVal_gv59g_649{font-size:14px;font-weight:600;color:#111827}._boothOccupantCard_gv59g_655{background:#fef3c7;border-radius:10px;padding:12px 14px;margin-bottom:16px}._boothOccupantCardName_gv59g_662{font-size:15px;font-weight:700;color:#92400e;margin:0}._applyBoothBtn_gv59g_669{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;color:#fff;border:none;border-radius:12px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .18s,transform .15s;margin-top:4px}._applyBoothBtn_gv59g_669:hover{opacity:.88;transform:translateY(-1px)}._legendItem_gv59g_690{display:inline-flex;align-items:center;gap:8px;margin-right:16px}._entranceDoor_gv59g_323{display:inline-flex;align-items:center;gap:8px}._boothModalStallNum_gv59g_551{display:inline-flex;align-items:center;gap:8px;font-weight:700}._boothDetailVal_gv59g_649{display:inline-flex;align-items:center;gap:6px}._boothStatusSelected_gv59g_716{display:inline-flex;align-items:center;gap:6px;color:#065f46;font-weight:600}._root_8sebu_4{font-family:Inter,sans-serif;background:#f7f7fb;min-height:50vh;color:#111827}._hero_8sebu_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 24px 17px;text-align:center}._heroEyebrow_8sebu_17{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:12px}._heroTitle_8sebu_25{font-size:clamp(34px,5vw,54px);font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:8px}._heroSub_8sebu_32{font-size:15px;color:#fff;margin-bottom:36px}._body_8sebu_39{max-width:980px;margin:0 auto;padding:0 24px 80px}._tabsWrap_8sebu_46{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10;box-shadow:0 1px 4px #0000000d}._tabsRow_8sebu_54{display:flex;align-items:stretch;max-width:980px;margin:0 auto;padding:0 24px;overflow-x:auto;gap:0;scrollbar-width:none;-ms-overflow-style:none}._tabsRow_8sebu_54::-webkit-scrollbar{display:none}._tab_8sebu_46{padding:14px 22px 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;line-height:1.3;text-align:center;border-radius:0}._tab_8sebu_46:hover{color:#4f46e5;background:#f5f3ff}._tabLabel_8sebu_89{display:block;font-size:13px;font-weight:600}._tabSub_8sebu_94{display:block;font-size:11px;font-weight:400;color:#9ca3af;margin-top:2px}._tab_8sebu_46._active_8sebu_101{color:#4f46e5;border-bottom-color:#4f46e5;background:#f5f3ff}._tab_8sebu_46._active_8sebu_101 ._tabLabel_8sebu_89{font-weight:700}._tab_8sebu_46._active_8sebu_101 ._tabSub_8sebu_94{color:#818cf8}._tabDivider_8sebu_112{width:1px;background:#e5e7eb;margin:10px 12px;flex-shrink:0}.theme-modern ._sessions_8sebu_120{background:transparent;border:none}.theme-modern ._sessionRow_8sebu_125{background:linear-gradient(135deg,#0f172a,#020617);border:1px solid rgba(255,255,255,.06);border-radius:12px;margin-bottom:14px}.theme-modern ._sessionRow_8sebu_125:hover{background:#0f172a}.theme-modern ._sessionTitle_8sebu_135{color:#fff}.theme-modern ._sessionTime_8sebu_139{color:#f97316}.theme-modern ._sessionEndtime_8sebu_143{color:#64748b}.theme-modern ._metaPill_8sebu_147{background:#ffffff0d;border:none;color:#cbd5e1}._sessionRow_8sebu_125{display:grid;grid-template-columns:100px 52px 1fr;align-items:start;padding:22px 24px;border-bottom:1px solid #f3f4f6;transition:background .12s;gap:0}._sessionRow_8sebu_125:last-child{border-bottom:none}._sessionRow_8sebu_125:hover{background:#fafafa}._sessionTimeBlock_8sebu_167{padding-top:8px}._sessionTime_8sebu_139{font-size:13px;font-weight:600;color:#374151;white-space:nowrap;line-height:1}._sessionEndtime_8sebu_143{font-size:11px;font-weight:400;color:#9ca3af;margin-top:4px}._sessionIconWrap_8sebu_183{display:flex;justify-content:center;padding-top:4px}._sessionIcon_8sebu_183{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;border:1px solid transparent}._sessionContent_8sebu_199{padding-left:14px}._sessionHeader_8sebu_202{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}._sessionTitle_8sebu_135{font-size:15px;font-weight:600;color:#111827;line-height:1.4}._typeBadge_8sebu_215{flex-shrink:0;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:capitalize;margin-top:2px}._sessionMeta_8sebu_224{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._metaPill_8sebu_147{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6b7280;font-weight:500;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;line-height:1}._venueBtn_8sebu_243{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:4px 10px;cursor:pointer;text-decoration:none;transition:background .15s;line-height:1;font-family:Inter,sans-serif}._venueBtn_8sebu_243:hover{background:#e0e7ff}._venueBtn_8sebu_243 svg{width:11px;height:11px;flex-shrink:0}._durationTag_8sebu_268{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#9ca3af;padding:2px 0}._dot_8sebu_277{width:3px;height:3px;border-radius:50%;background:#d1d5db;flex-shrink:0}._empty_8sebu_286{text-align:center;padding:64px 24px;color:#9ca3af;font-size:14px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-top:24px}._emptyIcon_8sebu_296{font-size:36px;display:block;margin-bottom:12px}._emptyTitle_8sebu_301{font-size:16px;font-weight:600;color:#374151;margin-bottom:6px}._fileBlock_8sebu_309{margin-top:24px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;overflow:hidden}._fileLabel_8sebu_316{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}._pdfScrollArea_8sebu_329{max-height:88vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:#f3f4f6}._pdfScrollArea_8sebu_329::-webkit-scrollbar{width:5px}._pdfScrollArea_8sebu_329::-webkit-scrollbar-track{background:#f3f4f6}._pdfScrollArea_8sebu_329::-webkit-scrollbar-thumb{background:#c4c9d4;border-radius:3px}._pdfScrollArea_8sebu_329::-webkit-scrollbar-thumb:hover{background:#9ca3af}._imageEmbed_8sebu_350{width:100%;display:block;object-fit:contain;max-height:900px}._pdfContainer_8sebu_358{padding:16px 16px 8px;background:#f3f4f6}._pdfLoading_8sebu_362{text-align:center;padding:48px 24px;color:#6b7280;font-size:14px}._pdfSpinner_8sebu_368{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:_spin_8sebu_1 .7s linear infinite;margin:0 auto 12px}@keyframes _spin_8sebu_1{to{transform:rotate(360deg)}}._pdfError_8sebu_380{text-align:center;padding:48px 24px;color:#ef4444;font-size:14px}._pdfPageCount_8sebu_386{text-align:center;font-size:11px;color:#9ca3af;padding:4px 0 8px}@media(max-width:560px){._sessionRow_8sebu_125{grid-template-columns:80px 40px 1fr;padding:16px}._sessionTime_8sebu_139{font-size:11px}._sessionTitle_8sebu_135{font-size:14px}._hero_8sebu_12{padding:52px 16px 44px}._body_8sebu_39{padding:0 0 60px}._tabsRow_8sebu_54{padding:0 16px}._pdfScrollArea_8sebu_329{max-height:70vh}}.theme-modern ._root_8sebu_4{background:#020617;color:#e2e8f0}.theme-modern ._hero_8sebu_12{background:linear-gradient(135deg,#020617,#0f172a)}.theme-modern ._tabsWrap_8sebu_46{background:#020617;border-bottom:1px solid rgba(255,255,255,.08)}.theme-modern ._tab_8sebu_46{color:#94a3b8}.theme-modern ._tab_8sebu_46._active_8sebu_101{color:#fff;border-bottom-color:#ff4d4d;background:transparent}._root_icwvr_4{font-family:Inter,sans-serif;background:#f5f6fa;min-height:100vh;color:#111827}._hero_icwvr_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 32px 50px;text-align:center}._heroEyebrow_icwvr_23{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:12px}._heroTitle_icwvr_31{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:10px}._heroSub_icwvr_38{font-size:15px;color:#ffffffb3}._body_icwvr_44{max-width:1180px;margin:0 auto;padding:52px 28px 80px}._grid_icwvr_49{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;align-items:start}._card_icwvr_57{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:visible;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}._card_icwvr_57:hover{box-shadow:0 8px 32px #4f46e521;transform:translateY(-3px)}._cardTop_icwvr_70{position:relative;width:100%;height:100%;aspect-ratio:3/1;border-radius:16px 16px 0 0;overflow:hidden}._bannerImg_icwvr_80{width:100%;height:100%;object-fit:cover}._bannerGradient_icwvr_86{width:100%;height:100%}._badge_icwvr_90{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:5px;background:#fffffff2;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;color:#4338ca;z-index:3;border:1px solid rgba(255,255,255,.5);line-height:1}._avatarAnchor_icwvr_107{position:relative;height:0;z-index:5}._avatarCircle_icwvr_112,._avatarInitials_icwvr_113{position:absolute;top:-30px;left:16px;width:60px;height:60px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 10px #00000024}._avatarCircle_icwvr_112{object-fit:cover;display:block;background:#e0e7ff}._avatarInitials_icwvr_113{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff}._cardBody_icwvr_136{padding:42px 16px 16px;display:flex;flex-direction:column;flex:1}._name_icwvr_142{font-size:14px;font-weight:700;color:#111827;margin-bottom:5px;line-height:1.3}._designation_icwvr_149{font-size:12px;color:#6b7280;font-weight:400;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._spacer_icwvr_160{min-height:8px}._viewBtn_icwvr_163{display:block;width:100%;padding:10px;border-radius:8px;background:#5b4de8;color:#fff;font-size:13px;font-weight:600;font-family:Inter,sans-serif;text-align:center;cursor:pointer;border:none;transition:opacity .15s,transform .15s;margin-top:14px}._viewBtn_icwvr_163:hover{opacity:.88;transform:translateY(-1px)}._empty_icwvr_185{text-align:center;padding:80px 24px;color:#9ca3af}._emptyIcon_icwvr_190{font-size:40px;display:block;margin-bottom:14px}._emptyTitle_icwvr_195{font-size:18px;font-weight:700;color:#374151;margin-bottom:6px}._backdrop_icwvr_203{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:_fadeIn_icwvr_1 .18s ease}@keyframes _fadeIn_icwvr_1{0%{opacity:0}to{opacity:1}}._box_icwvr_225{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative;animation:_slideUp_icwvr_1 .22s ease;box-shadow:0 24px 64px #00000038}@keyframes _slideUp_icwvr_1{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._modalBanner_icwvr_247{position:relative;width:100%;aspect-ratio:3/1;border-radius:20px 20px 0 0;overflow:hidden}._modalBannerImg_icwvr_254{width:100%;height:100%;object-fit:cover}._modalBannerGradient_icwvr_260{width:100%;height:100%}._closeBtn_icwvr_265{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;box-shadow:0 2px 8px #00000024;transition:background .15s;z-index:10}._closeBtn_icwvr_265:hover{background:#fff}._modalAvatarWrap_icwvr_287{display:flex;justify-content:center;margin-top:-52px;position:relative;z-index:5}._modalAvatar_icwvr_287{width:100px;height:100px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 16px #00000029;object-fit:cover;display:block;background:#e0e7ff}._modalAvatarInitials_icwvr_304{display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff}._modalBody_icwvr_313{padding:16px 28px 28px;text-align:center}._modalName_icwvr_317{font-size:22px;font-weight:800;color:#111827;margin-bottom:10px}._designationPill_icwvr_323{display:inline-block;background:#eef2ff;color:#4338ca;font-size:13px;font-weight:600;border-radius:20px;padding:4px 14px;margin-bottom:20px}._about_icwvr_333{background:#f9fafb;border-radius:12px;padding:16px 18px;text-align:left;margin-top:4px}._aboutLabel_icwvr_340{font-size:10px;font-weight:700;letter-spacing:.14em;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}._aboutText_icwvr_348{font-size:14px;color:#374151;line-height:1.65}.theme-modern ._root_icwvr_4{background:#020617}.theme-modern ._hero_icwvr_12{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_icwvr_31{color:#fff}.theme-modern ._heroSub_icwvr_38{color:#cbd5e1}.theme-modern ._heroEyebrow_icwvr_23{color:#ff7a18}.theme-modern ._card_icwvr_57{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._name_icwvr_142{color:#fff}.theme-modern ._designation_icwvr_149{color:#94a3b8}.theme-modern ._viewBtn_icwvr_163{background:linear-gradient(135deg,#ff4d4d,#ff7a18);color:#fff}.theme-modern ._emptyTitle_icwvr_195{color:#fff}.theme-modern ._empty_icwvr_185{color:#94a3b8}.theme-modern ._box_icwvr_225{background:#020617}.theme-modern ._modalName_icwvr_317{color:#fff}.theme-modern ._aboutText_icwvr_348{color:#cbd5e1}.theme-modern ._designationPill_icwvr_323{background:#ffffff14;color:#ff7a18}@media(max-width:560px){._body_icwvr_44{padding:32px 16px 60px}._grid_icwvr_49{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:16px}._hero_icwvr_12{padding:52px 16px 44px}._cardTop_icwvr_70{height:85px}._avatarCircle_icwvr_112,._avatarInitials_icwvr_113{width:50px;height:50px;top:-25px;font-size:16px}._cardBody_icwvr_136{padding:36px 14px 14px}._name_icwvr_142{font-size:13px}._box_icwvr_225{border-radius:16px}._modalBanner_icwvr_247{height:130px;border-radius:16px 16px 0 0}._modalBody_icwvr_313{padding:12px 18px 22px}._modalName_icwvr_317{font-size:18px}._modalAvatar_icwvr_287{width:80px;height:80px}._modalAvatarWrap_icwvr_287{margin-top:-40px}}._heroBanner_dp4y3_4{position:relative;width:100%;height:320px;overflow:hidden}._heroBannerImg_dp4y3_11{width:100%;height:100%;object-fit:cover;object-position:center;display:block}._heroBannerOverlay_dp4y3_19{position:absolute;inset:0;background:linear-gradient(to bottom,#0f0a1e40,#0f0a1ea6)}._heroBannerContent_dp4y3_27{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 32px;gap:8px}._heroBannerEyebrow_dp4y3_39{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin:0}._heroBannerTitle_dp4y3_48{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(22px,4vw,38px);font-weight:400;color:#fff;margin:0;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.3)}._heroBannerAddress_dp4y3_58{font-size:14px;color:#ffffffd1;margin:2px 0 12px;max-width:560px;line-height:1.5}._heroDirectionsBtn_dp4y3_66{display:inline-flex;align-items:center;gap:7px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#fff;background:#e87722;border-radius:100px;padding:9px 20px;text-decoration:none;transition:background .15s,transform .1s;letter-spacing:.01em}._heroDirectionsBtn_dp4y3_66:hover{background:#c9651a;transform:translateY(-1px)}._heroPlaceholder_dp4y3_88{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:56px 32px 48px;text-align:center}._heroPlaceholderTitle_dp4y3_94{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(24px,4vw,32px);font-weight:400;color:#ffffffd9;margin:8px 0 0;line-height:1.1}._wrapper_dp4y3_104{width:100%;background:#fff;font-family:Inter,sans-serif}._body_dp4y3_110{padding:60px 20px}._inner_dp4y3_114{max-width:1180px;margin:0 auto}._sectionHead_dp4y3_120{margin-bottom:30px}._sectionTitle_dp4y3_124{font-size:42px;font-weight:700;color:#18181b;margin-bottom:8px;line-height:1.1}._sectionSub_dp4y3_132{font-size:16px;color:#7c7c88;line-height:1.6}._layout_dp4y3_142{display:grid;grid-template-columns:360px 1fr;gap:24px;align-items:stretch}._leftColumn_dp4y3_153{display:flex;flex-direction:column;gap:18px}._venueImageCard_dp4y3_163{position:relative;overflow:hidden;height:220px;border-radius:26px;background:#f3f3f3;box-shadow:0 4px 24px #00000014}._venueCardImg_dp4y3_177{width:100%;height:100%;object-fit:cover;display:block}._addressCard_dp4y3_188{background:#f8f8fc;border-radius:26px;padding:28px;border:1px solid #ececf3;display:flex;flex-direction:column;gap:22px}._addressIcon_dp4y3_202{width:58px;height:58px;border-radius:18px;background:#624aff14;color:#624aff;display:flex;align-items:center;justify-content:center}._addressLabel_dp4y3_217{font-size:13px;font-weight:700;letter-spacing:.18em;color:#9a9aaa;margin-bottom:16px}._venueAddress_dp4y3_228{font-size:18px;line-height:1.8;color:#18181b;font-weight:500}._addressActions_dp4y3_239{margin-top:8px}._directionsBtn_dp4y3_243{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 20px;border-radius:14px;background:linear-gradient(135deg,#6d5dfc,#5a46f0);color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s ease;box-shadow:0 10px 20px #624aff40}._directionsBtn_dp4y3_243:hover{transform:translateY(-2px);box-shadow:0 14px 28px #624aff52}._mapWrapper_dp4y3_281{position:relative;min-height:100%;overflow:hidden;border-radius:26px;background:#f3f3f3;box-shadow:0 4px 24px #00000014}._mapWrapper_dp4y3_281 iframe{position:absolute;inset:0;width:100%;height:100%;border:none}@media(max-width:900px){._layout_dp4y3_142{display:flex;flex-direction:column}._venueImageCard_dp4y3_163{order:1}._mapWrapper_dp4y3_281{order:2;min-height:420px}._addressCard_dp4y3_188{order:3}._leftColumn_dp4y3_153{display:contents}}@media(max-width:600px){._body_dp4y3_110{padding:40px 16px}._sectionTitle_dp4y3_124{font-size:32px}._sectionSub_dp4y3_132{font-size:14px}._venueImageCard_dp4y3_163{height:190px;border-radius:20px}._addressCard_dp4y3_188{border-radius:20px;padding:22px}._mapWrapper_dp4y3_281{min-height:320px;border-radius:20px}._venueAddress_dp4y3_228{font-size:15px}._directionsBtn_dp4y3_243{padding:14px;font-size:14px}}._wrapper_5ayo8_4{width:100%;min-height:100dvh;position:relative;display:flex;align-items:center;overflow:hidden}._bgImage_5ayo8_16{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._overlay_5ayo8_27{position:absolute;inset:0;background:linear-gradient(to right,#000000a6,#00000059 40%,#0003)}._container_5ayo8_41{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:2}._title_5ayo8_52,._subtext_5ayo8_53,._desc_5ayo8_54,._featureItem_5ayo8_55,._actions_5ayo8_56{opacity:0;transform:translateY(40px);transition:all .6s ease}._show_5ayo8_63{opacity:1;transform:translateY(0)}._title_5ayo8_52{font-size:clamp(32px,5vw,64px);font-weight:700;color:#fff;line-height:1.1}._gradient_5ayo8_79{background:linear-gradient(90deg,#1a9fd4,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtext_5ayo8_53{margin-top:2%;font-size:clamp(16px,1.6vw,20px);color:#e5e7eb}._desc_5ayo8_54{margin-top:1.5%;font-size:clamp(14px,1.2vw,16px);color:#d1d5db;max-width:60%}._features_5ayo8_107{margin-top:3%;display:flex;gap:3%;flex-wrap:wrap}._featureItem_5ayo8_55{display:flex;gap:12px;align-items:flex-start;max-width:260px}._icon_5ayo8_123{width:40px;height:40px;background:#1a9fd433;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a9fd4;flex-shrink:0}._featureItem_5ayo8_55 h4{color:#fff;font-size:15px;margin-bottom:4px}._featureItem_5ayo8_55 p{color:#d1d5db;font-size:13px}._actions_5ayo8_56{margin-top:4%;display:flex;align-items:center;gap:24px;flex-wrap:wrap}._btn_5ayo8_159{padding:.9em 1.8em;background:#1a9fd4;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}._btn_5ayo8_159:hover{background:#0ea5e9;transform:translateY(-1px)}._link_5ayo8_177{color:#fff;font-size:14px;font-weight:500;cursor:pointer;position:relative;opacity:.85;transition:all .3s ease}._link_5ayo8_177:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:1px;background:#fff;transition:width .3s ease}._link_5ayo8_177:hover{opacity:1}._link_5ayo8_177:hover:after{width:100%}@media(max-width:1024px){._title_5ayo8_52{font-size:clamp(28px,5vw,48px)}._desc_5ayo8_54{max-width:80%}._features_5ayo8_107{gap:4%}}@media(max-width:768px){._desc_5ayo8_54{max-width:100%}._features_5ayo8_107{flex-direction:column;gap:16px}._actions_5ayo8_56{flex-direction:column;align-items:flex-start;gap:16px}}@media(max-width:600px){._wrapper_5ayo8_4{min-height:90vh}._title_5ayo8_52{font-size:clamp(24px,6vw,36px)}._subtext_5ayo8_53{font-size:14px}._desc_5ayo8_54{font-size:13px}}@media(max-width:480px){._container_5ayo8_41{width:92%}._title_5ayo8_52{line-height:1.2}._btn_5ayo8_159{width:fit-content}}._wrapper_1huq6_4{width:100%;background:#fff;padding:4% 0}._container_1huq6_13{width:90%;max-width:900px;margin:0 auto}._centerWrap_1huq6_22{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}._blurText_1huq6_33{max-width:850px;font-size:clamp(18px,2vw,26px);line-height:1.6;color:#111827;margin:0 auto}._fade_1huq6_44{opacity:0;transform:translateY(30px);transition:all .6s ease}._show_1huq6_50{opacity:1;transform:translateY(0)}@media(max-width:1024px){._blurText_1huq6_33{max-width:700px;font-size:clamp(16px,2.2vw,22px)}}@media(max-width:768px){._wrapper_1huq6_4{padding:6% 0}._blurText_1huq6_33{max-width:100%;font-size:clamp(15px,2.5vw,20px);line-height:1.5}}@media(max-width:600px){._container_1huq6_13{width:92%}._blurText_1huq6_33{font-size:clamp(14px,3vw,18px)}}@media(max-width:480px){._blurText_1huq6_33{font-size:14px;line-height:1.4}}._blurText_1huq6_33{width:100%;max-width:850px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;text-align:center;font-size:clamp(18px,2vw,26px);line-height:1.6;color:#111827}._highlightWord_1huq6_117{color:#1a9fd4;font-weight:600}._wrapper_xr902_4{width:100%;padding:5% 0;background:#fff}._container_xr902_13{width:90%;max-width:1100px;margin:0 auto}._title_xr902_22{text-align:center;font-size:clamp(22px,2.5vw,32px);color:#111827;margin-bottom:3%}._title_xr902_22 span{color:#1a9fd4}._grid_xr902_36{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._card_xr902_45{padding:1.5em;background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:8px;height:200px;opacity:0;transform:translateY(40px);transition:all .5s ease}._card_xr902_45._show_xr902_63{opacity:1;transform:translateY(0)}._icon_xr902_71{height:34px;width:fit-content;padding:8px;background:#1a9fd426;border-radius:6px;color:#1a9fd4}._card_xr902_45 h4{font-size:clamp(15px,1.3vw,18px);color:#111827}._card_xr902_45 p{font-size:clamp(13px,1.1vw,14px);color:#6b7280;line-height:1.5}._card_xr902_45:hover{transform:translateY(-4px);background:#fff;box-shadow:0 8px 20px #0000000d}@media(max-width:1024px){._grid_xr902_36{gap:2rem}}@media(max-width:768px){._grid_xr902_36{gap:1.2rem}}@media(max-width:600px){._container_xr902_13{width:92%}._card_xr902_45{height:auto}}@media(max-width:480px){._grid_xr902_36{grid-template-columns:1fr}._card_xr902_45{padding:1.2em}}._wrapper_1ki6j_4{width:100%;padding:6% 0;background:#fff}._container_1ki6j_13{width:90%;max-width:1200px;margin:0 auto}._top_1ki6j_22{display:flex;justify-content:space-between;align-items:flex-start;gap:4%;margin-bottom:4%}._title_1ki6j_31{font-size:clamp(28px,4vw,52px);color:#111827;line-height:1.1}._title_1ki6j_31 span{color:#1a9fd4}._right_1ki6j_42{max-width:400px}._right_1ki6j_42 p{font-size:14px;color:#6b7280;margin-bottom:12px}._cta_1ki6j_53{padding:.6em 1.4em;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .3s ease}._cta_1ki6j_53:hover{background:#111827;color:#fff}._grid_1ki6j_70{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #e5e7eb}._card_1ki6j_79{padding:1.8em 1.2em;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;min-height:220px;opacity:0;transform:translateY(40px);transition:all .6s ease}._card_1ki6j_79:last-child{border-right:none}._card_1ki6j_79._show_1ki6j_100{opacity:1;transform:translateY(0)}._index_1ki6j_106{font-size:12px;color:#9ca3af}._icon_1ki6j_112{color:#111827}._card_1ki6j_79 h4{font-size:16px;color:#111827}._card_1ki6j_79 p{font-size:13px;color:#6b7280;line-height:1.5}@media(max-width:1024px){._grid_1ki6j_70{grid-template-columns:repeat(3,1fr)}._card_1ki6j_79{border-right:none;border-bottom:1px solid #e5e7eb}}@media(max-width:768px){._top_1ki6j_22{flex-direction:column;gap:20px}._grid_1ki6j_70{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._container_1ki6j_13{width:92%}._grid_1ki6j_70{grid-template-columns:1fr}}@media(max-width:480px){._title_1ki6j_31{font-size:clamp(22px,5vw,32px)}}._wrapper_xot9z_1{width:100%;padding:6rem 0;background:#fff;overflow-x:hidden}._container_xot9z_9{width:90%;max-width:1200px;margin:0 auto}._header_xot9z_16{text-align:center;margin-bottom:4rem}._title_xot9z_21{font-size:clamp(24px,3vw,36px);color:#111827;margin-bottom:.5rem}._subtitle_xot9z_27{font-size:clamp(14px,1.2vw,16px);color:#6b7280}._steps_xot9z_33{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;position:relative}._step_xot9z_33{flex:1;position:relative;opacity:0;transform:translateY(40px);transition:all .6s ease}._show_xot9z_51{opacity:1;transform:translateY(0)}._top_xot9z_57{display:flex;align-items:center;margin-bottom:1rem}._number_xot9z_64{font-size:2rem;font-weight:600;color:#1a9fd4;min-width:60px}._line_xot9z_72{flex:1;height:2px;background:#1a9fd4;opacity:.3;margin-left:1rem}._text_xot9z_81{font-size:clamp(14px,1.2vw,16px);color:#111827;max-width:220px}@media(max-width:1024px){._steps_xot9z_33{gap:1.5rem}._number_xot9z_64{font-size:1.8rem}}@media(max-width:789px){._steps_xot9z_33{flex-direction:column;gap:2rem}._top_xot9z_57{align-items:center}._line_xot9z_72{display:none}._step_xot9z_33{display:flex;gap:1rem;align-items:flex-start}._text_xot9z_81{max-width:100%}}@media(max-width:600px){._wrapper_xot9z_1{padding:4rem 0}._title_xot9z_21{font-size:22px}}@media(max-width:480px){._number_xot9z_64{font-size:1.5rem;min-width:50px}}input,textarea{background:transparent!important;background-color:transparent!important;box-shadow:none!important;border-radius:0;appearance:none;-webkit-appearance:none}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px transparent inset!important;transition:background-color 9999s ease-in-out 0s}._wrapper_jj3v0_26{width:100%;padding:6% 0;background:#fff}._container_jj3v0_33{width:90%;max-width:1400px;margin:0 auto}._card_jj3v0_40{position:relative;border-radius:24px;overflow:hidden}._bgImage_jj3v0_47{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}._overlay_jj3v0_57{position:absolute;inset:0;background:#0006}._inner_jj3v0_64{position:relative;z-index:2;display:flex;gap:5%;padding:5%;background:#ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:16px;border:1px solid rgba(255,255,255,.15)}._left_jj3v0_80{flex:1}._title_jj3v0_84{font-size:clamp(28px,4vw,52px);color:#fff;line-height:1.1}._title_jj3v0_84 span{color:#1a9fd4}._subtitle_jj3v0_94{margin-top:20px;color:#d1d5db;font-size:14px;max-width:320px}._form_jj3v0_104{flex:1;display:flex;flex-direction:column;gap:20px}._grid_jj3v0_112{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._field_jj3v0_121{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.4);outline:none;padding:10px 5px;color:#fff;font-size:14px;font-family:inherit;opacity:0;transform:translateY(30px);transition:all .4s ease}._textarea_jj3v0_139{min-height:100px;resize:none;border:none!important;border-bottom:1px solid rgba(255,255,255,.4)!important}._field_jj3v0_121::placeholder,._textarea_jj3v0_139::placeholder{color:#fff}._field_jj3v0_121:hover{border-bottom:1px solid #ffffff}._field_jj3v0_121:focus{border-bottom:1px solid #1a9fd4;background:transparent!important}._btn_jj3v0_167{width:fit-content;padding:.6em 1.5em;border:1px solid #ffffff;background:transparent;color:#fff;cursor:pointer;opacity:0;transform:translateY(30px);transition:all .4s ease}._btn_jj3v0_167:hover{background:#fff;color:#000}._show_jj3v0_188{opacity:1;transform:translateY(0)}@media(max-width:1024px){._inner_jj3v0_64{flex-direction:column}}@media(max-width:768px){._grid_jj3v0_112{grid-template-columns:1fr}}@media(max-width:600px){._container_jj3v0_33{width:92%}}@media(max-width:480px){._inner_jj3v0_64{padding:6%}}._root_1cann_4{font-family:Inter,sans-serif;background:#f5f6fa;min-height:100vh;color:#111827}._hero_1cann_12{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);padding:32px 32px 50px;text-align:center}._heroEyebrow_1cann_24{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:12px}._heroTitle_1cann_33{font-size:clamp(34px,5vw,54px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:10px}._heroSub_1cann_41{font-size:15px;color:#ffffffb3}._body_1cann_47{max-width:1100px;margin:0 auto;padding:56px 28px 80px}._grid_1cann_54{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;justify-items:center}._card_1cann_62{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%;padding:28px 16px 24px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;transition:box-shadow .2s,transform .2s;overflow:hidden}._card_1cann_62:hover{box-shadow:0 8px 28px #4338ca1f;transform:translateY(-4px)}._avatarWrap_1cann_84{width:calc(100% + 32px);margin-top:-28px;height:240px;overflow:hidden;border-radius:20px 20px 0 0;background:#f3f4f6;flex-shrink:0;border-bottom:1px solid #ececf3}._avatar_1cann_84{width:100%;height:100%;object-fit:cover;display:block}._avatarInitials_1cann_111{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800;color:#fff}._name_1cann_126{font-size:14px;font-weight:700;color:#111827;line-height:1.3;margin:0}._designation_1cann_135{font-size:12px;color:#6b7280;font-weight:400;margin:0;line-height:1.4}._empty_1cann_144{text-align:center;padding:80px 24px;color:#9ca3af}._emptyIcon_1cann_150{font-size:40px;display:block;margin-bottom:14px}._emptyTitle_1cann_156{font-size:18px;font-weight:700;color:#374151;margin-bottom:6px}.theme-modern ._root_1cann_4{background:#020617;color:#e2e8f0}.theme-modern ._hero_1cann_12{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_1cann_33{color:#fff}.theme-modern ._heroSub_1cann_41{color:#cbd5e1}.theme-modern ._heroEyebrow_1cann_24{color:#ff7a18}.theme-modern ._card_1cann_62{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_1cann_62:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._name_1cann_126{color:#fff}.theme-modern ._designation_1cann_135{color:#94a3b8}.theme-modern ._avatarWrap_1cann_84{border:2px solid rgba(255,255,255,.1)}.theme-modern ._empty_1cann_144{color:#94a3b8}.theme-modern ._emptyTitle_1cann_156{color:#fff}@media(max-width:768px){._grid_1cann_54{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px}._avatarWrap_1cann_84{height:180px}}@media(max-width:560px){._hero_1cann_12{padding:52px 16px 44px}._body_1cann_47{padding:32px 16px 60px}._grid_1cann_54{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}._card_1cann_62{padding:20px 12px 18px;gap:10px}._avatarWrap_1cann_84{height:160px}._avatarInitials_1cann_111{font-size:20px}._name_1cann_126{font-size:13px}._designation_1cann_135{font-size:11px}}._section_1vk2t_1{padding:3dvh 0;position:relative;z-index:50}._container_1vk2t_7{width:90%;max-width:1200px;margin:0 auto}._wrapper_1vk2t_14{position:relative;z-index:100}._searchBox_1vk2t_20{display:flex;align-items:center;gap:10px;padding:8px 16px;border-radius:9px;background:#fff;border:1px solid #ddd;transition:all .3s ease}._searchBox_1vk2t_20:focus-within{border-color:#000;box-shadow:0 4px 12px #0000001a}._icon_1vk2t_40{font-size:14px;color:#666}._searchBox_1vk2t_20 input{border:none;outline:none;width:100%;font-size:14px;background:transparent}._dropdown_1vk2t_57{position:absolute;top:110%;left:0;width:100%;background:#fff;border-radius:12px;border:1px solid #ddd;box-shadow:0 10px 25px #00000026;overflow:hidden;z-index:9999}._resultItem_1vk2t_75{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .2s ease}._resultItem_1vk2t_75:hover{background:#f5f5f5}._resultItem_1vk2t_75 img{width:40px;height:40px;object-fit:cover;border-radius:6px}._noResult_1vk2t_97{padding:12px;font-size:13px;color:#666}@media(max-width:600px){._searchBox_1vk2t_20{padding:10px 14px}}@media(max-width:480px){._searchBox_1vk2t_20{padding:9px 12px}._searchBox_1vk2t_20 input{font-size:13px}}._section_1j3dg_1{padding:6dvh 0}._container_1j3dg_5{width:90%;max-width:1200px;margin:0 auto}._header_1j3dg_12{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}._title_1j3dg_19{font-size:32px;font-weight:600}._subtitle_1j3dg_24{font-size:14px;color:#666;max-width:520px;margin-top:6px}._viewAll_1j3dg_32{padding:8px 18px;border-radius:999px;background:#000;color:#fff;border:none;cursor:pointer}._layout_1j3dg_42{display:grid;grid-template-columns:1.6fr 1fr;gap:28px}._mainCard_1j3dg_49{border-radius:16px;overflow:hidden;cursor:pointer;background:transparent}._mainCard_1j3dg_49 img{width:100%;height:260px;object-fit:cover;border-radius:16px}._mainContent_1j3dg_63{margin-top:16px}._mainContent_1j3dg_63 h3{font-size:20px;margin-bottom:8px}._mainContent_1j3dg_63 p{font-size:14px;color:#666;margin-bottom:10px}._author_1j3dg_78{font-size:13px;color:#333}._sideList_1j3dg_84{display:flex;flex-direction:column}._sideItem_1j3dg_89{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #eee;cursor:pointer;align-items:center}._sideItem_1j3dg_89 img{width:90px;height:65px;object-fit:cover;border-radius:10px}._sideContent_1j3dg_105 h4{font-size:15px;margin-bottom:4px}._sideContent_1j3dg_105 span{font-size:12px;color:#777}._mobileBtn_1j3dg_116{display:none;margin-top:24px;text-align:center}._category_1j3dg_123{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:500;background:#eef0ff;color:#777;width:fit-content;line-height:1;margin-bottom:8px}._readMore_1j3dg_143{margin-top:10px;font-size:13px;font-weight:500;color:#000;background:transparent;border:none;cursor:pointer;padding:0}._readMore_1j3dg_143:hover{text-decoration:underline}._readMoreSmall_1j3dg_159{margin-top:4px;font-size:12px;color:#555;background:transparent;border:none;cursor:pointer;padding:0}._readMoreSmall_1j3dg_159:hover{text-decoration:underline}@media(max-width:1024px){._layout_1j3dg_42{grid-template-columns:1fr}}@media(max-width:768px){._mainCard_1j3dg_49,._header_1j3dg_12 ._viewAll_1j3dg_32{display:none}._mobileBtn_1j3dg_116{display:block}._title_1j3dg_19{font-size:26px}}@media(max-width:600px){._title_1j3dg_19{font-size:24px}._subtitle_1j3dg_24{font-size:13px}}@media(max-width:480px){._title_1j3dg_19{font-size:22px}}._section_a7vna_1{padding:6dvh 0}._container_a7vna_5{width:90%;max-width:1200px;margin:0 auto}._header_a7vna_12{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}._title_a7vna_19{font-size:32px;font-weight:600;line-height:1.2}._actions_a7vna_26{display:flex;gap:10px;align-items:center;margin-top:6px}._arrow_a7vna_33{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:4px;transition:all .25s ease;font-size:12px;color:#000}._arrow_a7vna_33:hover:not(:disabled){background:#000;color:#fff;border-color:#000}._arrow_a7vna_33:disabled{opacity:.35;cursor:not-allowed}._carouselWrapper_a7vna_61{overflow:hidden;padding:16px 4px;margin:-16px -4px;clip-path:inset(0 4px)}._track_a7vna_69{padding:0 4px;display:flex;gap:24px;transition:transform .4s ease;align-items:stretch}._cardItem_a7vna_77{min-width:calc(25% - 18px);flex:0 0 calc(25% - 18px);display:flex;flex-direction:column}._cardItem_a7vna_77>*{flex:1;display:flex;flex-direction:column;height:100%}._dots_a7vna_92{display:flex;justify-content:center;gap:8px;margin-top:28px}._dot_a7vna_92{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .2s ease}._dotActive_a7vna_110{background:#000}@media(max-width:1024px){._title_a7vna_19{font-size:28px}._cardItem_a7vna_77{min-width:calc(33.333% - 16px);flex:0 0 calc(33.333% - 16px)}}@media(max-width:768px){._header_a7vna_12{flex-direction:column;align-items:flex-start;gap:16px}._cardItem_a7vna_77{min-width:calc(50% - 12px);flex:0 0 calc(50% - 12px)}}@media(max-width:480px){._title_a7vna_19{font-size:24px}._cardItem_a7vna_77{min-width:85vw;flex:0 0 85vw}}._card_1ok2p_1{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #00000014}._card_1ok2p_1:hover{transform:translateY(-6px)}._imageWrapper_1ok2p_16{width:100%;height:180px}._imageWrapper_1ok2p_16 img{width:100%;height:100%;object-fit:cover}._content_1ok2p_28{padding:16px;display:flex;flex-direction:column;flex:1}._meta_1ok2p_36{font-size:12px;color:#888;display:flex;gap:10px;margin-bottom:8px;flex-wrap:wrap}._category_1ok2p_45{background:#eef;padding:2px 8px;border-radius:999px;width:fit-content}._title_1ok2p_53{font-size:16px;font-weight:600;margin-bottom:8px;line-height:1.4}._desc_1ok2p_61{font-size:14px;color:#555;margin-bottom:12px;flex:1}._footer_1ok2p_69{display:flex;justify-content:space-between;align-items:center}._author_1ok2p_76{font-size:13px;color:#333;margin-top:auto}._readMore_1ok2p_82{margin-top:auto;padding:2px;font-size:13px;font-weight:500;color:#333;background:transparent;border:none;cursor:pointer;text-align:left;transition:.2s ease}._readMore_1ok2p_82:hover{text-decoration:underline}@media(max-width:1024px){._imageWrapper_1ok2p_16{height:170px}._title_1ok2p_53{font-size:15px}}@media(max-width:768px){._imageWrapper_1ok2p_16{height:160px}._desc_1ok2p_61{font-size:13.5px}}@media(max-width:600px){._imageWrapper_1ok2p_16{height:150px}._content_1ok2p_28{padding:14px}._title_1ok2p_53{font-size:14.5px}}@media(max-width:480px){._imageWrapper_1ok2p_16{height:140px}._content_1ok2p_28{padding:12px}._title_1ok2p_53{font-size:14px}._desc_1ok2p_61{font-size:13px}._author_1ok2p_76{font-size:12.5px}}._section_dyft1_4{padding:6dvh 0 8dvh}._container_dyft1_11{width:90%;max-width:1200px;margin:0 auto}._grid_dyft1_20{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}._pagination_dyft1_29{margin-top:40px;display:flex;justify-content:center;gap:8px}._pageBtn_dyft1_36{width:34px;height:34px;border:1px solid #ccc;background:#fff;cursor:pointer;transition:all .2s ease}._pageBtn_dyft1_36:hover{border-color:#000}._tabs_dyft1_61{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}._tab_dyft1_61{padding:8px 14px;border-radius:999px;border:1px solid #ccc;background:transparent;font-size:13px;cursor:pointer;transition:all .25s ease}._tab_dyft1_61:hover{border-color:#000}._active_dyft1_52{background:#000;color:#fff;border-color:#000}._empty_dyft1_94{text-align:center;margin-top:40px;color:#666;font-size:14px}._activePage_dyft1_102{background:#000;color:#fff;border-color:#000}@media(max-width:1024px){._grid_dyft1_20{gap:24px}}@media(max-width:768px){._grid_dyft1_20{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:600px){._tabs_dyft1_61{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:6px;scrollbar-width:none}._tabs_dyft1_61::-webkit-scrollbar{display:none}._tab_dyft1_61{flex:0 0 auto;white-space:nowrap}}@media(max-width:480px){._grid_dyft1_20{grid-template-columns:1fr;gap:16px}}._section_1s1i7_2{margin-top:8dvh}._container_1s1i7_7{width:90%;max-width:1200px;margin:0 auto}._card_1s1i7_14{position:relative;padding:60px 40px;border-radius:20px;text-align:center;overflow:hidden;background:linear-gradient(to bottom,#fff,#f8fbff 40%,#edf5ff 60%,#e0efff);border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 50px #0000000d}._label_1s1i7_38{font-size:12px;color:#888;display:block;margin-bottom:10px}._title_1s1i7_46{font-size:34px;font-weight:600;line-height:1.3;max-width:700px;margin:0 auto 14px}._highlight_1s1i7_55{color:#10b7f1}._desc_1s1i7_60{font-size:15px;color:#666;max-width:560px;margin:0 auto 24px;line-height:1.7}._btn_1s1i7_69{padding:12px 26px;border-radius:999px;border:none;background:#000;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}._btn_1s1i7_69:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}@media(max-width:1024px){._title_1s1i7_46{font-size:30px}}@media(max-width:768px){._card_1s1i7_14{padding:40px 24px}._title_1s1i7_46{font-size:26px}}@media(max-width:600px){._title_1s1i7_46{font-size:24px}._desc_1s1i7_60{font-size:14px}}@media(max-width:480px){._title_1s1i7_46{font-size:22px}}._wrapper_13uj7_1{width:100%}._title_13uj7_6{font-size:34px;font-weight:600;line-height:1.3;margin-bottom:12px}._meta_13uj7_14{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:#666;margin-bottom:20px}._author_13uj7_26{font-weight:500;color:#000}._dot_13uj7_31{color:#aaa}._imageWrapper_13uj7_36{width:100%;border-radius:16px;overflow:hidden;margin-bottom:24px}._imageWrapper_13uj7_36 img{width:100%;height:320px;object-fit:cover}._content_13uj7_50{font-size:15px;line-height:1.8;color:#333}._content_13uj7_50 p{margin-bottom:16px}@media(max-width:1024px){._title_13uj7_6{font-size:30px}._imageWrapper_13uj7_36 img{height:280px}}@media(max-width:768px){._title_13uj7_6{font-size:26px}._imageWrapper_13uj7_36 img{height:240px}}@media(max-width:600px){._title_13uj7_6{font-size:24px}._content_13uj7_50{font-size:14px}}@media(max-width:480px){._title_13uj7_6{font-size:22px}._imageWrapper_13uj7_36 img{height:200px}._meta_13uj7_14{font-size:12px}}._wrapper_1yf0s_1{position:sticky;top:100px}._heading_1yf0s_6{font-size:18px;font-weight:600;margin-bottom:16px}._list_1yf0s_13{display:flex;flex-direction:column;gap:16px}._item_1yf0s_20{display:flex;gap:12px;cursor:pointer;align-items:center;transition:.2s ease}._item_1yf0s_20:hover{transform:translate(4px)}._item_1yf0s_20 img{width:80px;height:60px;object-fit:cover;border-radius:8px}._content_1yf0s_41 h4{font-size:14px;margin-bottom:4px;line-height:1.4}._category_1yf0s_47{font-size:12px;color:#777}@media(max-width:1024px){._wrapper_1yf0s_1{position:static}}._page_1d4kn_1{padding:6dvh 0}._container_1d4kn_5{width:90%;max-width:1200px;margin:0 auto}._layout_1d4kn_12{display:grid;grid-template-columns:2fr 1fr;gap:40px}@media(max-width:1024px){._layout_1d4kn_12{grid-template-columns:1fr}}._heroOuter_1x5da_4{padding:24px}._hero_1x5da_4{position:relative;width:100%;min-height:65dvh;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}._bgImage_1x5da_27{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.9) contrast(1.05)}._overlay_1x5da_40{position:absolute;inset:0;background:linear-gradient(to bottom,#00000073,#00000040);z-index:1}._vignette_1x5da_56{position:absolute;inset:0;background:radial-gradient(circle at center,#00000073,#00000059 90%);z-index:2}._container_1x5da_72{position:relative;z-index:3;width:90%;max-width:1100px;margin:0 auto;text-align:center;color:#fff}._title_1x5da_87{font-size:44px;font-weight:600;margin-bottom:14px;line-height:1.2;letter-spacing:-.5px}._subtitle_1x5da_98{font-size:16px;color:#e5e7eb;max-width:680px;margin:0 auto;line-height:1.7}._features_1x5da_109{margin-top:24px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}._feature_1x5da_109{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff40,0 4px 12px #00000040;font-size:13px;color:#fff;transition:all .25s ease}._feature_1x5da_109:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff59,0 8px 20px #00000059}._icon_1x5da_156{font-size:12px}@media(max-width:1024px){._heroOuter_1x5da_4{padding:20px}._hero_1x5da_4{min-height:55dvh}._title_1x5da_87{font-size:36px}}@media(max-width:768px){._heroOuter_1x5da_4{padding:18px}._hero_1x5da_4{min-height:50dvh}._title_1x5da_87{font-size:30px}._subtitle_1x5da_98{font-size:15px;max-width:90%}}@media(max-width:600px){._heroOuter_1x5da_4{padding:16px}._hero_1x5da_4{min-height:45dvh}._title_1x5da_87{font-size:26px}._subtitle_1x5da_98{font-size:14.5px}}@media(max-width:480px){._heroOuter_1x5da_4{padding:12px}._hero_1x5da_4{min-height:50dvh;border-radius:16px}._title_1x5da_87{font-size:22px}._subtitle_1x5da_98{font-size:14px;line-height:1.6}._features_1x5da_109{display:none}}._wrapper_18j8l_1{width:100%}._category_18j8l_9{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;background:#0000000f;color:#111;font-size:11px;font-weight:600;text-transform:uppercase;margin-bottom:1rem}._title_18j8l_34{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.05;font-weight:700;color:#111;margin-bottom:1rem;letter-spacing:-2px}._meta_18j8l_56{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#666;font-size:15px;margin-bottom:2rem}._dot_18j8l_70{color:#999}._imageWrapper_18j8l_78{width:100%;border-radius:22px;overflow:hidden;margin-bottom:2.5rem}._imageWrapper_18j8l_78 img{width:100%;height:520px;object-fit:cover;display:block}._description_18j8l_101{margin-bottom:3rem}._description_18j8l_101 p{font-size:18px;line-height:1.9;color:#444;margin-bottom:1.5rem}._infoGrid_18j8l_119{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:4rem}._infoCard_18j8l_132{padding:22px;border-radius:18px;background:#f7f7f7}._infoCard_18j8l_132 h4{font-size:13px;color:#777;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}._infoCard_18j8l_132 p{font-size:18px;font-weight:600;color:#111}._products_18j8l_162{display:flex;flex-wrap:wrap;gap:10px}._products_18j8l_162 span{padding:8px 14px;border-radius:999px;background:#fff;border:1px solid #e4e4e4;font-size:13px;font-weight:500;color:#111}._section_18j8l_189{margin-bottom:4rem}._section_18j8l_189 h2{font-size:32px;line-height:1.2;margin-bottom:1rem;color:#111}._section_18j8l_189 p{font-size:17px;line-height:1.9;color:#444}._results_18j8l_213{padding-left:20px}._results_18j8l_213 li{margin-bottom:12px;font-size:17px;line-height:1.8;color:#444}@media(max-width:1024px){._imageWrapper_18j8l_78 img{height:420px}._infoGrid_18j8l_119{grid-template-columns:1fr}}@media(max-width:768px){._title_18j8l_34{letter-spacing:-1px}._imageWrapper_18j8l_78 img{height:320px}._description_18j8l_101 p,._section_18j8l_189 p,._results_18j8l_213 li{font-size:16px}._section_18j8l_189 h2{font-size:28px}}@media(max-width:600px){._imageWrapper_18j8l_78 img{height:260px}._description_18j8l_101 p,._section_18j8l_189 p,._results_18j8l_213 li{font-size:15px;line-height:1.8}._infoCard_18j8l_132{padding:18px}}@media(max-width:480px){._title_18j8l_34{line-height:1.1}._meta_18j8l_56{font-size:13px}._imageWrapper_18j8l_78{border-radius:18px}._imageWrapper_18j8l_78 img{height:220px}._section_18j8l_189 h2{font-size:24px}}._wrapper_mz6b7_1{position:sticky;top:100px}._heading_mz6b7_10{font-size:20px;font-weight:600;color:#111;margin-bottom:20px}._list_mz6b7_23{display:flex;flex-direction:column;gap:18px}._item_mz6b7_34{display:flex;gap:14px;align-items:center;cursor:pointer;transition:all .25s ease}._item_mz6b7_34:hover{transform:translate(4px)}._item_mz6b7_34 img{width:95px;height:72px;object-fit:cover;display:block;border-radius:10px;flex-shrink:0}._content_mz6b7_70{flex:1}._content_mz6b7_70 h4{font-size:14px;line-height:1.45;color:#111;margin-bottom:6px}._category_mz6b7_87{display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:#00000014;color:#11111182;font-size:10px;font-weight:600;text-transform:uppercase;border:1px solid rgba(0,0,0,.08)}._meta_mz6b7_112{font-size:12px;color:#777}@media(max-width:1024px){._wrapper_mz6b7_1{position:static}}@media(max-width:600px){._item_mz6b7_34 img{width:88px;height:66px}._content_mz6b7_70 h4{font-size:13px}}@media(max-width:480px){._heading_mz6b7_10{font-size:18px}._list_mz6b7_23{gap:16px}}._page_1h4jy_1{padding:6dvh 0}._container_1h4jy_5{width:min(92%,1320px);margin:0 auto}._layout_1h4jy_14{display:grid;grid-template-columns:2fr 1fr;gap:40px}@media(max-width:1024px){._layout_1h4jy_14{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){._page_1h4jy_1{padding:5dvh 0}}@media(max-width:480px){._container_1h4jy_5{width:94%}}._heroSection_wy0ap_5{width:100%;height:100dvh;background:#fff;overflow:hidden;display:flex;align-items:center;position:relative}._container_wy0ap_23{width:min(90%,1200px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:5%}._leftContent_wy0ap_41{width:48%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.4rem}._heading_wy0ap_56{width:100%;font-size:clamp(32px,4vw,52px);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#333}._heading_wy0ap_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_wy0ap_87{width:88%;color:#5f5f5f;font-size:1rem;line-height:1.9;font-weight:400}._primaryBtn_wy0ap_103{width:fit-content;height:48px;padding:0rem 1.6rem;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;letter-spacing:-.2px;display:flex;align-items:center;justify-content:center;gap:.7rem;cursor:pointer;transition:opacity .15s,transform .1s}._primaryBtn_wy0ap_103:hover{opacity:.95;transform:translateY(-2px)}._featuresWrapper_wy0ap_152{width:100%;display:flex;flex-direction:column;gap:.9rem}._featureItem_wy0ap_161{width:fit-content;display:flex;align-items:center;gap:.8rem}._checkIcon_wy0ap_170{color:#01669c;font-size:.95rem;flex-shrink:0}._featureContent_wy0ap_178{display:flex;align-items:center;gap:.7rem}._featureContent_wy0ap_178 svg{color:#01669c;font-size:.9rem}._featureContent_wy0ap_178 span{color:#303030;font-size:.98rem;font-weight:500}._statsWrapper_wy0ap_203{width:fit-content;display:flex;align-items:center;gap:1.6rem;padding-top:.5rem}._statCard_wy0ap_214 h3{color:#073e59;font-size:2.4rem;font-weight:700;line-height:1}._statCard_wy0ap_214 p{margin-top:.3rem;color:#666;font-size:.92rem;line-height:1.5}._divider_wy0ap_234{width:1px;height:4rem;background:#d8d8d8}._rightContent_wy0ap_245{width:47%;height:100%;display:flex;align-items:center;justify-content:center}._imageWrapper_wy0ap_258{width:100%;display:flex;align-items:center;justify-content:center}._heroImage_wy0ap_266{width:100%;max-height:85dvh;object-fit:contain;display:block}@media(max-width:1024px){._heroSection_wy0ap_5{height:auto;padding:10% 0%}._container_wy0ap_23{height:auto;flex-direction:column-reverse;gap:4rem}._leftContent_wy0ap_41,._rightContent_wy0ap_245{width:100%;height:auto}._description_wy0ap_87{width:100%}._imageWrapper_wy0ap_258{width:75%;margin:0 auto}._heading_wy0ap_56{font-size:46px}}@media(max-width:768px){._heroSection_wy0ap_5{padding:18% 0% 12%}._heading_wy0ap_56{font-size:40px;line-height:1.1}._imageWrapper_wy0ap_258{width:85%}}@media(max-width:600px){._primaryBtn_wy0ap_103{width:100%}._statsWrapper_wy0ap_203{width:100%;justify-content:space-between}._imageWrapper_wy0ap_258{width:100%}._heading_wy0ap_56{font-size:34px}}@media(max-width:480px){._heroSection_wy0ap_5{height:auto;padding:26% 0% 18%}._heading_wy0ap_56{font-size:30px;line-height:1.15}._description_wy0ap_87{font-size:.95rem}._divider_wy0ap_234{display:none}._statsWrapper_wy0ap_203{gap:1rem}._statCard_wy0ap_214 h3{font-size:2rem}._featureItem_wy0ap_161,._featureContent_wy0ap_178{align-items:flex-start}}._outcomesSection_6drmv_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_6drmv_19{width:min(90%,1300px);margin:0 auto}._sectionHeader_6drmv_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_6drmv_39{width:fit-content;padding:.7rem 1.3rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.15);color:#01669c;font-size:.92rem;font-weight:600}._heading_6drmv_56{margin-top:1.5rem;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.12;font-weight:800;letter-spacing:-.03em;color:#333}._heading_6drmv_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_6drmv_84{width:min(90%,700px);margin-top:1.2rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._desktopGrid_6drmv_100{width:100%;margin-top:5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}._mobileSlider_6drmv_115{display:none}._swipeIndicator_6drmv_123{width:100%;margin-bottom:1rem;display:none;justify-content:center;align-items:center}._swipeIndicator_6drmv_123 span{width:fit-content;display:flex;align-items:center;padding:.45rem .9rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);color:#01669c;font-size:.78rem;font-weight:600;letter-spacing:.02em}._swipeIcon_6drmv_156{margin-left:.4rem;font-size:.9rem}._card_6drmv_167{width:100%;min-height:100%;border-radius:1.8rem;border:1px solid #EAEAEA;background:#fff;overflow:hidden;transition:transform .3s ease,border-color .3s ease;display:flex;flex-direction:column;justify-content:space-between}._card_6drmv_167:hover{transform:translateY(-6px);border-color:#03b4ef40}._cardContent_6drmv_199{width:100%;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:1.3rem}._iconWrapper_6drmv_210{width:4rem;height:4rem;border-radius:1.2rem;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);display:flex;align-items:center;justify-content:center}._iconWrapper_6drmv_210 svg{color:#01669c;font-size:1.5rem}._cardContent_6drmv_199 h3{color:#202020;font-size:1.9rem;line-height:1.3;font-weight:700;letter-spacing:-.03em}._cardContent_6drmv_199 p{color:#5f5f5f;font-size:1rem;line-height:1.9}._imageWrapper_6drmv_255{width:100%;padding:0rem 1.2rem 1.2rem}._cardImage_6drmv_261{width:100%;height:auto;object-fit:contain;display:block;border-radius:1.2rem;background:#f7f9fc}@media(max-width:1200px){._desktopGrid_6drmv_100{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){._outcomesSection_6drmv_5{padding:10% 0%}._heading_6drmv_56{font-size:48px}}@media(max-width:768px){._outcomesSection_6drmv_5{padding:14% 0%}._desktopGrid_6drmv_100{gap:1.2rem}._heading_6drmv_56{font-size:40px}._cardContent_6drmv_199 h3{font-size:1.7rem}}@media(max-width:600px){._desktopGrid_6drmv_100{display:none}._mobileSlider_6drmv_115{display:block;margin-top:3rem}._mobileSlider_6drmv_115 .swiper{overflow:visible}._mobileSlider_6drmv_115 .swiper-slide{height:auto}._swipeIndicator_6drmv_123{display:flex}._heading_6drmv_56{font-size:34px}._cardContent_6drmv_199{padding:1.6rem}._imageWrapper_6drmv_255{padding:0rem 1rem 1rem}}@media(max-width:480px){._outcomesSection_6drmv_5{padding:18% 0%}._heading_6drmv_56{font-size:30px;line-height:1.15}._description_6drmv_84{font-size:.95rem}._cardContent_6drmv_199 h3{font-size:1.5rem}._cardContent_6drmv_199 p{font-size:.95rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._checkInSection_1gvnp_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1gvnp_19{width:min(90%,1280px);margin:0 auto}._sectionHeader_1gvnp_29{width:100%;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1gvnp_41{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1gvnp_58{margin-top:1.3rem;font-size:46px;line-height:1.1;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1gvnp_58 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1gvnp_85{width:min(90%,720px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._grid_1gvnp_101{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:7%;row-gap:5rem}._item_1gvnp_116{width:100%;padding:1.2rem;border-radius:1.8rem;transition:background .3s ease,transform .3s ease}._item_1gvnp_116:hover{background:#fafcff;transform:translateY(-4px)}._iconWrapper_1gvnp_138{width:4.5rem;height:4.5rem;border-radius:1.4rem;display:flex;align-items:center;justify-content:center;color:#333;font-size:2rem;line-height:1;transition:transform .3s ease,background .3s ease,border-color .3s ease}._iconWrapper_1gvnp_138 svg{stroke-width:1.4}._item_1gvnp_116:hover ._iconWrapper_1gvnp_138{transform:translateY(-4px);color:#01669c;background:#03b4ef1a;border-color:#03b4ef38}._content_1gvnp_181{width:100%;margin-top:2rem}._content_1gvnp_181 h3{color:#202020;font-size:2rem;line-height:1.25;font-weight:700;letter-spacing:-.03em;transition:color .3s ease}._item_1gvnp_116:hover ._content_1gvnp_181 h3{color:#01669c}._content_1gvnp_181 p{margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._checkInSection_1gvnp_5{padding:10% 0%}._grid_1gvnp_101{grid-template-columns:repeat(2,1fr);column-gap:5%}._heading_1gvnp_58{font-size:40px}._content_1gvnp_181 h3{font-size:1.7rem}}@media(max-width:768px){._checkInSection_1gvnp_5{padding:14% 0%}._grid_1gvnp_101{row-gap:4rem}._heading_1gvnp_58{font-size:34px}._content_1gvnp_181 h3{font-size:1.5rem}}@media(max-width:600px){._grid_1gvnp_101{grid-template-columns:1fr;row-gap:3.5rem}._heading_1gvnp_58{font-size:30px}._iconWrapper_1gvnp_138{width:4rem;height:4rem;font-size:1.7rem}._content_1gvnp_181{margin-top:1.5rem}._content_1gvnp_181 h3{font-size:1.35rem}._content_1gvnp_181 p{font-size:.95rem}}@media(max-width:480px){._checkInSection_1gvnp_5{padding:18% 0%}._description_1gvnp_85{font-size:.94rem}._content_1gvnp_181 p{line-height:1.8}}._smartSection_9646a_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_9646a_19{width:min(90%,1280px);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:8%}._leftContent_9646a_35{width:38%;position:sticky;top:0rem}._sectionTag_9646a_42{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_9646a_59{margin-top:1.5rem;color:#333;font-size:48px;line-height:1.08;font-weight:800;letter-spacing:-.03em}._heading_9646a_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_9646a_86{width:100%;margin-top:1.4rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._rightContent_9646a_102{width:54%;border-top:1px solid #EAEAEA}._featureRow_9646a_112{width:100%;padding:1.8rem 0rem;border-bottom:1px solid #EAEAEA;display:flex;align-items:flex-start;gap:1.5rem;transition:transform .3s ease,border-color .3s ease}._featureRow_9646a_112:hover{transform:translate(6px);border-color:#03b4ef40}._iconWrapper_9646a_139{width:4.2rem;height:4.2rem;border-radius:50%;background:#03b4ef0f;border:1px solid rgba(3,180,239,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#01669c;font-size:1.4rem;transition:background .3s ease,border-color .3s ease,transform .3s ease}._featureRow_9646a_112:hover ._iconWrapper_9646a_139{transform:scale(1.05);background:#03b4ef1a;border-color:#03b4ef3d}._featureContent_9646a_177{width:100%}._featureContent_9646a_177 h3{color:#202020;font-size:1.5rem;line-height:1.3;font-weight:700;letter-spacing:-.03em}._featureContent_9646a_177 p{margin-top:.9rem;color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._smartSection_9646a_5{padding:10% 0%}._container_9646a_19{flex-direction:column;gap:4rem}._leftContent_9646a_35,._rightContent_9646a_102{width:100%}._leftContent_9646a_35{position:relative;top:unset}._heading_9646a_59{font-size:42px}}@media(max-width:768px){._smartSection_9646a_5{padding:14% 0%}._heading_9646a_59{font-size:36px}._featureRow_9646a_112{padding:2rem 0rem}._featureContent_9646a_177 h3{font-size:1.35rem}}@media(max-width:600px){._heading_9646a_59{font-size:32px}._featureRow_9646a_112{gap:1.2rem}._iconWrapper_9646a_139{width:3.8rem;height:3.8rem;font-size:1.2rem}._featureContent_9646a_177 h3{font-size:1.2rem}._featureContent_9646a_177 p{font-size:.95rem}}@media(max-width:480px){._smartSection_9646a_5{padding:18% 0%}._description_9646a_86{font-size:.94rem}._featureRow_9646a_112{align-items:flex-start}._featureContent_9646a_177 p{line-height:1.8}}._connectedSection_fccrc_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_fccrc_19{width:min(90%,1280px);margin:0 auto}._sectionHeader_fccrc_29{width:100%;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_fccrc_41{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_fccrc_58{margin-top:1.3rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_fccrc_58 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_fccrc_85{width:min(90%,650px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._bentoGrid_fccrc_101{width:100%;display:grid;grid-template-columns:1.05fr .82fr .82fr;grid-template-areas:"large topSmall topStat" "large bottomWide bottomWide";gap:.8rem;align-items:start}._card_fccrc_122{width:100%;border-radius:1.2rem;background:#f4f4f4;overflow:hidden;transition:transform .3s ease,background .3s ease}._card_fccrc_122:hover{transform:translateY(-3px);background:#efefef}._largeCard_fccrc_146{grid-area:large;padding:.8rem;height:575px;display:flex;flex-direction:column;justify-content:space-between}._largeCard_fccrc_146 ._imageWrapper_fccrc_159{height:68%}._smallCard_fccrc_167{grid-area:topSmall;padding:.8rem;height:300px;display:flex;flex-direction:column;justify-content:space-between}._smallCard_fccrc_167 ._imageWrapper_fccrc_159{height:56%}._topStatCard_fccrc_188{grid-area:topStat;padding:.8rem;height:300px;display:flex;flex-direction:column;justify-content:space-between}._topStatCard_fccrc_188 ._imageWrapper_fccrc_159{height:56%}._wideCard_fccrc_209{grid-area:bottomWide;padding:.8rem;height:265px}._imageWrapper_fccrc_159{width:100%;border-radius:.9rem;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}._cardImage_fccrc_235{width:100%;height:100%;object-fit:cover;display:block}._cardContent_fccrc_248{width:100%}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{margin-top:1rem;color:#202020;font-size:1.42rem;line-height:1.18;font-weight:700;letter-spacing:-.03em}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{margin-top:.7rem;color:#6f6f6f;font-size:.95rem;line-height:1.75;max-width:95%}._cardBtn_fccrc_284{width:fit-content;margin-top:1rem;padding:.8rem 1.1rem;border:none;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._cardBtn_fccrc_284:hover{transform:translateY(-2px);opacity:.92}._wideContent_fccrc_253{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:1rem}._wideContent_fccrc_253>div:first-child{width:42%;display:flex;flex-direction:column;justify-content:flex-end}._wideImageWrapper_fccrc_337{width:55%;border-radius:.9rem;overflow:hidden;background:#f4f4f4;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){._connectedSection_fccrc_5{padding:10% 0%}._bentoGrid_fccrc_101{grid-template-columns:repeat(2,1fr);grid-template-areas:"large large" "topSmall topStat" "bottomWide bottomWide"}._largeCard_fccrc_146,._smallCard_fccrc_167,._topStatCard_fccrc_188,._wideCard_fccrc_209{height:auto}._largeCard_fccrc_146 ._imageWrapper_fccrc_159{height:420px}._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159{height:240px}._wideImageWrapper_fccrc_337{height:260px}._heading_fccrc_58{font-size:40px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.3rem}}@media(max-width:768px){._connectedSection_fccrc_5{padding:14% 0%}._bentoGrid_fccrc_101{grid-template-columns:1fr;grid-template-areas:"large" "topSmall" "topStat" "bottomWide";gap:1rem}._wideContent_fccrc_253{flex-direction:column-reverse}._wideContent_fccrc_253>div:first-child,._wideImageWrapper_fccrc_337{width:100%}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:260px}._heading_fccrc_58{font-size:34px}._description_fccrc_85{font-size:.96rem}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.2rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.9rem}}@media(max-width:600px){._connectedSection_fccrc_5{padding:16% 0%}._container_fccrc_19{width:min(92%,1280px)}._heading_fccrc_58{font-size:30px}._description_fccrc_85{font-size:.94rem;line-height:1.7}._card_fccrc_122{border-radius:1rem}._largeCard_fccrc_146,._smallCard_fccrc_167,._topStatCard_fccrc_188,._wideCard_fccrc_209{padding:.7rem}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:220px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1.05rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.82rem;line-height:1.65}._cardBtn_fccrc_284{padding:.72rem 1rem;font-size:.74rem}}@media(max-width:480px){._connectedSection_fccrc_5{padding:18% 0%}._sectionHeader_fccrc_29{margin-bottom:3rem}._heading_fccrc_58{font-size:26px;line-height:1.15}._sectionTag_fccrc_41{font-size:.75rem;padding:.55rem 1rem}._description_fccrc_85{width:100%;font-size:.88rem}._largeCard_fccrc_146 ._imageWrapper_fccrc_159,._smallCard_fccrc_167 ._imageWrapper_fccrc_159,._topStatCard_fccrc_188 ._imageWrapper_fccrc_159,._wideImageWrapper_fccrc_337{height:190px}._cardContent_fccrc_248 h3,._wideContent_fccrc_253 h3{font-size:1rem}._cardContent_fccrc_248 p,._wideContent_fccrc_253 p{font-size:.78rem}._cardImage_fccrc_235{width:88%;height:88%}}._integrationsSection_1o1xp_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1o1xp_19{width:min(90%,1100px);margin:0 auto}._sectionHeader_1o1xp_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1o1xp_39{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1o1xp_56{margin-top:1.2rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1o1xp_56 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1o1xp_83{width:min(90%,650px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.85}._integrationList_1o1xp_99{width:100%;margin-top:4rem;display:flex;flex-direction:column;border-top:1px solid #EAEAEA}._listItem_1o1xp_114{width:100%;padding:1.5rem 0rem;border-bottom:1px solid #EAEAEA;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:padding-left .3s ease,border-color .3s ease}._listItem_1o1xp_114:hover{padding-left:.5rem;border-color:#03b4ef40}._leftSide_1o1xp_142{display:flex;align-items:center;gap:1rem}._iconWrapper_1o1xp_153{width:3.2rem;height:3.2rem;border-radius:1rem;color:#333;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}._leftSide_1o1xp_142 h3{color:#202020;font-size:1.1rem;font-weight:600;letter-spacing:-.02em}._number_1o1xp_196{color:#b8b8b8;font-size:1rem;font-weight:600}._bottomContent_1o1xp_208{width:100%;margin-top:3rem;display:flex;justify-content:center;text-align:center}._bottomContent_1o1xp_208 p{width:min(90%,700px);color:#5f5f5f;font-size:1rem;line-height:1.9}@media(max-width:1024px){._integrationsSection_1o1xp_5{padding:10% 0%}._heading_1o1xp_56{font-size:40px}}@media(max-width:768px){._integrationsSection_1o1xp_5{padding:14% 0%}._heading_1o1xp_56{font-size:34px}._description_1o1xp_83{font-size:.96rem}._listItem_1o1xp_114{padding:1.3rem 0rem}}@media(max-width:600px){._integrationsSection_1o1xp_5{padding:16% 0%}._container_1o1xp_19{width:min(92%,1100px)}._heading_1o1xp_56{font-size:30px}._leftSide_1o1xp_142{gap:.8rem}._iconWrapper_1o1xp_153{width:2.9rem;height:2.9rem}._leftSide_1o1xp_142 h3{font-size:.98rem}._bottomContent_1o1xp_208 p{font-size:.92rem}}@media(max-width:480px){._integrationsSection_1o1xp_5{padding:18% 0%}._heading_1o1xp_56{font-size:26px;line-height:1.15}._description_1o1xp_83{width:100%;font-size:.88rem;line-height:1.7}._sectionTag_1o1xp_39{font-size:.75rem;padding:.55rem 1rem}._listItem_1o1xp_114{align-items:flex-start}._leftSide_1o1xp_142{width:100%}._number_1o1xp_196{font-size:.9rem}._leftSide_1o1xp_142 h3{line-height:1.5}._bottomContent_1o1xp_208 p{font-size:.85rem;line-height:1.7}}._faqSection_1gl91_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1gl91_19{width:min(90%,1200px);margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:6%}._leftContent_1gl91_35{width:34%;position:sticky;top:0}._sectionTag_1gl91_42{width:fit-content;padding:.65rem 1.2rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.85rem;font-weight:600}._heading_1gl91_59{margin-top:1.4rem;font-size:48px;line-height:1.05;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1gl91_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1gl91_86{margin-top:1.3rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._rightContent_1gl91_100{width:60%}._faqItem_1gl91_108{width:100%;border-bottom:1px solid #E7E7E7}._faqQuestion_1gl91_118{width:100%;padding:1.6rem 0rem;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer;text-align:left}._faqQuestion_1gl91_118 span{color:#222;font-size:1.08rem;line-height:1.5;font-weight:600;letter-spacing:-.02em}._iconWrapper_1gl91_154{width:2rem;height:2rem;border-radius:50%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;color:#01669c;font-size:.8rem;flex-shrink:0}._faqAnswer_1gl91_177{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}._faqAnswer_1gl91_177._active_1gl91_187{max-height:300px;padding-bottom:1.5rem}._faqAnswer_1gl91_177 p{width:92%;color:#666;font-size:.97rem;line-height:1.9}@media(max-width:1024px){._faqSection_1gl91_5{padding:10% 0%}._heading_1gl91_59{font-size:42px}}@media(max-width:768px){._faqSection_1gl91_5{padding:14% 0%}._container_1gl91_19{flex-direction:column-reverse;gap:3.5rem}._leftContent_1gl91_35,._rightContent_1gl91_100{width:100%}._leftContent_1gl91_35{position:relative;top:unset}._heading_1gl91_59{font-size:36px}._description_1gl91_86{width:100%}}@media(max-width:600px){._faqSection_1gl91_5{padding:16% 0%}._container_1gl91_19{width:min(92%,1200px);gap:3rem}._heading_1gl91_59{font-size:30px}._faqQuestion_1gl91_118{padding:1.3rem 0rem}._faqQuestion_1gl91_118 span{font-size:1rem}._faqAnswer_1gl91_177 p{width:100%;font-size:.9rem;line-height:1.75}}@media(max-width:480px){._faqSection_1gl91_5{padding:18% 0%}._heading_1gl91_59{font-size:26px;line-height:1.12}._description_1gl91_86{font-size:.9rem;line-height:1.75}._sectionTag_1gl91_42{font-size:.75rem;padding:.55rem 1rem}._faqQuestion_1gl91_118{align-items:flex-start;gap:1rem}._faqQuestion_1gl91_118 span{font-size:.95rem;line-height:1.6}._iconWrapper_1gl91_154{width:1.8rem;height:1.8rem;font-size:.72rem}._faqAnswer_1gl91_177._active_1gl91_187{padding-bottom:1.2rem}}._eventOperationsSection_z916t_1{width:100%;padding:85px 0;background:#fff;overflow:hidden}._container_z916t_8{width:min(90%,1200px);margin:0 auto;display:flex;justify-content:center}._contentWrapper_z916t_16{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_z916t_27{padding:10px 18px;border-radius:999px;background:#04b4ef14;border:1px solid rgba(4,180,239,.16);color:#01669c;font-size:.9rem;font-weight:600;margin-bottom:24px}._heading_z916t_41{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.18;letter-spacing:-1.2px;font-weight:700;color:#333;margin-bottom:22px}._heading_z916t_41 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_z916t_63{font-size:1.02rem;line-height:1.85;color:#5f5f5f;margin-bottom:18px}@media(max-width:1024px){._eventOperationsSection_z916t_1{padding:100px 0}._contentWrapper_z916t_16{max-width:720px}}@media(max-width:768px){._eventOperationsSection_z916t_1{padding:85px 0}._heading_z916t_41{font-size:3rem}._description_z916t_63{font-size:1rem;line-height:1.8}}@media(max-width:600px){._heading_z916t_41{font-size:2.4rem;letter-spacing:-1.2px}._sectionTag_z916t_27{font-size:.85rem}}@media(max-width:480px){._eventOperationsSection_z916t_1{padding:72px 0}._container_z916t_8{width:min(92%,1200px)}._heading_z916t_41{font-size:2rem;line-height:1.18}._description_z916t_63{font-size:.95rem;line-height:1.75}._sectionTag_z916t_27{padding:9px 16px}}._whySection_1bzlv_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_1bzlv_19{width:min(90%,1200px);margin:0 auto}._sectionHeader_1bzlv_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_1bzlv_39{width:fit-content;padding:.65rem 1.15rem;border-radius:999px;background:#03b4ef14;border:1px solid rgba(3,180,239,.14);color:#01669c;font-size:.82rem;font-weight:600;letter-spacing:.03em}._heading_1bzlv_59{margin-top:1.2rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_1bzlv_59 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_1bzlv_86{width:min(90%,760px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.9}._featureGrid_1bzlv_102{width:100%;margin-top:4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}._featureCard_1bzlv_119{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:1.6rem;padding:1.7rem;display:flex;align-items:flex-start;gap:1.2rem;transition:transform .3s ease,border-color .3s ease,background .3s ease}._featureCard_1bzlv_119:hover{transform:translateY(-4px);border-color:#03b4ef40;background:linear-gradient(180deg,#fff,#f8fcff)}._iconWrapper_1bzlv_157{width:3.4rem;height:3.4rem;border-radius:1rem;background:#03b4ef14;border:1px solid rgba(3,180,239,.12);display:flex;align-items:center;justify-content:center;color:#01669c;font-size:1.1rem;flex-shrink:0;transition:transform .3s ease,background .3s ease}._featureCard_1bzlv_119:hover ._iconWrapper_1bzlv_157{transform:translateY(-2px);background:#03b4ef1f}._cardContent_1bzlv_193{width:100%}._cardContent_1bzlv_193 h3{color:#202020;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}._cardContent_1bzlv_193 p{margin-top:.7rem;color:#5f5f5f;font-size:.95rem;line-height:1.8}._bottomArea_1bzlv_221{width:100%;margin-top:3.5rem;display:flex;justify-content:center}._ctaBtn_1bzlv_230{border:none;outline:none;padding:.95rem 1.5rem;border-radius:999px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._ctaBtn_1bzlv_230:hover{transform:translateY(-2px);opacity:.95}@media(max-width:1024px){._whySection_1bzlv_5{padding:10% 0%}._heading_1bzlv_59{font-size:40px}}@media(max-width:768px){._whySection_1bzlv_5{padding:14% 0%}._heading_1bzlv_59{font-size:34px}._featureGrid_1bzlv_102{grid-template-columns:1fr}._description_1bzlv_86{font-size:.96rem}}@media(max-width:600px){._whySection_1bzlv_5{padding:16% 0%}._container_1bzlv_19{width:min(92%,1200px)}._heading_1bzlv_59{font-size:30px}._featureCard_1bzlv_119{padding:1.4rem}._cardContent_1bzlv_193 h3{font-size:1rem}._cardContent_1bzlv_193 p{font-size:.9rem}}@media(max-width:480px){._whySection_1bzlv_5{padding:18% 0%}._heading_1bzlv_59{font-size:26px;line-height:1.15}._description_1bzlv_86{width:100%;font-size:.88rem;line-height:1.7}._sectionTag_1bzlv_39{font-size:.74rem;padding:.55rem 1rem}._featureCard_1bzlv_119{flex-direction:column;gap:1rem}._iconWrapper_1bzlv_157{width:3rem;height:3rem}._cardContent_1bzlv_193 p{line-height:1.7}._ctaBtn_1bzlv_230{width:100%;justify-content:center}}._ctaSection_1kt8t_5{width:100%;padding:0% 0% 7%;background:#fff;overflow:hidden}._container_1kt8t_19{width:min(90%,1250px);margin:0 auto}._ctaCard_1kt8t_29{position:relative;width:100%;padding:5.5rem 2rem;border-radius:1.8rem;background:#fff;border:1px solid #ebebeb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}._ctaCard_1kt8t_29:before{content:"";position:absolute;width:520px;height:520px;top:-240px;left:-140px;background:radial-gradient(circle,rgba(4,180,239,.08) 3 0%,transparent 72%);pointer-events:none}._ctaCard_1kt8t_29:after{content:"";position:absolute;width:420px;height:420px;bottom:-220px;right:-120px;background:radial-gradient(circle,rgba(1,102,156,.08) 30%,transparent 72%);pointer-events:none}._ctaCard_1kt8t_29:hover{transform:translateY(-3px);border-color:#03b4ef29;box-shadow:0 16px 40px #0f172a0d}._topText_1kt8t_116{position:relative;z-index:2;color:#9a9a9a;font-size:.88rem;font-weight:500;letter-spacing:.01em}._heading_1kt8t_134{position:relative;z-index:2;width:min(100%,720px);margin-top:1.5rem;color:#111;font-size:3rem;line-height:1.08;font-weight:800;letter-spacing:-.05em}._heading_1kt8t_134 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._ctaBtn_1kt8t_171{position:relative;z-index:2;margin-top:2.3rem;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.4rem;border-radius:999px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._highlight_1kt8t_215{background:linear-gradient(135deg,#d9e4ff,#667f88)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}._ctaBtn_1kt8t_171:hover{transform:translateY(-2px);opacity:.96}@media(max-width:1024px){._ctaSection_1kt8t_5{padding:0% 0% 10%}._heading_1kt8t_134{font-size:3.5rem}}@media(max-width:768px){._ctaSection_1kt8t_5{padding:0% 0% 14%}._ctaCard_1kt8t_29{padding:4rem 1.5rem}._heading_1kt8t_134{font-size:2.7rem}}@media(max-width:600px){._ctaSection_1kt8t_5{padding:0% 0% 16%}._container_1kt8t_19{width:min(92%,1250px)}._heading_1kt8t_134{font-size:2.1rem}._topText_1kt8t_116{font-size:.8rem}}@media(max-width:480px){._ctaSection_1kt8t_5{padding:0% 0% 18%}._ctaCard_1kt8t_29{padding:3.5rem 1.2rem}._heading_1kt8t_134{font-size:1.8rem;line-height:1.18}._ctaBtn_1kt8t_171{width:fit-content;font-size:.88rem}}._pageWrapper_7eb2k_4{display:flex;flex-direction:column;background:#f9f8ff}._hero_7eb2k_13{position:relative;overflow:hidden;padding:32px 24px 34px;background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);text-align:center}._heroBlur_7eb2k_27{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(124,58,237,.1) 0%,transparent 70%);pointer-events:none}._heroTag_7eb2k_38{font-size:11px;font-weight:700;letter-spacing:2.5px;color:#ffffffd9;text-transform:uppercase;margin-bottom:14px}._heroTitle_7eb2k_47{font-size:42px;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.15;text-shadow:0 2px 16px rgba(80,40,160,.18)}._heroBadges_7eb2k_56{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}._heroBadge_7eb2k_56{display:inline-flex;align-items:center;gap:7px;padding:7px 18px;border-radius:999px;background:#ffffff38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.35);font-size:13px;font-weight:500;color:#fff}._contactSection_7eb2k_81{position:relative;overflow:hidden;padding:52px 20px 60px}._blurOne_7eb2k_87{position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#7c3aed14;filter:blur(120px);border-radius:50%;pointer-events:none}._blurTwo_7eb2k_99{position:absolute;bottom:-120px;right:-120px;width:320px;height:320px;background:#6366f114;filter:blur(120px);border-radius:50%;pointer-events:none}._container_7eb2k_111{position:relative;z-index:2;max-width:900px;margin:auto;width:100%}._card_7eb2k_120{display:flex;flex-direction:column;gap:20px;padding:32px 36px;border-radius:24px;background:#ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.55);box-shadow:0 10px 40px #7c3aed17}._organizerTop_7eb2k_132{display:flex;align-items:center;gap:18px;padding-bottom:18px;border-bottom:1px solid #ede9fe}._avatar_7eb2k_140{width:62px;height:62px;min-width:62px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}._name_7eb2k_154{font-size:21px;font-weight:700;color:#111827;margin-bottom:4px}._role_7eb2k_161{color:#6b7280;font-size:13px}._infoGrid_7eb2k_167{display:grid;grid-template-columns:1fr 1fr;gap:14px}._infoItem_7eb2k_173{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8f5ff);border:1px solid #ede9fe;transition:transform .25s ease,box-shadow .25s ease}._infoItem_7eb2k_173:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed17}._iconBox_7eb2k_189{width:44px;height:44px;min-width:44px;border-radius:14px;background:#f3f0ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:20px}._infoItem_7eb2k_173 span{display:block;font-size:11px;color:#6b7280;margin-bottom:4px;letter-spacing:.3px}._infoItem_7eb2k_173 a,._supportTime_7eb2k_211{font-size:14px;font-weight:600;color:#111827;text-decoration:none;word-break:break-word;line-height:1.3}._daysSection_7eb2k_221{padding:18px 20px;border-radius:18px;background:#ffffffd9;border:1px solid #ede9fe}._daysSection_7eb2k_221 h4{font-size:12px;font-weight:700;color:#374151;margin-bottom:14px;letter-spacing:.8px;text-transform:uppercase}._daysWrapper_7eb2k_237{display:flex;flex-wrap:wrap;gap:8px}._dayCard_7eb2k_243{padding:7px 18px;border-radius:999px;background:#fff;border:1px solid #ddd6fe;color:#5b21b6;font-weight:600;font-size:12px}.theme-modern ._pageWrapper_7eb2k_4{background:#020617}.theme-modern ._hero_7eb2k_13{background:radial-gradient(circle at 30% 30%,#1e293b,#020617)}.theme-modern ._heroTitle_7eb2k_47{color:#fff}.theme-modern ._heroTag_7eb2k_38{color:#ff7a18}.theme-modern ._heroBadge_7eb2k_56{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#e2e8f0}.theme-modern ._card_7eb2k_120{background:#0f172a;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px #0000008c}.theme-modern ._organizerTop_7eb2k_132{border-bottom:1px solid rgba(255,255,255,.08)}.theme-modern ._name_7eb2k_154{color:#fff}.theme-modern ._role_7eb2k_161{color:#94a3b8}.theme-modern ._infoItem_7eb2k_173{background:#111827;border:1px solid rgba(255,255,255,.06)}.theme-modern ._infoItem_7eb2k_173:hover{box-shadow:0 10px 24px #0006}.theme-modern ._infoItem_7eb2k_173 span{color:#94a3b8}.theme-modern ._infoItem_7eb2k_173 a,.theme-modern ._supportTime_7eb2k_211{color:#fff}.theme-modern ._iconBox_7eb2k_189{background:#7c3aed26;color:#a78bfa}.theme-modern ._daysSection_7eb2k_221{background:#111827;border:1px solid rgba(255,255,255,.06)}.theme-modern ._daysSection_7eb2k_221 h4{color:#cbd5e1}.theme-modern ._dayCard_7eb2k_243{background:#7c3aed1f;border:1px solid rgba(124,58,237,.2);color:#ddd6fe}@media(max-width:768px){._heroTitle_7eb2k_47{font-size:30px}._card_7eb2k_120{padding:22px 20px;border-radius:20px}._infoGrid_7eb2k_167{grid-template-columns:1fr}._organizerTop_7eb2k_132{gap:14px}._avatar_7eb2k_140{width:54px;height:54px;min-width:54px;font-size:20px}._name_7eb2k_154{font-size:18px}}@media(max-width:480px){._hero_7eb2k_13{padding:52px 16px 48px}._heroTitle_7eb2k_47{font-size:26px}._contactSection_7eb2k_81{padding:36px 16px 48px}}._section_1v6wz_3{width:100%;padding:40px 20px;background:#f7f8fc}._container_1v6wz_9{max-width:720px;margin:auto}._header_1v6wz_16{margin-bottom:20px}._tag_1v6wz_20{display:inline-flex;align-items:center;gap:6px;background:#0d6efd14;color:#0d6efd;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:10px}._heading_1v6wz_33{font-size:22px;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.25}._subText_1v6wz_41{font-size:14px;color:#6b7280;line-height:1.6;margin:0}._policyList_1v6wz_50{display:flex;flex-direction:column;gap:8px;margin-top:20px;margin-bottom:20px}._policyCard_1v6wz_58{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #ececec;border-radius:10px;padding:12px 14px;transition:border-color .15s ease}._policyCard_1v6wz_58:hover{border-color:#d1d5db}._numberBox_1v6wz_73{min-width:26px;height:26px;border-radius:6px;background:#0d6efd14;color:#0d6efd;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}._policyCard_1v6wz_58 p{font-size:13px;line-height:1.65;color:#374151;margin:0;padding-top:4px}._pdfBox_1v6wz_98{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pdfLeft_1v6wz_110{display:flex;align-items:center;gap:10px}._pdfIcon_1v6wz_116{font-size:20px;color:#6b7280}._pdfTitle_1v6wz_121{font-size:13px;font-weight:600;color:#111827;margin:0 0 2px}._pdfDesc_1v6wz_128{font-size:12px;line-height:1.5;color:#6b7280;margin:0}._viewBtn_1v6wz_137{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#111827;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:13px;font-weight:600;white-space:nowrap;transition:background .15s ease}._viewBtn_1v6wz_137:hover{background:#f9fafb}@media(max-width:768px){._section_1v6wz_3{padding:30px 16px}._heading_1v6wz_33{font-size:20px}._pdfBox_1v6wz_98{flex-direction:column;align-items:stretch}._viewBtn_1v6wz_137{justify-content:center}}._section_nqvnk_1{width:100%;padding:40px 20px;background:#f7f8fc}._container_nqvnk_7{max-width:720px;margin:auto}._header_nqvnk_14{margin-bottom:20px}._tag_nqvnk_18{display:inline-flex;align-items:center;gap:6px;background:#0d6efd14;color:#0d6efd;padding:4px 12px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:10px}._heading_nqvnk_31{font-size:22px;font-weight:700;color:#111827;margin-bottom:6px;line-height:1.25}._subText_nqvnk_39{font-size:14px;color:#6b7280;line-height:1.6;margin:0}._noticeBox_nqvnk_48{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #0d6efd;border-radius:10px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;margin-bottom:20px}._noticeIcon_nqvnk_60{min-width:16px;font-size:16px;color:#0d6efd;margin-top:2px}._noticeBox_nqvnk_48 h4{font-size:13px;font-weight:600;margin-bottom:2px;color:#111827}._noticeBox_nqvnk_48 p{font-size:13px;line-height:1.6;color:#6b7280;margin:0}._policyList_nqvnk_83{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._policyCard_nqvnk_90{background:#fff;border-radius:10px;padding:12px 14px;display:flex;align-items:flex-start;gap:12px;border:1px solid #ececec;transition:border-color .2s ease}._policyCard_nqvnk_90:hover{border-color:#d1d5db}._numberBox_nqvnk_105{min-width:26px;height:26px;border-radius:6px;background:#0d6efd14;color:#0d6efd;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}._policyContent_nqvnk_119{display:flex;align-items:flex-start;gap:8px;flex:1}._checkIcon_nqvnk_126{min-width:14px;font-size:14px;color:#16a34a;margin-top:2px;flex-shrink:0}._policyContent_nqvnk_119 p{font-size:13px;line-height:1.65;color:#374151;margin:0}._pdfBox_nqvnk_143{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pdfLeft_nqvnk_155{display:flex;align-items:center;gap:10px}._pdfIcon_nqvnk_161{font-size:20px;color:#6b7280}._pdfTitle_nqvnk_166{font-size:13px;font-weight:600;color:#111827;margin-bottom:2px}._pdfDesc_nqvnk_173{font-size:12px;line-height:1.5;color:#6b7280;margin:0}._viewBtn_nqvnk_180{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#111827;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:13px;font-weight:600;transition:background .2s ease;white-space:nowrap}._viewBtn_nqvnk_180:hover{background:#f9fafb}@media(max-width:768px){._section_nqvnk_1{padding:30px 16px}._heading_nqvnk_31{font-size:20px}._policyCard_nqvnk_90{flex-direction:column;gap:10px}._pdfBox_nqvnk_143{flex-direction:column;align-items:flex-start}._viewBtn_nqvnk_180{width:100%;justify-content:center}}._section_16zab_1{width:100%;padding:40px 20px;background:linear-gradient(180deg,#f3f7ff,#fff)}._container_16zab_12{max-width:760px;margin:auto}._header_16zab_19{margin-bottom:24px}._tag_16zab_23{display:inline-flex;align-items:center;gap:6px;background:#6366f114;color:#4f46e5;padding:5px 14px;border-radius:50px;font-size:12px;font-weight:700;margin-bottom:12px;letter-spacing:.3px}._heading_16zab_37{font-size:28px;font-weight:800;color:#111827;margin-bottom:10px;line-height:1.2}._subText_16zab_45{font-size:15px;color:#6b7280;line-height:1.7;max-width:620px}._noticeBox_16zab_54{background:#fff;border:1px solid #dbeafe;border-left:4px solid #4f46e5;border-radius:14px;padding:16px;display:flex;gap:12px;align-items:flex-start;margin-bottom:24px;box-shadow:0 4px 20px #4f46e50a}._noticeIcon_16zab_68{min-width:18px;font-size:18px;color:#4f46e5;margin-top:2px}._noticeBox_16zab_54 h4{font-size:14px;font-weight:700;margin-bottom:4px;color:#111827}._noticeBox_16zab_54 p{font-size:13px;line-height:1.7;color:#6b7280;margin:0}._policyList_16zab_91{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._policyCard_16zab_98{background:#fff;border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:14px;border:1px solid #edf2f7;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}._policyCard_16zab_98:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}._numberBox_16zab_119{min-width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}._policyContent_16zab_138{display:flex;align-items:flex-start;gap:10px;flex:1}._checkIcon_16zab_145{min-width:16px;font-size:16px;color:#22c55e;margin-top:3px;flex-shrink:0}._policyContent_16zab_138 p{font-size:14px;line-height:1.75;color:#374151;margin:0}._pdfBox_16zab_162{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;box-shadow:0 6px 18px #00000008}._pdfLeft_16zab_176{display:flex;align-items:center;gap:12px}._pdfIcon_16zab_182{width:42px;height:42px;border-radius:12px;background:#4f46e514;display:flex;align-items:center;justify-content:center;font-size:20px;color:#4f46e5}._pdfTitle_16zab_194{font-size:14px;font-weight:700;color:#111827;margin-bottom:3px}._pdfDesc_16zab_201{font-size:12px;line-height:1.6;color:#6b7280;margin:0;max-width:420px}._viewBtn_16zab_209{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;text-decoration:none;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:700;transition:transform .2s ease,opacity .2s ease;white-space:nowrap}._viewBtn_16zab_209:hover{transform:translateY(-1px);opacity:.95}@media(max-width:768px){._section_16zab_1{padding:30px 16px}._heading_16zab_37{font-size:23px}._policyCard_16zab_98{flex-direction:column}._pdfBox_16zab_162{flex-direction:column;align-items:flex-start}._viewBtn_16zab_209{width:100%;justify-content:center}}._heroSection_15v8z_1{position:relative;width:100%;overflow:hidden;padding:110px 0 90px;background:#fff}._container_15v8z_9{width:min(90%,1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:70px}._leftContent_15v8z_20{flex:1;max-width:560px;display:flex;flex-direction:column;align-items:flex-start}._heading_15v8z_29{margin:0;font-size:clamp(2.7rem,4vw,4.4rem);line-height:1.05;letter-spacing:-2px;font-weight:700;color:#1d1d1d}._heading_15v8z_29 span{display:block;background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_15v8z_53{margin-top:28px;font-size:1.02rem;line-height:1.8;color:#5f5f5f}._subDescription_15v8z_62{margin-top:18px;font-size:.98rem;line-height:1.8;color:#757575}._actionArea_15v8z_72{display:flex;align-items:center;gap:16px;margin-top:40px}._primaryBtn_15v8z_80{display:flex;align-items:center;gap:10px;border:none;cursor:pointer;padding:15px 24px;border-radius:14px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.95rem;font-weight:600;transition:all .3s ease}._primaryBtn_15v8z_80:hover{transform:translateY(-3px)}._secondaryBtn_15v8z_108{border:1px solid #d9e8ef;cursor:pointer;padding:15px 22px;border-radius:14px;background:#fff;color:#333;font-size:.95rem;font-weight:500;transition:all .3s ease}._secondaryBtn_15v8z_108:hover{border-color:#04b4ef;color:#01669c}._rightContent_15v8z_130{flex:1;display:flex;justify-content:center}._visualWrapper_15v8z_137{display:flex;align-items:center;gap:22px;width:100%;max-width:520px}._infoCard_15v8z_147{flex:1;padding:26px;border-radius:32px;background:#fff;border:1px solid rgba(4,180,239,.1);display:flex;flex-direction:column;justify-content:space-between;min-height:420px}._iconCircle_15v8z_165{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#073e59,#01669c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-left:auto}._smallText_15v8z_188{margin-top:36px;font-size:.95rem;font-weight:700;color:#01669c}._infoTitle_15v8z_197{margin-top:18px;font-size:2rem;line-height:1.05;letter-spacing:-1px;font-weight:700;color:#111}._infoDivider_15v8z_208{width:100%;height:1px;margin:34px 0 24px;background:#00000014}._bottomRating_15v8z_218{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:22px;background:#111}._ratingCircle_15v8z_230{width:52px;height:52px;border-radius:50%;background:#fff;color:#01669c;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:700;flex-shrink:0}._ratingContent_15v8z_249{display:flex;flex-direction:column;gap:4px}._ratingContent_15v8z_249 strong{font-size:1rem;line-height:1.4;color:#fff}._ratingContent_15v8z_249 span{font-size:.82rem;line-height:1.6;color:#ffffffb8}._imageStack_15v8z_270{width:220px;display:flex;flex-direction:column;gap:18px}._topImageWrapper_15v8z_278,._bottomImageCard_15v8z_279{overflow:hidden;border-radius:28px;background:#f4f9fc;border:1px solid rgba(4,180,239,.08)}._topImageWrapper_15v8z_278{height:180px}._bottomImageCard_15v8z_279{height:250px}._topImage_15v8z_278,._bottomImage_15v8z_279{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){._container_15v8z_9{flex-direction:column;gap:60px}._leftContent_15v8z_20{max-width:100%}._heading_15v8z_29{font-size:clamp(2.3rem,4vw,3.7rem)}._visualWrapper_15v8z_137{flex-direction:column;max-width:100%}._infoCard_15v8z_147{min-height:auto;width:100%}._imageStack_15v8z_270{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:18px}._topImageWrapper_15v8z_278,._bottomImageCard_15v8z_279{height:240px}._infoTitle_15v8z_197{font-size:1.7rem}}@media(max-width:768px){._heroSection_15v8z_1{padding:90px 0 70px}._container_15v8z_9{flex-direction:column;gap:60px}._leftContent_15v8z_20{max-width:100%}._heading_15v8z_29{font-size:2.8rem}._actionArea_15v8z_72{flex-wrap:wrap}}@media(max-width:600px){._heading_15v8z_29{font-size:2.2rem}._description_15v8z_53,._subDescription_15v8z_62{font-size:.95rem;line-height:1.75}._infoCard_15v8z_147{padding:22px;border-radius:26px}._infoTitle_15v8z_197{font-size:1.45rem}._imageStack_15v8z_270{gap:14px}}@media(max-width:480px){._heroSection_15v8z_1{padding:80px 0 60px}._heading_15v8z_29{font-size:1.95rem;line-height:1.12}._actionArea_15v8z_72{width:100%;flex-direction:column;align-items:stretch}._primaryBtn_15v8z_80,._secondaryBtn_15v8z_108{width:100%;justify-content:center}._visualWrapper_15v8z_137{gap:18px}._imageStack_15v8z_270{grid-template-columns:1fr}._topImageWrapper_15v8z_278,._bottomImageCard_15v8z_279{height:220px}._bottomRating_15v8z_218{flex-direction:column;align-items:flex-start}}._visibilitySection_1y6ak_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_1y6ak_11{width:min(90%,860px);margin:0 auto}._contentWrapper_1y6ak_16{display:flex;flex-direction:column;align-items:center;text-align:center}._miniLabel_1y6ak_25{font-size:.72rem;font-weight:600;letter-spacing:.18em;color:#9a9a9a}._heading_1y6ak_34{margin:18px 0 0;max-width:680px;font-size:clamp(2rem,3vw,3rem);line-height:1.15;letter-spacing:-1.8px;font-weight:700;color:#1d1d1d}._heading_1y6ak_34 span{margin-left:.65rem;display:inline-block;background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1y6ak_62{max-width:760px;margin-top:34px;font-size:1.45rem;line-height:1.45;letter-spacing:-1px;font-weight:500;color:#222}._subDescription_1y6ak_76{max-width:650px;margin-top:26px;font-size:1rem;line-height:1.9;color:#6d6d6d}@media(max-width:768px){._visibilitySection_1y6ak_1{padding:90px 0}._heading_1y6ak_34{font-size:2.35rem}._description_1y6ak_62{font-size:1.18rem;line-height:1.5}._subDescription_1y6ak_76{font-size:.96rem;line-height:1.85}}@media(max-width:600px){._heading_1y6ak_34{font-size:2rem}._description_1y6ak_62{font-size:1.08rem}}@media(max-width:480px){._visibilitySection_1y6ak_1{padding:80px 0}._heading_1y6ak_34{font-size:1.75rem;line-height:1.18}._description_1y6ak_62{margin-top:28px;font-size:1rem;line-height:1.55;letter-spacing:-.5px}._subDescription_1y6ak_76{font-size:.92rem;line-height:1.8}._miniLabel_1y6ak_25{font-size:.68rem}}._campaignSection_3b5lf_1{position:relative;width:100%;padding:120px 0;background:#fff;overflow:hidden}._container_3b5lf_12{width:min(90%,1280px);margin:0 auto}._headerContent_3b5lf_18{max-width:760px;margin-bottom:80px}._topLabel_3b5lf_24{font-size:.76rem;font-weight:700;letter-spacing:.18em;color:#8d8d8d}._heading_3b5lf_33{margin-top:22px;font-size:clamp(2.7rem,5vw,5rem);line-height:.96;letter-spacing:-3px;font-weight:700;color:#111}._heading_3b5lf_33 span{display:block;margin-top:10px;background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_3b5lf_60{max-width:720px;margin-top:32px;font-size:1rem;line-height:1.95;color:#5f5f5f}._cardsWrapper_3b5lf_72{display:flex;flex-direction:column;gap:38px}._serviceCard_3b5lf_79{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px;border-radius:34px;background:linear-gradient(180deg,#fff,#f9fcff);border:1px solid #e7edf3;overflow:hidden}._serviceCard_3b5lf_79:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(4,180,239,.08) 0%,transparent 70%);top:-120px;right:-120px;pointer-events:none}._reverseCard_3b5lf_125 ._contentSide_3b5lf_125{order:2}._reverseCard_3b5lf_125 ._imageSide_3b5lf_129{order:1}._contentSide_3b5lf_125{position:relative;z-index:2}._iconWrapper_3b5lf_139{width:72px;height:72px;border-radius:22px;background:#04b4ef1a;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#01669c}._contentSide_3b5lf_125 h3{margin-top:28px;font-size:clamp(1.8rem,2vw,2.6rem);line-height:1.05;letter-spacing:-1.8px;font-weight:700;color:#111}._contentSide_3b5lf_125 p{margin-top:22px;max-width:540px;font-size:1rem;line-height:1.9;color:#5f5f5f}._learnMoreBtn_3b5lf_180{margin-top:34px;height:54px;padding:0 24px;border:none;border-radius:14px;background:linear-gradient(135deg,#073e59,#01669c,#04b4ef);display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-size:.95rem;font-weight:600;color:#fff;transition:.35s ease}._learnMoreBtn_3b5lf_180:hover{transform:translateY(-3px)}._imageSide_3b5lf_129{position:relative;z-index:2}._imageWrapper_3b5lf_220{position:relative;width:100%;border-radius:28px;overflow:hidden;background:#fff;border:1px solid #e7edf3;box-shadow:0 10px 40px #073e5914,0 2px 10px #073e590a}._imageWrapper_3b5lf_220 img{width:100%;height:340px;display:block;object-fit:cover}@media(max-width:1200px){._serviceCard_3b5lf_79{padding:50px;gap:40px}}@media(max-width:1024px){._campaignSection_3b5lf_1{padding:100px 0}._headerContent_3b5lf_18{margin-bottom:60px}._serviceCard_3b5lf_79{grid-template-columns:1fr;padding:42px}._reverseCard_3b5lf_125 ._contentSide_3b5lf_125,._reverseCard_3b5lf_125 ._imageSide_3b5lf_129{order:unset}._imageWrapper_3b5lf_220,._contentSide_3b5lf_125 p{max-width:100%}}@media(max-width:768px){._campaignSection_3b5lf_1{padding:85px 0}._heading_3b5lf_33{letter-spacing:-2px}._description_3b5lf_60{font-size:.95rem;line-height:1.9}._serviceCard_3b5lf_79{padding:32px;border-radius:28px}._iconWrapper_3b5lf_139{width:64px;height:64px;border-radius:18px;font-size:1.3rem}._contentSide_3b5lf_125 h3{margin-top:22px}._contentSide_3b5lf_125 p{margin-top:18px;font-size:.94rem}._learnMoreBtn_3b5lf_180{margin-top:28px;height:50px;font-size:.9rem}}@media(max-width:600px){._heading_3b5lf_33{font-size:2.4rem;line-height:1}._serviceCard_3b5lf_79{gap:28px;padding:26px}._contentSide_3b5lf_125 h3{font-size:1.7rem;letter-spacing:-1px}}@media(max-width:480px){._campaignSection_3b5lf_1{padding:75px 0}._container_3b5lf_12{width:min(92%,1280px)}._headerContent_3b5lf_18{margin-bottom:46px}._heading_3b5lf_33{font-size:2rem;letter-spacing:-1.5px}._description_3b5lf_60{margin-top:24px;font-size:.9rem;line-height:1.8}._serviceCard_3b5lf_79{padding:22px;border-radius:24px}._iconWrapper_3b5lf_139{width:58px;height:58px;border-radius:16px;font-size:1.15rem}._contentSide_3b5lf_125 h3{font-size:1.45rem;line-height:1.08}._contentSide_3b5lf_125 p{font-size:.88rem;line-height:1.8}._learnMoreBtn_3b5lf_180{width:100%;justify-content:center}}._communicationSection_1q525_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_1q525_11{width:min(90%,1280px);margin:0 auto}._topContent_1q525_17{max-width:760px}._topLabel_1q525_21{font-size:.74rem;font-weight:600;letter-spacing:.16em;color:#8d8d8d}._heading_1q525_29{margin:20px 0 0;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#111}._heading_1q525_29 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1q525_51{max-width:620px;margin-top:28px;font-size:.98rem;line-height:1.9;color:#5f5f5f}._cardGrid_1q525_63{margin-top:60px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}._card_1q525_63{position:relative;padding:26px;border-radius:30px;background:#f8f8f8;border:1px solid #ececec;min-height:360px;display:flex;flex-direction:column;transition:all .3s ease}._card_1q525_63:hover{transform:translateY(-4px)}._cardTop_1q525_117{display:flex;align-items:center;justify-content:space-between}._numberBadge_1q525_111{width:42px;height:42px;border-radius:50%;background:#ece8ff;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:600;color:#01669c}._arrowIcon_1q525_106{font-size:1rem;color:#111;transform:rotate(45deg)}._iconWrapper_1q525_107{width:54px;height:54px;margin-top:42px;display:flex;align-items:center;justify-content:flex-start;font-size:1.7rem;color:#01669c;line-height:1}._iconWrapper_1q525_107 svg{display:block;flex-shrink:0}._card_1q525_63 h3{margin:24px 0 0;font-size:1.4rem;line-height:1.15;letter-spacing:-1px;font-weight:700;color:#111}._card_1q525_63 p{margin-top:18px;font-size:.92rem;line-height:1.9;color:#666}@media(max-width:1200px){._cardGrid_1q525_63{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._communicationSection_1q525_1{padding:90px 0}._heading_1q525_29{font-size:2.8rem;letter-spacing:-2px}._card_1q525_63{min-height:auto}}@media(max-width:600px){._cardGrid_1q525_63{grid-template-columns:1fr}._heading_1q525_29{font-size:2.3rem}._description_1q525_51{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._communicationSection_1q525_1{padding:75px 0}._heading_1q525_29{font-size:2rem;line-height:1.05}._card_1q525_63{padding:22px;border-radius:24px}._card_1q525_63 h3{font-size:1.2rem}._card_1q525_63 p{font-size:.88rem;line-height:1.8}._iconWrapper_1q525_107{margin-top:34px;font-size:1.5rem}}._bullhornIcon_1q525_266{transform:translateY(2px)}._experienceSection_uwy86_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_uwy86_11{width:min(90%,1240px);margin:0 auto;display:grid;grid-template-columns:.9fr 1fr;gap:90px}._leftContent_uwy86_21{display:flex;flex-direction:column}._topLabel_uwy86_26{font-size:.74rem;font-weight:600;letter-spacing:.16em;color:#8d8d8d}._heading_uwy86_34{margin:22px 0 0;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#111;max-width:520px}._heading_uwy86_34 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_uwy86_58{max-width:500px;margin-top:30px;font-size:.98rem;line-height:1.9;color:#5f5f5f}._subDescription_uwy86_69{max-width:500px;margin-top:18px;font-size:.96rem;line-height:1.9;color:#6d6d6d}._imageWrapper_uwy86_81{margin-top:60px;width:100%;max-width:420px;border-radius:26px;overflow:hidden}._image_uwy86_81{width:100%;height:100%;object-fit:cover;display:block}._rightContent_uwy86_102{display:flex;flex-direction:column;padding-top:10px}._item_uwy86_109{display:flex;align-items:flex-start;gap:18px;padding:30px 0}._itemContent_uwy86_117{display:flex;flex-direction:column}._itemContent_uwy86_117 h3{margin:0;font-size:1.02rem;line-height:1.2;letter-spacing:-.5px;font-weight:600;color:#111}._itemContent_uwy86_117 p{margin:10px 0 0;max-width:470px;font-size:.95rem;line-height:1.9;color:#4f4f4f}._iconWrapper_uwy86_145{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:6px;background:transparent;color:#0599cc;font-size:.72rem}@media(max-width:1024px){._container_uwy86_11{grid-template-columns:1fr;gap:70px}._imageWrapper_uwy86_81{max-width:100%}._rightContent_uwy86_102{padding-top:0}}@media(max-width:768px){._experienceSection_uwy86_1{padding:90px 0}._heading_uwy86_34{font-size:2.8rem;letter-spacing:-2px}._item_uwy86_109{gap:16px}}@media(max-width:600px){._heading_uwy86_34{font-size:2.3rem}._description_uwy86_58,._subDescription_uwy86_69,._item_uwy86_109 p{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._experienceSection_uwy86_1{padding:75px 0}._heading_uwy86_34{font-size:2rem;line-height:1.05}._imageWrapper_uwy86_81{margin-top:42px;border-radius:22px}._item_uwy86_109{padding:24px 0}._item_uwy86_109 p{font-size:.9rem;line-height:1.8}}._visibilitySection_9pon5_1{position:relative;width:100%;padding:110px 0;background:#0b0b0b;overflow:hidden}._container_9pon5_12{width:min(90%,1280px);margin:0 auto}._topArea_9pon5_18{display:grid;grid-template-columns:.9fr 1fr;gap:80px;align-items:flex-start}._topLabel_9pon5_26{display:inline-block;margin-bottom:24px;font-size:.82rem;font-weight:500;letter-spacing:.18em;color:#8d8d8d}._heading_9pon5_38{margin:0;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#fff;max-width:520px}._heading_9pon5_38 span{background:linear-gradient(135deg,#fff,#8fdcff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._descriptionWrapper_9pon5_63{padding-top:55px}._descriptionWrapper_9pon5_63 p{margin:0;max-width:560px;font-size:1rem;line-height:1.95;color:#b7b7b7}._divider_9pon5_79{width:100%;height:1px;margin:70px 0 10px;background:#ffffff1f}._listWrapper_9pon5_89{display:flex;flex-direction:column}._listItem_9pon5_95{display:grid;grid-template-columns:90px 280px 1fr 220px;gap:40px;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.08)}._leftItem_9pon5_107{display:flex;flex-direction:column;gap:26px}._number_9pon5_113{font-size:1.1rem;font-style:italic;font-weight:500;color:#fff}._iconWrapper_9pon5_121{font-size:1.15rem;color:#04b4ef}._titleWrapper_9pon5_128 h3{margin:0;font-size:2rem;line-height:1.08;letter-spacing:-1.5px;font-weight:600;color:#fff}._contentWrapper_9pon5_141 p{margin:0;max-width:500px;font-size:.96rem;line-height:1.9;color:#b7b7b7}@media(max-width:1024px){._topArea_9pon5_18{grid-template-columns:1fr;gap:30px}._descriptionWrapper_9pon5_63{padding-top:0}._listItem_9pon5_95{grid-template-columns:70px 1fr;gap:24px 34px}._titleWrapper_9pon5_128,._contentWrapper_9pon5_141{grid-column:2}._imageWrapper_9pon5_180{grid-column:2;max-width:260px;height:170px;margin-top:8px}._titleWrapper_9pon5_128 h3{font-size:1.6rem}._contentWrapper_9pon5_141 p{max-width:100%}}@media(max-width:768px){._imageWrapper_9pon5_180{max-width:100%;height:220px}._visibilitySection_9pon5_1{padding:90px 0}._heading_9pon5_38{font-size:2.8rem}._listItem_9pon5_95{grid-template-columns:1fr;gap:20px;padding:30px 0}._leftItem_9pon5_107{flex-direction:row;align-items:center}._titleWrapper_9pon5_128 h3{font-size:1.45rem}}@media(max-width:600px){._heading_9pon5_38{font-size:2.3rem}._descriptionWrapper_9pon5_63 p,._contentWrapper_9pon5_141 p{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._visibilitySection_9pon5_1{padding:75px 0}._heading_9pon5_38{font-size:2rem;line-height:1.05}._divider_9pon5_79{margin:50px 0 0}._listItem_9pon5_95{padding:26px 0}._titleWrapper_9pon5_128 h3{font-size:1.2rem;line-height:1.15}._contentWrapper_9pon5_141 p{font-size:.9rem;line-height:1.8}}._imageWrapper_9pon5_180{width:100%;max-width:220px;height:140px;border-radius:18px;overflow:hidden}._itemImage_9pon5_282{width:100%;height:100%;object-fit:cover;display:block}._insightsSection_3pnd4_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_3pnd4_12{width:min(90%,1280px);margin:0 auto}._topArea_3pnd4_18{display:grid;grid-template-columns:.95fr 1fr;gap:90px;align-items:flex-start}._topLabel_3pnd4_26{display:inline-block;margin-bottom:22px;font-size:.78rem;font-weight:600;letter-spacing:.18em;color:#8d8d8d}._heading_3pnd4_38{margin:0;max-width:520px;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#111}._heading_3pnd4_38 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_3pnd4_63{max-width:520px;margin-top:28px;font-size:.98rem;line-height:1.9;color:#5f5f5f}._rightContent_3pnd4_74{padding-top:72px}._rightContent_3pnd4_74 p{margin:0;max-width:560px;font-size:.98rem;line-height:1.95;color:#6b6b6b}._cardGrid_3pnd4_90{margin-top:75px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}._card_3pnd4_90{padding:34px 28px;border-radius:28px;background:#f8fbfd;border:1px solid #e7eef3;min-height:360px;display:flex;flex-direction:column}._cardTop_3pnd4_119{display:flex;align-items:center;justify-content:space-between}._number_3pnd4_125{font-size:1rem;font-weight:600;color:#01669c}._iconWrapper_3pnd4_133{width:72px;height:72px;margin-top:42px;border-radius:50%;background:#04b4ef14;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#01669c}._card_3pnd4_90 h3{margin:30px 0 0;font-size:1.5rem;line-height:1.15;letter-spacing:-1px;font-weight:700;color:#111}._divider_3pnd4_166{width:48px;height:2px;margin-top:24px;background:linear-gradient(to right,#01669c,#04b4ef);border-radius:999px}._card_3pnd4_90 p{margin-top:24px;font-size:.92rem;line-height:1.9;color:#666}@media(max-width:1200px){._cardGrid_3pnd4_90{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){._topArea_3pnd4_18{grid-template-columns:1fr;gap:36px}._rightContent_3pnd4_74{padding-top:0}}@media(max-width:768px){._insightsSection_3pnd4_1{padding:90px 0}._heading_3pnd4_38{font-size:2.8rem;letter-spacing:-2px}._card_3pnd4_90{min-height:auto}}@media(max-width:600px){._cardGrid_3pnd4_90{grid-template-columns:1fr}._heading_3pnd4_38{font-size:2.3rem}._description_3pnd4_63,._rightContent_3pnd4_74 p,._card_3pnd4_90 p{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._insightsSection_3pnd4_1{padding:75px 0}._heading_3pnd4_38{font-size:2rem;line-height:1.05}._card_3pnd4_90{padding:28px 24px;border-radius:24px}._iconWrapper_3pnd4_133{width:64px;height:64px;margin-top:34px;font-size:1.4rem}._card_3pnd4_90 h3{font-size:1.28rem}._card_3pnd4_90 p{font-size:.88rem;line-height:1.8}}._eventTypesSection_qiuio_5{width:100%;padding:7% 0%;background:#fff;overflow:hidden}._container_qiuio_19{width:min(90%,1100px);margin:0 auto}._sectionHeader_qiuio_29{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}._sectionTag_qiuio_39{display:inline-block;margin-bottom:1.3rem;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8d8d8d}._heading_qiuio_53{margin-top:1.2rem;font-size:46px;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#333}._heading_qiuio_53 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_qiuio_80{width:min(90%,650px);margin-top:1rem;color:#5f5f5f;font-size:1rem;line-height:1.85}._eventList_qiuio_96{width:100%;margin-top:4rem;display:flex;flex-direction:column;border-top:1px solid #eaeaea}._listItem_qiuio_111{width:100%;padding:1.5rem 0rem;border-bottom:1px solid #eaeaea;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:padding-left .3s ease,border-color .3s ease}._listItem_qiuio_111:hover{padding-left:.5rem;border-color:#03b4ef40}._leftSide_qiuio_144{display:flex;align-items:center;gap:1rem}._iconWrapper_qiuio_155{width:3.2rem;height:3.2rem;border-radius:1rem;color:#333;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}._leftSide_qiuio_144 h3{color:#202020;font-size:1.1rem;font-weight:600;letter-spacing:-.02em}._number_qiuio_186{color:#b8b8b8;font-size:1rem;font-weight:600}@media(max-width:1024px){._eventTypesSection_qiuio_5{padding:10% 0%}._heading_qiuio_53{font-size:40px}}@media(max-width:768px){._eventTypesSection_qiuio_5{padding:14% 0%}._heading_qiuio_53{font-size:34px}._description_qiuio_80{font-size:.96rem}._listItem_qiuio_111{padding:1.3rem 0rem}}@media(max-width:600px){._eventTypesSection_qiuio_5{padding:16% 0%}._container_qiuio_19{width:min(92%,1100px)}._heading_qiuio_53{font-size:30px}._leftSide_qiuio_144{gap:.8rem}._iconWrapper_qiuio_155{width:2.9rem;height:2.9rem}._leftSide_qiuio_144 h3{font-size:.98rem}}@media(max-width:480px){._eventTypesSection_qiuio_5{padding:18% 0%}._heading_qiuio_53{font-size:26px;line-height:1.15}._description_qiuio_80{width:100%;font-size:.88rem;line-height:1.7}._sectionTag_qiuio_39{font-size:.75rem;padding:.55rem 1rem}._listItem_qiuio_111{align-items:flex-start}._leftSide_qiuio_144{width:100%}._number_qiuio_186{font-size:.9rem}._leftSide_qiuio_144 h3{line-height:1.5}}._whySection_1po35_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_1po35_12{width:min(90%,1280px);margin:0 auto;display:grid;grid-template-columns:1fr .95fr;gap:90px;align-items:center}._leftContent_1po35_24{position:relative;min-height:720px}._topCard_1po35_31{position:absolute;top:90px;right:70px;width:230px;padding:22px;border-radius:22px;background:#fff;border:1px solid #e9edf2;box-shadow:0 16px 40px #0000000d;z-index:3}._cardTop_1po35_53{display:flex;align-items:center;justify-content:space-between}._cardTop_1po35_53 h3{margin:0;font-size:1.9rem;font-weight:700;letter-spacing:-1.5px;color:#111}._trendIcon_1po35_70{font-size:1.2rem;color:#04b4ef}._topCard_1po35_31 p{margin-top:12px;font-size:.88rem;line-height:1.8;color:#666}._cardDivider_1po35_85{width:100%;height:1px;margin:20px 0 16px;background:#ebebeb}._avatarRow_1po35_94{display:flex;align-items:center;justify-content:space-between}._avatarGroup_1po35_100{display:flex;align-items:center}._avatarGroup_1po35_100 span{width:30px;height:30px;border-radius:50%;border:2px solid #ffffff;margin-left:-10px;background:linear-gradient(135deg,#073e59,#04b4ef)}._avatarGroup_1po35_100 span:first-child{margin-left:0}._count_1po35_126{width:42px;height:42px;border-radius:50%;background:#01669c;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff}._leftImage_1po35_145{position:absolute;left:0;bottom:90px;width:58%;height:460px;border-radius:30px;overflow:hidden}._rightImage_1po35_159{position:absolute;right:0;bottom:0;width:48%;height:440px;border-radius:30px;overflow:hidden}._leftImage_1po35_145 img,._rightImage_1po35_159 img{width:100%;height:100%;object-fit:cover;display:block}._bottomCard_1po35_184{position:absolute;left:380px;bottom:200px;width:240px;padding:24px;border-radius:22px;background:#fff;border:1px solid #ebedf1;box-shadow:0 18px 40px #0000000d;z-index:3}._bottomCard_1po35_184 h4{margin:0;font-size:1rem;font-weight:600;color:#111}._ratingLine_1po35_215{width:72px;height:4px;margin-top:18px;border-radius:999px;background:linear-gradient(to right,#01669c,#04b4ef)}._stars_1po35_230{display:flex;align-items:center;gap:10px;margin-top:18px;color:#04b4ef;font-size:1rem}._rightContent_1po35_243{display:flex;flex-direction:column}._topLabel_1po35_248{display:inline-block;margin-bottom:24px;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8d8d8d}._heading_1po35_262{margin:0;max-width:560px;font-size:clamp(2.4rem,3vw,4rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#111}._heading_1po35_262 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1po35_287{max-width:560px;margin-top:34px;font-size:1rem;line-height:1.95;color:#5f5f5f}._subDescription_1po35_298{max-width:560px;margin-top:22px;font-size:.98rem;line-height:1.95;color:#6b6b6b}@media(max-width:1024px){._container_1po35_12{grid-template-columns:1fr;gap:80px}._leftContent_1po35_24{min-height:650px}}@media(max-width:768px){._whySection_1po35_1{padding:90px 0}._heading_1po35_262{font-size:2.8rem;letter-spacing:-2px}._leftContent_1po35_24{min-height:620px}._topCard_1po35_31{width:240px}._leftImage_1po35_145{height:400px}._rightImage_1po35_159{height:380px}}@media(max-width:600px){._container_1po35_12{gap:65px}._heading_1po35_262{font-size:2.25rem}._description_1po35_287,._subDescription_1po35_298{font-size:.94rem;line-height:1.85}._leftContent_1po35_24{min-height:auto;display:flex;flex-direction:column;gap:20px}._topCard_1po35_31,._bottomCard_1po35_184,._leftImage_1po35_145,._rightImage_1po35_159{display:none}}@media(max-width:480px){._whySection_1po35_1{padding:75px 0}._heading_1po35_262{font-size:2rem;line-height:1.05}._topCard_1po35_31,._bottomCard_1po35_184{padding:22px;border-radius:20px}._cardTop_1po35_53 h3{font-size:1.8rem}._leftImage_1po35_145{height:260px;border-radius:22px}._description_1po35_287,._subDescription_1po35_298{font-size:.9rem;line-height:1.8}}._faqSection_1223h_1{position:relative;width:100%;padding:110px 0;background:#fff;overflow:hidden}._container_1223h_12{width:min(90%,1240px);margin:0 auto;display:grid;grid-template-columns:.85fr 1fr;gap:80px}._leftContent_1223h_22{position:sticky;top:120px;height:fit-content}._topLabel_1223h_29{display:inline-block;margin-bottom:22px;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8d8d8d}._heading_1223h_43{margin:0;max-width:480px;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1;letter-spacing:-2.5px;font-weight:700;color:#111}._heading_1223h_43 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1223h_68{max-width:460px;margin-top:30px;font-size:.98rem;line-height:1.9;color:#5f5f5f}._subDescription_1223h_79{max-width:460px;margin-top:18px;font-size:.95rem;line-height:1.9;color:#6b6b6b}._rightContent_1223h_91{display:flex;flex-direction:column}._faqItem_1223h_97{border-bottom:1px solid #e9e9e9;padding:26px 0}._faqButton_1223h_103{width:100%;border:none;background:transparent;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:30px;cursor:pointer;text-align:left}._faqButton_1223h_103 span{font-size:1rem;line-height:1.7;font-weight:600;color:#1b1b1b}._iconWrapper_1223h_131{width:34px;height:34px;border-radius:50%;background:#04b4ef14;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#01669c;font-size:.8rem;transition:all .3s ease}._activeFaq_1223h_152 ._iconWrapper_1223h_131{background:linear-gradient(135deg,#01669c,#04b4ef);color:#fff}._answerWrapper_1223h_163{max-height:0;overflow:hidden;transition:all .4s ease}._answerOpen_1223h_171{max-height:300px;padding-top:18px}._answerWrapper_1223h_163 p{margin:0;max-width:90%;font-size:.95rem;line-height:1.9;color:#666}@media(max-width:1024px){._container_1223h_12{grid-template-columns:1fr;gap:70px}._leftContent_1223h_22{position:relative;top:unset}._description_1223h_68,._subDescription_1223h_79{max-width:100%}}@media(max-width:768px){._faqSection_1223h_1{padding:90px 0}._heading_1223h_43{font-size:2.8rem;letter-spacing:-2px}._faqButton_1223h_103 span{font-size:.96rem}}@media(max-width:600px){._heading_1223h_43{font-size:2.3rem}._description_1223h_68,._subDescription_1223h_79,._answerWrapper_1223h_163 p{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._faqSection_1223h_1{padding:75px 0}._heading_1223h_43{font-size:2rem;line-height:1.05}._faqItem_1223h_97{padding:22px 0}._faqButton_1223h_103{gap:18px}._faqButton_1223h_103 span{font-size:.9rem;line-height:1.65}._iconWrapper_1223h_131{width:30px;height:30px;font-size:.72rem}._answerWrapper_1223h_163 p{max-width:100%;font-size:.88rem;line-height:1.8}}._ctaSection_1bbfn_1{width:100%;margin:1rem 0;padding:0 0 7%;background:#fff;overflow:hidden}._container_1bbfn_15{width:min(90%,1180px);margin:0 auto}._ctaCard_1bbfn_23{position:relative;width:100%;padding:5rem 2rem;border-radius:2rem;background:#fff;border:1px solid #ebebeb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}._ctaCard_1bbfn_23:before{content:"";position:absolute;width:520px;height:520px;top:-240px;left:-140px;background:radial-gradient(circle,rgba(4,180,239,.08) 0%,transparent 72%);pointer-events:none}._ctaCard_1bbfn_23:after{content:"";position:absolute;width:420px;height:420px;bottom:-220px;right:-120px;background:radial-gradient(circle,rgba(1,102,156,.08) 0%,transparent 72%);pointer-events:none}._ctaCard_1bbfn_23:hover{transform:translateY(-3px);border-color:#03b4ef29;box-shadow:0 16px 40px #0f172a0d}._topText_1bbfn_108{position:relative;z-index:2;color:#8d8d8d;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}._heading_1bbfn_125{position:relative;z-index:2;width:min(100%,760px);margin-top:1.4rem;color:#111;font-size:clamp(2.2rem,3vw,3.8rem);line-height:1.05;font-weight:700;letter-spacing:-2.5px}._heading_1bbfn_125 span{background:linear-gradient(135deg,#073e59,#04b4ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1bbfn_158{position:relative;z-index:2;width:min(100%,650px);margin-top:26px;color:#5f5f5f;font-size:1rem;line-height:1.9}._ctaBtn_1bbfn_176{position:relative;z-index:2;margin-top:2.3rem;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.95rem 1.5rem;border-radius:999px;background:linear-gradient(to right,#01669c,#03b4ef);color:#fff;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .3s ease,opacity .3s ease}._ctaBtn_1bbfn_176:hover{transform:translateY(-2px);opacity:.96}@media(max-width:1024px){._ctaSection_1bbfn_1{padding:0 0 10%}._heading_1bbfn_125{font-size:3.2rem}}@media(max-width:768px){._ctaSection_1bbfn_1{padding:0 0 14%}._ctaCard_1bbfn_23{padding:4rem 1.5rem}._heading_1bbfn_125{font-size:2.7rem}._description_1bbfn_158{font-size:.96rem}}@media(max-width:600px){._ctaSection_1bbfn_1{padding:0 0 16%}._container_1bbfn_15{width:min(92%,1180px)}._heading_1bbfn_125{font-size:2.2rem}._description_1bbfn_158{font-size:.94rem;line-height:1.85}}@media(max-width:480px){._ctaSection_1bbfn_1{padding:0 0 18%}._ctaCard_1bbfn_23{padding:3.5rem 1.2rem;border-radius:1.7rem}._heading_1bbfn_125{font-size:1.9rem;line-height:1.12}._description_1bbfn_158{font-size:.9rem;line-height:1.8}._ctaBtn_1bbfn_176{width:fit-content;font-size:.88rem}}._container_1q5fe_3{width:80%;border-radius:20px;padding:2rem;margin:auto;box-shadow:0 8px 32px #0000000a}._header_1q5fe_15{margin-bottom:1.5rem}._badge_1q5fe_19{display:inline-flex;align-items:center;gap:6px;color:#534ab7;padding:5px 12px;border-radius:100px;font-size:12px;font-weight:600;margin-bottom:12px}._heading_1q5fe_32{font-size:24px;font-weight:800;color:#111827;margin:0 0 6px}._subText_1q5fe_39{margin:0;color:#6b7280;font-size:14px;line-height:1.7}._guidelinesList_1q5fe_48{display:flex;flex-direction:column;gap:14px}._guidelineItem_1q5fe_54{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:14px;border:.5px solid #ececf3;transition:transform .15s ease,border-color .15s ease,background .15s ease}._guidelineItem_1q5fe_54:hover{background:#fff;border-color:#d9d7ff;transform:translateY(-1px)}._iconBox_1q5fe_74{width:30px;height:30px;min-width:30px;border-radius:10px;background:#eeedfe;color:#534ab7;display:flex;align-items:center;justify-content:center}._guidelineText_1q5fe_86{margin:0;color:#374151;font-size:14px;line-height:1.7;font-weight:500}.theme-modern{background:#020617}.theme-modern ._container_1q5fe_3{background:radial-gradient(circle at top left,rgba(124,58,237,.08),transparent 35%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 35%),#020617}.theme-modern ._container_1q5fe_3{width:82%;padding:3rem 0;background:transparent;box-shadow:none}.theme-modern ._header_1q5fe_15{margin-bottom:2.5rem}.theme-modern ._badge_1q5fe_19{background:#7c3aed24;color:#c4b5fd;border:1px solid rgba(124,58,237,.22);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-modern ._heading_1q5fe_32{color:#fff;font-size:34px;letter-spacing:-.03em;margin-bottom:10px}.theme-modern ._subText_1q5fe_39{color:#94a3b8;font-size:15px;max-width:700px}.theme-modern ._guidelinesList_1q5fe_48{gap:18px}.theme-modern ._guidelineItem_1q5fe_54{position:relative;overflow:hidden;padding:18px 20px;background:linear-gradient(135deg,#0f172af2,#111827eb);border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.theme-modern ._guidelineItem_1q5fe_54:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.8),transparent)}.theme-modern ._guidelineItem_1q5fe_54:hover{transform:translateY(-3px);border-color:#a855f740;box-shadow:0 12px 30px #00000073,0 0 0 1px #a855f714}.theme-modern ._iconBox_1q5fe_74{width:38px;height:38px;min-width:38px;border-radius:12px;background:linear-gradient(135deg,#7c3aed38,#6366f12e);color:#c4b5fd;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0f}.theme-modern ._guidelineText_1q5fe_86{color:#f8fafc;font-size:14px;line-height:1.8;font-weight:500}@media(max-width:640px){.theme-modern ._container_1q5fe_3{width:100%;padding:2rem 1rem}.theme-modern ._heading_1q5fe_32{font-size:28px}.theme-modern ._guidelineItem_1q5fe_54{padding:16px;border-radius:16px}}@media(max-width:640px){._container_1q5fe_3{padding:1.25rem;border-radius:16px}._heading_1q5fe_32{font-size:20px}._guidelineItem_1q5fe_54{padding:12px}._guidelineText_1q5fe_86{font-size:13px}}:root{--black: #0a0a0a;--white: #ffffff;--accent: #c9a84c;--accent2: #8b1a1a;--surface: #f8f6f2;--border: #e8e4dc;--text: #2c2c2c;--muted: #7a7a7a;--radius: 16px;--shadow: 0 4px 24px rgba(0,0,0,.08)}._mpsosWrapper_1tww9_19{font-family:DM Sans,sans-serif;background:var(--surface);min-height:100vh;padding-bottom:80px;color:var(--text)}._offlineSection_1tww9_30{background:#fff;border-radius:18px;padding:28px;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center}._offlineSection_1tww9_30 h3{margin-bottom:10px;font-size:26px;color:var(--accent2);font-family:Playfair Display,serif}._offlineSection_1tww9_30 p{color:var(--muted);font-size:14px;margin-bottom:20px}._downloadBtn_1tww9_60{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#c9a84c,#ffcf5a);color:#000;text-decoration:none;padding:14px 28px;border-radius:50px;font-weight:800;letter-spacing:1px;transition:.3s ease}._downloadBtn_1tww9_60:hover{transform:translateY(-2px);box-shadow:0 10px 24px #c9a84c59}._tcPayCard_1tww9_91{background:#fffdf5;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);box-shadow:var(--shadow);overflow:hidden}._tcPayHeader_1tww9_100{display:flex;align-items:center;gap:10px;padding:14px 22px;background:#c9a84c1a;border-bottom:1px solid var(--border);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--black)}._tcPayIcon_1tww9_114{font-size:17px}._tcPaySection_1tww9_118{padding:16px 22px 20px;border-bottom:1px solid var(--border)}._tcPaySection_1tww9_118:last-child{border-bottom:none}._tcPaySection_1tww9_118 p{margin:0 0 6px;font-size:14px;color:var(--text);line-height:1.7}._tcPaySection_1tww9_118 strong{color:var(--accent2)}._infoItem_1tww9_138{background:var(--surface);border-radius:10px;padding:12px 14px;border:1px solid var(--border)}._infoItem_1tww9_138 span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:5px}._infoItem_1tww9_138 p{margin:0;font-size:13px;color:var(--text);line-height:1.6}._infoGrid_1tww9_162{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}._mpsosHero_1tww9_169{position:relative;min-height:380px;background:var(--black);display:flex;align-items:center;justify-content:center;overflow:hidden}._mpsosHero_1tww9_169:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(201,168,76,.04) 40px,rgba(201,168,76,.04) 41px)}._overlay_1tww9_192{position:absolute;inset:0;background:linear-gradient(160deg,#8b1a1a59,#000000bf)}._heroContent_1tww9_198{position:relative;z-index:2;color:var(--white);text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}._heroBadge_1tww9_210{display:inline-block;border:1px solid var(--accent);color:var(--accent);font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;padding:6px 18px;border-radius:30px}._heroContent_1tww9_198 h1{font-family:Playfair Display,serif;font-size:clamp(48px,8vw,88px);font-weight:900;margin:0;letter-spacing:-1px;line-height:1}._heroContent_1tww9_198 p{font-size:clamp(13px,2vw,16px);margin:0;color:#ffffffb3;font-weight:400;letter-spacing:.5px}._heroMeta_1tww9_239{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}._heroMeta_1tww9_239 span{background:#ffffff14;border:1px solid rgba(201,168,76,.3);padding:10px 20px;border-radius:30px;font-size:13px;font-weight:500;color:#ffffffe6}._feeWrapper_1tww9_258{width:min(1280px,94%);margin:48px auto 0;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}._feeHeader_1tww9_268{background:var(--black);color:var(--white);text-align:center;padding:24px;font-family:Playfair Display,serif;font-size:clamp(20px,4vw,28px);font-weight:700;letter-spacing:1px}._tableScroll_1tww9_279{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._feeTable_1tww9_285{width:100%;min-width:680px}._tableHead_1tww9_291{background:#1a1a1a;color:var(--white)}._tableHead_1tww9_291:hover{background:#1a1a1a!important}._tableHead_1tww9_291>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}._tableHead_1tww9_291>div:first-child{align-items:flex-start;text-align:left}._tableHead_1tww9_291>div:last-child{border-right:none}._tableHead_1tww9_291>div>span{font-size:11px;font-weight:400;opacity:.6;letter-spacing:.3px;text-transform:none}._highlight_1tww9_333{background:#1e1800!important;color:var(--white)!important;border-left:2px solid rgba(201,168,76,.5)!important;border-right:2px solid rgba(201,168,76,.5)!important}._highlight2_1tww9_340{display:inline-block;margin-top:4px;padding:6px 14px;background:#000;color:#ff0!important;border-radius:30px;font-size:12px!important;font-weight:800!important;letter-spacing:.6px;text-transform:uppercase;box-shadow:0 0 12px #ffc10773,0 4px 14px #ffb30059;animation:_glowDate_1tww9_1 1.8s infinite}._comingSoonColumn_1tww9_362{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;opacity:.55}._columnTitle_1tww9_372{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--white)}._comingSoonBadge_1tww9_381{display:inline-flex;flex-direction:column;align-items:center;gap:1px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;padding:5px 12px;border-radius:30px;letter-spacing:.5px;text-transform:uppercase;line-height:1.3;white-space:nowrap}._comingSoonBadge_1tww9_381 span{font-size:9px;font-weight:500;opacity:.7;text-transform:lowercase;letter-spacing:0}._row_1tww9_407{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--border);transition:background .15s}._row_1tww9_407:last-child{border-bottom:none}._row_1tww9_407:hover{background:#c9a84c0a}._row_1tww9_407>div{padding:14px 16px;font-size:14px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center}._row_1tww9_407>div:last-child{border-right:none}._row_1tww9_407>div:nth-child(2){background:#c9a84c0a;border-left:2px solid rgba(201,168,76,.15);border-right:2px solid rgba(201,168,76,.15)}._row_1tww9_407:hover>div:nth-child(2){background:#c9a84c17}._colLabel_1tww9_445{font-weight:500;color:var(--text);line-height:1.4}._colLabelh_1tww9_451{color:#fff}._tableHead_1tww9_291 ._colLabel_1tww9_445{color:var(--white);font-weight:700;font-size:12px}._categoryBar_1tww9_462{background:var(--accent2);color:var(--white);text-align:center;padding:10px 16px;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}._priceCell_1tww9_474{cursor:pointer;align-items:center;justify-content:center;gap:8px;text-align:center;transition:background .2s,color .2s}._disabledPriceCell_1tww9_483{cursor:not-allowed;opacity:.45}._priceCell_1tww9_474:not(._disabledPriceCell_1tww9_483):hover{background:var(--black)!important;color:var(--white)}._priceAmount_1tww9_493{font-size:17px;font-weight:700;display:block}._registerBtn_1tww9_501{position:relative;overflow:hidden;border:none;background:linear-gradient(135deg,#ffd54f,#ffb300);color:#000;padding:14px 34px;border-radius:50px;font-size:14px;font-weight:900;letter-spacing:1.5px;cursor:pointer;text-transform:uppercase;font-family:DM Sans,sans-serif;box-shadow:0 0 #ffc10766,0 8px 24px #ffb30073;animation:_pulseGlow_1tww9_1 1.8s infinite;transition:all .3s ease}._registerBtn_1tww9_501:before{content:"";position:absolute;top:0;left:-120%;width:100%;height:100%;background:#ffffff59;transform:skew(-25deg);transition:.7s}._registerBtn_1tww9_501:hover:before{left:120%}._registerBtn_1tww9_501:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 0 25px #ffc107b3,0 12px 32px #ffb3008c}._actionCell_1tww9_549{display:flex;align-items:center;justify-content:center;padding:28px 0!important;background:transparent!important;border:none!important}._registerBtn_1tww9_501{min-width:170px;position:relative;z-index:2}._actionCell_1tww9_549 ._registerBtn_1tww9_501{margin-top:-8px}._actionCell_1tww9_549{background:transparent!important;border-right:none!important;border-left:none!important;box-shadow:none!important}._row_1tww9_407:last-child>div{background:transparent!important;border-right:none!important}._row_1tww9_407:last-child>div:nth-child(2){background:transparent!important;border-left:none!important;border-right:none!important}@keyframes _pulseGlow_1tww9_1{0%{box-shadow:0 0 #ffc10799,0 8px 24px #ffb30073}70%{box-shadow:0 0 0 18px #ffc10700,0 8px 24px #ffb30073}to{box-shadow:0 0 #ffc10700,0 8px 24px #ffb30073}}._comingSoonBtn_1tww9_610{background:#2e2e2e!important;border-color:#444!important;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}._freeCell_1tww9_620{align-items:center;justify-content:center;text-align:center;gap:4px}._freeText_1tww9_627{font-size:13px;font-weight:600;color:#2a7a3b}._smallText_1tww9_633{font-size:11px;color:var(--muted);line-height:1.4;margin-top:2px}._dashCell_1tww9_640{align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:20px;font-weight:300}._actionCell_1tww9_549{display:flex;align-items:center;justify-content:center}._infoWrapper_1tww9_657{width:min(1280px,94%);margin:28px auto 0;display:flex;flex-direction:column;gap:20px}._tcCard_1tww9_666{background:#fffdf5;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);box-shadow:var(--shadow);overflow:hidden}._tcCardHeader_1tww9_675{display:flex;align-items:center;gap:10px;padding:16px 24px;background:#c9a84c14;border-bottom:1px solid var(--border);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--black)}._tcIcon_1tww9_689{font-size:18px}._tcCardBody_1tww9_693{padding:18px 24px;display:flex;flex-direction:column;gap:6px}._tcCardBody_1tww9_693 p{margin:0;font-size:14px;color:var(--text);line-height:1.7}._tcCardBody_1tww9_693 strong{color:var(--accent2)}._tcHighlight_1tww9_711{display:inline-block;background:var(--accent2);color:#fff;padding:2px 10px;border-radius:4px;font-weight:700;font-size:13px}._tcNote_1tww9_721{font-size:12px!important;color:var(--muted)!important}._infoCard_1tww9_727{background:var(--white);border-radius:var(--radius);padding:28px 32px;box-shadow:var(--shadow);border:1px solid var(--border)}._infoCard_1tww9_727 h3{margin:0 0 20px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--black);padding-bottom:14px;border-bottom:2px solid var(--accent)}._infoGrid_1tww9_162{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._infoItem_1tww9_138{background:var(--surface);border-radius:12px;padding:18px;border:1px solid var(--border)}._infoItem_1tww9_138 span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:8px}._infoItem_1tww9_138 p{margin:0;font-size:14px;color:var(--text);line-height:1.8}._chequeWarning_1tww9_775{display:inline-block;margin-top:6px;font-size:12px;font-weight:700;color:var(--accent2);background:#8b1a1a14;padding:3px 10px;border-radius:4px}._contactLink_1tww9_786{display:inline-block;color:var(--text);text-decoration:none;font-weight:600;font-size:14px;transition:color .2s}._contactLink_1tww9_786:hover{color:var(--accent)}._supportBox_1tww9_799{background:var(--surface);border-radius:var(--radius);overflow:hidden}._supportInfoItem_1tww9_811{padding:20px 22px;border-right:1px solid rgba(255,255,255,.08)}._supportInfoItem_1tww9_811 span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--black);margin-bottom:6px}._supportInfoItem_1tww9_811 p{margin:0;font-size:13px;color:#000000bf;line-height:1.75}._contactLinkLight_1tww9_839{color:#000000d9;text-decoration:none;font-weight:600}._contactLinkLight_1tww9_839:hover{color:var(--accent)}._contactLinkAccent_1tww9_849{color:var(--accent);text-decoration:none;font-weight:600}._secretial_1tww9_855{background:#f9f4e4;padding:14px 22px}._supportBox_1tww9_799{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}._secretariatHeader_1tww9_868{display:flex;align-items:center;gap:10px;padding:16px 22px;background:var(--black);border-bottom:2px solid var(--accent);font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--white)}._secretariatHeader2_1tww9_882{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--white)}._FreeCell_1tww9_896{color:#000;font-size:13px;font-weight:600}._FreeCell2_1tww9_902{color:#000;font-size:18px}._secretariatHeader_1tww9_868 span:first-child{width:36px;height:36px;border-radius:8px;background:#ffffff26;border:1px solid rgba(201,168,76,.35);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._contactLink_1tww9_786{display:inline-flex;align-items:center;gap:5px;text-decoration:none}._supportInfoRow_1tww9_805{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}._supportInfoItem_1tww9_811{padding:20px 22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}._supportInfoItem_1tww9_811:last-child{border-right:none}._supportInfoItem_1tww9_811 span{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:10px}._supportHelpBar_1tww9_957{padding:16px 22px;background:#8b1a1a;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}._supportHelpBar_1tww9_957 p{color:#fff}._supportHelpLabel_1tww9_971{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ffffff80}._supportCard_1tww9_982{position:relative;overflow:hidden;background:linear-gradient(135deg,#a21414,#7c1212 55%,#a21414);border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 34px #8b1a1a47;margin-top:18px}._supportCard_1tww9_982:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 2px,transparent 2px,transparent 12px);opacity:.5;pointer-events:none}._supportCard_1tww9_982:after{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:#ffc1071f;border-radius:50%;filter:blur(50px)}._supportTop_1tww9_1038{position:relative;z-index:2;text-align:center}._supportBadge_1tww9_1045{display:inline-flex;align-items:center;gap:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff;padding:7px 14px;border-radius:40px;font-size:10px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}._supportTop_1tww9_1038 h3{margin:14px 0 6px;color:#fff;font-size:clamp(20px,3vw,28px);font-weight:800;line-height:1.2}._supportTop_1tww9_1038 p{margin:auto;max-width:620px;color:#ffffffbf;font-size:13px;line-height:1.6}._supportUsers_1tww9_1091{margin-top:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;position:relative;z-index:2}._supportUserBox_1tww9_1104{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.3s ease}._supportUserBox_1tww9_1104:hover{transform:translateY(-3px);background:#ffffff1f}._supportRole_1tww9_1124{display:inline-block;margin-bottom:8px;font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#ffd54f;font-weight:700}._supportUserBox_1tww9_1104 h4{margin:0 0 10px;color:#fff;font-size:18px;font-weight:700}._supportUserBox_1tww9_1104 a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#fff;font-size:14px;font-weight:600;padding:10px 14px;border-radius:10px;background:#00000038;transition:.3s ease}._supportUserBox_1tww9_1104 a:hover{background:#00000059}@media(max-width:768px){._supportCard_1tww9_982{padding:20px 16px;border-radius:16px}._supportUsers_1tww9_1091{grid-template-columns:1fr;gap:12px}._supportTop_1tww9_1038 h3{font-size:22px}._supportTop_1tww9_1038 p{font-size:12px}._supportUserBox_1tww9_1104{padding:16px}._supportUserBox_1tww9_1104 a{width:100%;justify-content:center}}._supportHelpContacts_1tww9_1209{display:flex;gap:24px;flex-wrap:wrap}._supportHelpContacts_1tww9_1209 span{font-size:13px;color:#fff}._supportHelpContacts_1tww9_1209 strong{color:var(--accent)}._uploadNote_1tww9_1224{display:block;margin-top:6px;font-size:12px;color:#777}@media(max-width:640px){._supportHelpBar_1tww9_957{flex-direction:column;align-items:flex-start}._supportHelpContacts_1tww9_1209{flex-direction:column;gap:6px}}._secretariatCard_1tww9_1243{background:var(--black);color:var(--white);border-radius:var(--radius);padding:36px}._secretariatCard_1tww9_1243 h3{margin:0 0 24px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--accent)}._secretariatGrid_1tww9_1258{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._secretariatGrid_1tww9_1258 div{background:#ffffff0d;border:1px solid rgba(201,168,76,.2);border-radius:12px;padding:24px}._secretariatGrid_1tww9_1258 h4{margin:0 0 8px;font-family:Playfair Display,serif;font-size:18px;font-weight:700}._secretariatGrid_1tww9_1258 p{margin:0;font-size:12px;color:#ffffff80;letter-spacing:1px;text-transform:uppercase}@keyframes _glowDate_1tww9_1{0%{transform:scale(1);box-shadow:0 0 10px #ffc10773}50%{transform:scale(1.05);box-shadow:0 0 20px #ffc107cc}to{transform:scale(1);box-shadow:0 0 10px #ffc10773}}@media(max-width:900px){._infoGrid_1tww9_162,._secretariatGrid_1tww9_1258{grid-template-columns:1fr}}@media(max-width:640px){._mpsosHero_1tww9_169{min-height:300px}._heroMeta_1tww9_239{flex-direction:column;align-items:center;gap:8px}._heroMeta_1tww9_239 span{font-size:12px;padding:8px 14px}._infoCard_1tww9_727{padding:20px 16px}._tcCard_1tww9_666{border-left-width:3px}._tcCardHeader_1tww9_675,._tcCardBody_1tww9_693{padding:14px 16px}._supportBox_1tww9_799{padding:30px 20px}._secretariatCard_1tww9_1243{padding:26px 18px}._row_1tww9_407>div{padding:12px 10px;font-size:13px}._priceAmount_1tww9_493{font-size:14px}._registerBtn_1tww9_501{padding:7px 14px;font-size:10px;letter-spacing:.5px}._comingSoonBadge_1tww9_381{font-size:9px;padding:4px 8px}}@media(max-width:768px){._actionCell_1tww9_549{padding:14px 8px!important}._registerBtn_1tww9_501{width:70%;min-width:unset;padding:10px 12px;font-size:11px;letter-spacing:.5px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}._comingSoonBtn_1tww9_610{font-size:10px}}@media(max-width:480px){._row_1tww9_407{grid-template-columns:1.3fr 1fr 1fr 1fr}._registerBtn_1tww9_501{padding:11px 8px;font-size:13px;border-radius:10px}._actionCell_1tww9_549{margin-top:12px;padding:10px 4px!important}._downloadBtn_1tww9_60{padding:10px 20px;font-size:11px}._offlineSection_1tww9_30 h3{font-size:20px}._offlineSection_1tww9_30 p{font-size:13px}._offlineSection_1tww9_30{padding:20px 16px}}._dropdown_jgf8e_7{position:relative;width:100%;top:4px;grid-column:1 / -1;display:block}._category_jgf8e_15{display:block;margin-bottom:9px;font-size:12px;font-weight:400;color:#5f5e5a}._req_jgf8e_23{color:#e53935}._dropdownBtn_jgf8e_28{width:100%;padding:10px 16px;background:#fff;color:#30302bd3;border:1px solid #d3d1c7;border-radius:8px;cursor:pointer;text-align:left;font-size:13px;transition:.3s}._dropdownBtn_jgf8e_28:hover{border-color:#378add}._dropdownContent_jgf8e_46{position:absolute;top:67px;left:0;width:275px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;overflow:visible;z-index:1000;border:1px solid #ececec}._dropdownContent_jgf8e_46 ul{list-style:none;padding:0;margin:0}._dropdownContent_jgf8e_46 ul li{position:relative}._mainLink_jgf8e_70,._dropdownContent_jgf8e_46 ul li>a{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;text-decoration:none;color:#222;font-size:14px;font-weight:500;transition:.25s;border-bottom:1px solid #f3f3f3}._mainLink_jgf8e_70:after,._dropdownContent_jgf8e_46 ul li>a:after{content:"›";font-size:18px;color:#999}._mainLink_jgf8e_70:hover,._dropdownContent_jgf8e_46 ul li>a:hover{background:#f4f9ff;color:#185fa5}._subDropdown_jgf8e_98{position:absolute;top:0;left:100%;width:250px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;border:1px solid #ececec;overflow:hidden;opacity:0;visibility:hidden;transform:translate(10px);transition:.25s}._dropdownItem_jgf8e_116:hover ._subDropdown_jgf8e_98,._dropdownContent_jgf8e_46 ul li:hover ._subDropdown_jgf8e_98{opacity:1;visibility:visible;transform:translate(0)}._subDropdown_jgf8e_98 ul li a{padding:13px 16px;font-size:14px;font-weight:400;color:#444;border-bottom:1px solid #f5f5f5}._subDropdown_jgf8e_98 ul li a:after{display:none}._subDropdown_jgf8e_98 ul li a:hover{background:#eaf4ff;color:#185fa5}._subOption_jgf8e_142{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;border-bottom:1px solid #f3f3f3;transition:.25s;background:#fff}._checkBox_jgf8e_158{width:18px;height:18px;border:1.5px solid #c9c9c9;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}._subOption_jgf8e_142{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;cursor:pointer;border-bottom:1px solid #f3f3f3;transition:.25s;background:#fff}._subOption_jgf8e_142:hover{background:#f4f9ff}._leftOption_jgf8e_194{display:flex;align-items:center;gap:12px}._priceTag_jgf8e_201{font-size:13px;font-weight:600;color:#185fa5;background:#eef6ff;padding:4px 8px;border-radius:6px}._checkBox_jgf8e_158{width:18px;height:18px;border:1.5px solid #c9c9c9;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff}._tick_jgf8e_171{font-size:12px;color:#185fa5;font-weight:700}._optionText_jgf8e_230{font-size:14px;color:#333}._optionText_jgf8e_230{font-size:14px;color:#333;font-weight:400}._req_jgf8e_23{color:red}._page_jgf8e_246{min-height:100vh;background:#f7f7fb;font-family:DM Sans,-apple-system,sans-serif}._container_jgf8e_252{max-width:660px;margin:0 auto;padding:36px 20px 80px}._loadingScreen_jgf8e_262{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#e8e4f0,#dde8f5 40%,#cdd9f0,#d4cfe8)}._loadingSpinner_jgf8e_272{width:28px;height:28px;border:2px solid #d3d1c7;border-top-color:#185fa5;border-radius:50%;animation:_spin_jgf8e_1 .7s linear infinite}@keyframes _spin_jgf8e_1{to{transform:rotate(360deg)}}._loadingText_jgf8e_285{font-family:DM Sans,sans-serif;font-size:14px;color:#888780}._hero_jgf8e_295{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:.5px solid #e8e6e0;padding:38px 26px 27px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}._heroMeta_jgf8e_305{margin-top:10px}._heroInner_jgf8e_309{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._heroEyebrow_jgf8e_317{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin:0 0 10px}._heroTitle_jgf8e_326{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(28px,4vw,28px);font-weight:400;color:#fff;line-height:1.1;margin:0 0 20px;letter-spacing:-.01em}._heroMeta_jgf8e_305{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._metaChip_jgf8e_343{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#5f5e5a;background:#f5f4f1;border:.5px solid #d3d1c7;border-radius:100px;padding:5px 12px;line-height:1}._metaIcon_jgf8e_356{font-size:13px;color:#888780;flex-shrink:0}._mapLink_jgf8e_362{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#185fa5;background:#e6f1fb;border-radius:100px;padding:5px 12px;text-decoration:none;transition:background .15s;line-height:1}._mapLink_jgf8e_362:hover{background:#b5d4f4}._heroLogo_jgf8e_379{flex-shrink:0}._logoImg_jgf8e_381{width:72px;height:72px;border-radius:12px;object-fit:cover;border:.5px solid #e8e6e0}._sectionLabel_jgf8e_393{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#888780;margin:0 0 14px}._ticketSection_jgf8e_406{margin-bottom:28px}._ticketGrid_jgf8e_408{display:grid;grid-template-columns:1fr 1fr;gap:10px}._ticketCard_jgf8e_414{position:relative;background:#fff;border:.5px solid #d3d1c7;border-radius:12px;padding:16px 18px 16px 14px;cursor:pointer;transition:border-color .15s,transform .1s;overflow:hidden;display:flex;align-items:center;gap:12px}._ticketCard_jgf8e_414:hover{border-color:#b4b2a9;transform:translateY(-1px)}._ticketCard_jgf8e_414:active{transform:translateY(0)}._ticketCardActive_jgf8e_435{border-color:#378add;border-width:1.5px;background:#fafcff}._ticketSwatch_jgf8e_441{width:4px;height:36px;border-radius:2px;flex-shrink:0}._ticketCardBody_jgf8e_448{flex:1;min-width:0}._ticketName_jgf8e_450{display:block;font-size:14px;font-weight:500;color:#1a1a18;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ticketPrice_jgf8e_461{display:block;font-size:13px;color:#5f5e5a}._freeBadge_jgf8e_467{display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;border-radius:100px;background:#eaf3de;color:#3b6d11}._urgencyTag_jgf8e_477{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;color:#854f0b;background:#faeeda;border-radius:100px;padding:2px 7px}._selectedCheck_jgf8e_489{position:absolute;bottom:8px;right:10px;font-size:11px;font-weight:600;color:#185fa5}._selectPrompt_jgf8e_502{text-align:center;padding:40px 24px;background:#fff;border:.5px dashed #d3d1c7;border-radius:12px;color:#888780;font-size:14px}._selectPromptIcon_jgf8e_512{font-size:22px;margin-bottom:10px;opacity:.5}._formCard_jgf8e_522{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;overflow:hidden;scroll-margin-top:24px}._formHeader_jgf8e_530{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:.5px solid #e8e6e0}._formHeaderLeft_jgf8e_539{display:flex;align-items:center;gap:12px;min-width:0}._formSwatch_jgf8e_546{width:4px;height:40px;border-radius:2px;flex-shrink:0}._formTicketName_jgf8e_553{font-size:16px;font-weight:500;color:#1a1a18;margin:0 0 3px}._formTicketSub_jgf8e_560{font-size:12px;color:#888780;margin:0}._pricePill_jgf8e_566{font-size:13px;font-weight:500;padding:7px 16px;border-radius:100px;border:.5px solid #d3d1c7;color:#1a1a18;background:#f5f4f1;white-space:nowrap;flex-shrink:0}._pricePillFree_jgf8e_578{background:#eaf3de;color:#3b6d11;border-color:#c0dd97}._attendeeBlock_jgf8e_588{border-bottom:.5px solid #e8e6e0}._attendeeBlock_jgf8e_588:last-child{border-bottom:none}._attendeeHeader_jgf8e_591{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s}._attendeeHeader_jgf8e_591:hover{background:#fafaf8}._attendeeHeaderLeft_jgf8e_603{display:flex;flex-direction:column;gap:2px}._attendeeTag_jgf8e_609{font-size:14px;font-weight:500;color:#1a1a18}._attendeeTicketLabel_jgf8e_615{font-size:12px;color:#888780}._chevron_jgf8e_620{font-size:14px;color:#b4b2a9;flex-shrink:0}._attendeeBody_jgf8e_626{padding:4px 24px 22px}._fieldsGrid_jgf8e_632{display:grid;grid-template-columns:1fr 1fr;gap:14px}._fieldGroup_jgf8e_638{display:flex;flex-direction:column;gap:6px}._fieldGroup_jgf8e_638._fullWidth_jgf8e_644{grid-column:1 / -1}._fieldLabel_jgf8e_646{font-size:12px;font-weight:500;color:#5f5e5a;letter-spacing:.01em}._req_jgf8e_23{color:#e24b4a;margin-left:2px}._input_jgf8e_658{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;transition:border-color .15s,background .15s;-webkit-appearance:none;appearance:none}._input_jgf8e_658:focus{border-color:#378add;background:#fff}._input_jgf8e_658:disabled{opacity:.5;cursor:not-allowed}._textarea_jgf8e_683{font-family:DM Sans,sans-serif;font-size:14px;color:#1a1a18;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:8px;padding:9px 12px;outline:none;width:100%;resize:vertical;transition:border-color .15s,background .15s}._textarea_jgf8e_683:focus{border-color:#378add;background:#fff}._qtyRow_jgf8e_706{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:.5px solid #e8e6e0}._qtyLabel_jgf8e_714{font-size:14px;font-weight:500;color:#1a1a18;margin:0 0 2px}._qtySub_jgf8e_721{font-size:12px;color:#888780;margin:0}._qtyControls_jgf8e_727{display:flex;align-items:center;border:.5px solid #d3d1c7;border-radius:8px;overflow:hidden}._qtyBtn_jgf8e_735{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f5f4f1;border:none;cursor:pointer;font-size:18px;color:#1a1a18;line-height:1;transition:background .1s;font-family:DM Sans,sans-serif}._qtyBtn_jgf8e_735:hover:not(:disabled){background:#e8e6e0}._qtyBtn_jgf8e_735:disabled{opacity:.35;cursor:default}._qtyNum_jgf8e_754{width:44px;text-align:center;font-size:14px;font-weight:500;color:#1a1a18;border-left:.5px solid #d3d1c7;border-right:.5px solid #d3d1c7;line-height:38px;-webkit-user-select:none;user-select:none}._summarySection_jgf8e_770{background:#fafaf8;border-top:.5px solid #e8e6e0;padding:18px 24px}._summaryRow_jgf8e_776{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5f5e5a;margin-bottom:6px}._summaryRowLabel_jgf8e_785{color:#5f5e5a}._summaryRowVal_jgf8e_787{color:#1a1a18;font-weight:500}._summaryDivider_jgf8e_792{height:.5px;background:#d3d1c7;margin:12px 0}._summaryTotalRow_jgf8e_798{display:flex;justify-content:space-between;align-items:baseline}._summaryTotalLabel_jgf8e_804{font-size:14px;font-weight:500;color:#1a1a18}._summaryTotalAmt_jgf8e_810{font-family:"DM Serif Display",Georgia,serif;font-size:26px;font-weight:400;color:#1a1a18;letter-spacing:-.02em}._errorMsg_jgf8e_822{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#a32d2d;background:#fcebeb;border:.5px solid #F7C1C1;border-radius:8px;padding:11px 16px;margin:0 24px 12px;line-height:1.5}._errorIcon_jgf8e_836{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid #A32D2D;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}._formFooter_jgf8e_854{display:flex;align-items:center;gap:10px;padding:16px 24px;border-top:.5px solid #e8e6e0}._ghostBtn_jgf8e_862{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#5f5e5a;background:transparent;border:.5px solid #d3d1c7;border-radius:8px;padding:10px 18px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}._ghostBtn_jgf8e_862:hover{background:#f5f4f1;color:#1a1a18}._ghostBtn_jgf8e_862:disabled{opacity:.5;cursor:not-allowed}._primaryBtn_jgf8e_880{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#185fa5;border:none;border-radius:8px;padding:11px 28px;cursor:pointer;flex:1;transition:background .15s,transform .1s;letter-spacing:.01em}._primaryBtn_jgf8e_880:hover{background:#0c447c}._primaryBtn_jgf8e_880:active{transform:scale(.99)}._primaryBtn_jgf8e_880:disabled{opacity:.55;cursor:not-allowed;transform:none}._primaryBtnFull_jgf8e_898{flex:1}._endedCard_jgf8e_904{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;padding:52px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}._endedIconWrap_jgf8e_916{width:68px;height:68px;border-radius:50%;background:#f5f4f1;border:.5px solid #d3d1c7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._endedTitle_jgf8e_928{font-family:"DM Serif Display",Georgia,serif;font-size:24px;font-weight:400;color:#1a1a18;margin:0 0 10px;letter-spacing:-.01em}._endedSub_jgf8e_937{font-size:14px;color:#888780;margin:0 0 22px;max-width:340px;line-height:1.65}._endedDivider_jgf8e_945{width:100%;height:.5px;background:#e8e6e0;margin:28px 0 20px}._endedFooterNote_jgf8e_952{font-size:13px;color:#b4b2a9;margin:0;max-width:360px;line-height:1.6}._dropdownWrapper_jgf8e_965{grid-column:1 / -1;width:100%;position:relative}._ddTrigger_jgf8e_972{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:10px;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer;transition:border-color .15s;text-align:left}._ddTrigger_jgf8e_972:hover{border-color:#378add}._ddTriggerOpen_jgf8e_991{border-color:#378add;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff}._chevronIcon_jgf8e_1001{font-size:11px;color:#888780;flex-shrink:0;transition:transform .2s}._ddTriggerOpen_jgf8e_991 ._chevronIcon_jgf8e_1001{transform:rotate(180deg)}._ddPanel_jgf8e_1011{display:flex;border:.5px solid #378ADD;border-top:none;border-radius:0 0 10px 10px;overflow:hidden;background:#fff;z-index:50}._ddLeft_jgf8e_1022{width:54%;border-right:.5px solid #d3d1c7;flex-shrink:0;background:#fff}._ddLeftHeader_jgf8e_1029{padding:8px 12px;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#888780;background:#fafaf8;border-bottom:.5px solid #e8e6e0}._catItem_jgf8e_1040{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 12px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border:none;border-bottom:.5px solid #f0efeb;background:transparent;text-align:left;gap:6px;line-height:1.35;transition:background .1s}._catItem_jgf8e_1040:last-child{border-bottom:none}._catItem_jgf8e_1040:hover{background:#f0f7ff}._catItemHovered_jgf8e_1062{background:#e6f1fb}._catItemChosen_jgf8e_1066{background:#e6f1fb;color:#0c447c;font-weight:500;border-right:2px solid #185FA5}._catItemArrow_jgf8e_1073{font-size:13px;color:#b4b2a9;flex-shrink:0}._catItemHovered_jgf8e_1062 ._catItemArrow_jgf8e_1073,._catItemChosen_jgf8e_1066 ._catItemArrow_jgf8e_1073{color:#185fa5}._ddRight_jgf8e_1083{width:46%;flex-shrink:0;background:#fafaf8;display:flex;flex-direction:column}._ddRightHeader_jgf8e_1091{padding:8px 12px;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#888780;background:#f5f4f1;border-bottom:.5px solid #e8e6e0}._subItem_jgf8e_1102{width:100%;display:flex;align-items:center;gap:9px;padding:11px 12px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border:none;border-bottom:.5px solid #f0efeb;background:transparent;text-align:left;line-height:1.35;transition:background .1s}._subItem_jgf8e_1102:last-child{border-bottom:none}._subItem_jgf8e_1102:hover{background:#e6f1fb}._subItemSelected_jgf8e_1123{background:#e6f1fb;color:#0c447c;font-weight:500}._subDot_jgf8e_1129{width:7px;height:7px;border-radius:50%;border:1.5px solid #b4b2a9;flex-shrink:0;transition:all .12s}._subItemSelected_jgf8e_1123 ._subDot_jgf8e_1129{background:#185fa5;border-color:#185fa5}._subPrice_jgf8e_1143{margin-left:auto;font-size:11px;color:#888780;white-space:nowrap}._subItemSelected_jgf8e_1123 ._subPrice_jgf8e_1143{color:#185fa5}._ddEmptyRight_jgf8e_1153{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#b4b2a9;font-size:12px;padding:24px 16px;text-align:center}._ddEmptyIcon_jgf8e_1166{font-size:18px;opacity:.45;margin-bottom:2px}@media(max-width:600px){._hero_jgf8e_295{padding:36px 20px 32px;flex-direction:column-reverse;gap:16px}._heroTitle_jgf8e_326{font-size:22px;text-align:center;margin-bottom:12px}._logoImg_jgf8e_381{width:56px;height:56px}._ticketGrid_jgf8e_408,._fieldsGrid_jgf8e_632{grid-template-columns:1fr}._formHeader_jgf8e_530{flex-direction:column;align-items:flex-start;gap:12px}._summaryTotalAmt_jgf8e_810{font-size:22px}._formFooter_jgf8e_854{flex-direction:column}._ghostBtn_jgf8e_862,._primaryBtn_jgf8e_880{width:100%;text-align:center}._container_jgf8e_252{padding:24px 16px 64px}._endedCard_jgf8e_904{padding:40px 20px 32px}._endedTitle_jgf8e_928{font-size:20px}._ddPanel_jgf8e_1011{flex-direction:column}._ddLeft_jgf8e_1022{width:100%;border-right:none;border-bottom:.5px solid #d3d1c7}._ddRight_jgf8e_1083{width:100%}._catItemChosen_jgf8e_1066{border-right:none;border-bottom:2px solid #185FA5}}._dropdownWrapper_jgf8e_965{grid-column:1 / -1;width:100%;position:relative;z-index:100}._ddTrigger_jgf8e_972{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fafaf8;border:.5px solid #d3d1c7;border-radius:10px;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}._ddTrigger_jgf8e_972:hover{border-color:#378add;background:#fff}._ddTriggerOpen_jgf8e_991{border-color:#378add;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff;border-bottom-color:transparent}._triggerPlaceholder_jgf8e_998{color:#888780;font-size:14px}._triggerFilled_jgf8e_999{color:#1a1a18;font-size:14px;font-weight:500}._triggerArrow_jgf8e_1258{color:#888780;margin:0 3px}._chevronIcon_jgf8e_1001{font-size:12px;color:#888780;flex-shrink:0;display:inline-block;transition:transform .2s ease}._chevronOpen_jgf8e_1268{transform:rotate(180deg)}._ddFlyout_jgf8e_1271{position:absolute;top:100%;left:0;right:0;display:flex;border:.5px solid #378ADD;border-top:none;border-radius:0 0 12px 12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #185fa51a;z-index:200}._ddFlyoutLeft_jgf8e_1287{width:52%;flex-shrink:0;border-right:.5px solid #e8e6e0;background:#fff}._ddCatRow_jgf8e_1294{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;cursor:pointer;font-size:13.5px;font-family:DM Sans,sans-serif;color:#1a1a18;border-bottom:.5px solid #f0efeb;transition:background .12s,color .12s;gap:8px;line-height:1.35;-webkit-user-select:none;user-select:none}._ddCatRow_jgf8e_1294:last-child{border-bottom:none}._ddCatRow_jgf8e_1294:hover{background:#f0f7ff}._ddCatRowHovered_jgf8e_1314{background:#e6f1fb!important;color:#0c447c}._ddCatRowChosen_jgf8e_1319{background:#e6f1fb;color:#0c447c;font-weight:500}._ddCatName_jgf8e_1325{flex:1}._ddCatArrow_jgf8e_1327{font-size:15px;color:#b4b2a9;flex-shrink:0;transition:color .12s,transform .12s}._ddCatRowHovered_jgf8e_1314 ._ddCatArrow_jgf8e_1327,._ddCatRowChosen_jgf8e_1319 ._ddCatArrow_jgf8e_1327{color:#185fa5;transform:translate(2px)}._ddFlyoutRight_jgf8e_1341{width:48%;flex-shrink:0;background:#fafaf8;display:flex;flex-direction:column}._ddSubHeader_jgf8e_1349{padding:10px 14px 8px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888780;border-bottom:.5px solid #e8e6e0;background:#f5f4f1;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ddSubRow_jgf8e_1364{display:flex;align-items:center;gap:9px;padding:11px 14px;cursor:pointer;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1a18;border-bottom:.5px solid #f0efeb;transition:background .12s;line-height:1.35}._ddSubRow_jgf8e_1364:last-child{border-bottom:none}._ddSubRow_jgf8e_1364:hover{background:#e6f1fb}._ddSubRowSelected_jgf8e_1381{background:#e6f1fb;color:#0c447c;font-weight:500}._ddSubDot_jgf8e_1387{width:7px;height:7px;border-radius:50%;border:1.5px solid #b4b2a9;flex-shrink:0;transition:all .12s}._ddSubDotSelected_jgf8e_1396{background:#185fa5;border-color:#185fa5}._ddSubName_jgf8e_1401{flex:1}._ddSubPrice_jgf8e_1403{font-size:11px;color:#888780;white-space:nowrap;margin-left:auto}._ddSubRowSelected_jgf8e_1381 ._ddSubPrice_jgf8e_1403{color:#185fa5}._ddSubEmpty_jgf8e_1413{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#b4b2a9;font-size:12px;padding:28px 16px;text-align:center}._ddSubEmptyIcon_jgf8e_1426{font-size:20px;opacity:.4}._dropdownBtn_jgf8e_28{width:100%;min-height:32px;padding:10px 16px;background:#fff;color:#30302bd3;border:1px solid #d3d1c7;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:14px;transition:.3s}._dropdownBtnOpen_jgf8e_1449{border-color:#378add;box-shadow:0 0 0 3px #378add1a}._dropdownLeft_jgf8e_1455{display:flex;align-items:center;gap:12px}._categoryIcon_jgf8e_1462{width:34px;height:34px;border-radius:8px;background:#eef6ff;display:flex;align-items:center;justify-content:center;color:#185fa5;font-size:18px}._dropdownArrow_jgf8e_1477{font-size:18px;color:#777;transition:.3s}._rotateArrow_jgf8e_1484{transform:rotate(180deg)}@media(max-width:600px){._ddFlyout_jgf8e_1271{flex-direction:column;position:relative;box-shadow:none}._ddFlyoutLeft_jgf8e_1287{width:100%;border-right:none;border-bottom:.5px solid #d3d1c7}._ddFlyoutRight_jgf8e_1341{width:100%}._ddCatRowHovered_jgf8e_1314{background:#e6f1fb!important}._ddCatRowChosen_jgf8e_1319{border-right:none;border-left:3px solid #185FA5}}@media(max-width:768px){._dropdown_jgf8e_7{width:100%}._dropdownContent_jgf8e_46{width:100%;left:0;top:64px}._mainLink_jgf8e_70,._dropdownContent_jgf8e_46 ul li>a{font-size:13px;padding:12px 14px}._subDropdown_jgf8e_98{position:relative;top:0;left:0;width:100%;border-radius:0;box-shadow:none;border-left:3px solid #185FA5;border-right:none;border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;opacity:1;visibility:visible;transform:none}._subOption_jgf8e_142{padding:12px 14px;gap:10px;flex-wrap:wrap}._optionText_jgf8e_230{font-size:13px;flex:1}._priceTag_jgf8e_201{font-size:12px;padding:3px 7px}._checkBox_jgf8e_158{width:17px;height:17px}._tick_jgf8e_171{font-size:11px}._dropdownBtn_jgf8e_28{font-size:13px;padding:11px 14px}}@media(max-width:768px){._dropdownContent_jgf8e_46{width:100%}._subDropdown_jgf8e_98{position:static;width:100%;margin-top:6px;opacity:1;visibility:visible;transform:none}}._page_rtbxc_4{min-height:100vh;background:#f5f6fb;font-family:Segoe UI,system-ui,sans-serif;color:#1e293b}._header_rtbxc_14{background:linear-gradient(135deg,#e8e4d0,#ddd5e8 35%,#c8cce8 65%,#d4d8e8);border-bottom:1px solid #ddd6fe;padding:52px 40px 40px;display:flex;justify-content:center}._headerInner_rtbxc_22{max-width:1100px;width:100%;text-align:center}._eyebrow_rtbxc_28{font-size:11px;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 10px}._title_rtbxc_36{font-size:32px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.5px;line-height:1.2}._sub_rtbxc_45{font-size:14px;color:#fff;margin:0}._tabsWrap_rtbxc_54{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 40px}._tabsRow_rtbxc_60{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:12px 0}._tabs_rtbxc_54{display:flex;gap:4px;overflow-x:auto;flex:1;scrollbar-width:none}._tabs_rtbxc_54::-webkit-scrollbar{display:none}._tab_rtbxc_54{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .15s ease}._tab_rtbxc_54:hover{border-color:#6366f1;color:#4f46e5;background:#f5f3ff}._tabActive_rtbxc_101{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important}._tabCount_rtbxc_107{font-size:11px;font-weight:700;background:#0000001a;padding:1px 7px;border-radius:999px}._tabActive_rtbxc_101 ._tabCount_rtbxc_107{background:#ffffff40}._searchWrap_rtbxc_120{position:relative;display:flex;align-items:center;flex-shrink:0}._searchIcon_rtbxc_127{position:absolute;left:11px;color:#94a3b8;pointer-events:none}._searchInput_rtbxc_134{border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 14px 7px 32px;font-size:13px;outline:none;width:210px;background:#f8fafc;color:#1e293b;transition:border-color .15s,box-shadow .15s}._searchInput_rtbxc_134::placeholder{color:#94a3b8}._searchInput_rtbxc_134:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}._body_rtbxc_157{max-width:1100px;margin:0 auto;padding:40px 40px 72px}._state_rtbxc_166{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:80px 24px;color:#64748b;text-align:center}._stateIcon_rtbxc_177{font-size:40px}._stateTitle_rtbxc_178{font-size:17px;font-weight:700;color:#1e293b;margin:0}._stateSub_rtbxc_179{font-size:14px;color:#94a3b8;margin:0}._spinner_rtbxc_181{width:34px;height:34px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:_spin_rtbxc_181 .7s linear infinite}@keyframes _spin_rtbxc_181{to{transform:rotate(360deg)}}._groups_rtbxc_195{display:flex;flex-direction:column;gap:44px}._groupHeader_rtbxc_201{display:flex;align-items:center;gap:9px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._groupDot_rtbxc_210{width:9px;height:9px;border-radius:50%;flex-shrink:0}._groupTitle_rtbxc_217{font-size:16px;font-weight:800;margin:0;letter-spacing:-.2px}._groupCount_rtbxc_224{margin-left:auto;font-size:12px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:999px}._grid_rtbxc_237{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}._lazyWrap_rtbxc_246{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._imgSkeleton_rtbxc_254{width:100%;height:100%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:_shimmer_rtbxc_1 1.4s infinite;border-radius:6px}@keyframes _shimmer_rtbxc_1{0%{background-position:200% 0}to{background-position:-200% 0}}._card_rtbxc_271{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;outline:none}._card_rtbxc_271:hover,._card_rtbxc_271:focus-visible{border-color:var(--accent, #6366f1);box-shadow:0 4px 16px #00000012;transform:translateY(-2px)}._cardLogo_rtbxc_291{width:68px;height:48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._cardLogoImg_rtbxc_304{width:100%;height:100%;object-fit:contain;padding:6px}._cardLogoFallback_rtbxc_311{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--accent, #4f46e5);background:var(--light, #eef2ff)}._cardInfo_rtbxc_323{flex:1}._cardName_rtbxc_325{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.3}._cardDesc_rtbxc_333{font-size:12px;color:#64748b;margin:0 0 6px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}._cardLink_rtbxc_344{font-size:12px;font-weight:600;color:var(--accent, #4f46e5)}._cardBadge_rtbxc_350{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;align-self:flex-start;text-transform:capitalize}._badgeDot_rtbxc_362{width:6px;height:6px;border-radius:50%;flex-shrink:0}._modalOverlay_rtbxc_372{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}._formModal_rtbxc_384{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px #0000002e;animation:_modalIn_rtbxc_1 .2s ease;padding:28px;display:flex;flex-direction:column;gap:16px}@keyframes _modalIn_rtbxc_1{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalCloseBtn_rtbxc_405{position:absolute;top:14px;right:16px;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}._modalCloseBtn_rtbxc_405:hover{background:#e2e8f0;color:#0f172a}._modalHeader_rtbxc_429{display:flex;align-items:flex-start;gap:16px;padding-right:36px}._modalLogo_rtbxc_436{width:80px;height:56px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}._modalLogoImg_rtbxc_449{width:100%;height:100%;object-fit:contain;padding:8px}._modalLogoFallback_rtbxc_456{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#4f46e5;background:#eef2ff}._modalMeta_rtbxc_468{display:flex;flex-direction:column;gap:6px}._modalName_rtbxc_474{font-size:20px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.3px;line-height:1.25}._modalDesc_rtbxc_483{font-size:14px;color:#475569;line-height:1.65;margin:0}._modalLinks_rtbxc_490{display:flex;flex-wrap:wrap;gap:8px}._modalLink_rtbxc_490{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;color:#4f46e5;font-size:13px;font-weight:600;padding:7px 14px;border-radius:8px;text-decoration:none;transition:background .15s,color .15s;border:1.5px solid #e2e8f0}._modalLink_rtbxc_490:hover{background:#eef2ff;border-color:#a5b4fc;color:#3730a3}.theme-modern ._page_rtbxc_4{background:#020617;color:#e2e8f0}.theme-modern ._header_rtbxc_14{background:radial-gradient(circle at 30% 30%,#1e293b,#020617);border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._eyebrow_rtbxc_28{color:#ff7a18}.theme-modern ._title_rtbxc_36{color:#fff}.theme-modern ._sub_rtbxc_45{color:#cbd5e1}.theme-modern ._tabsWrap_rtbxc_54{background:#020617;border-bottom:1px solid rgba(255,255,255,.05)}.theme-modern ._tab_rtbxc_54{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8}.theme-modern ._tabActive_rtbxc_101{background:linear-gradient(135deg,#ff4d4d,#ff7a18)!important;color:#fff!important}.theme-modern ._searchInput_rtbxc_134{background:#ffffff0d;border-color:#ffffff14;color:#e2e8f0}.theme-modern ._searchInput_rtbxc_134:focus{border-color:#ff7a18;box-shadow:0 0 0 3px #ff7a1826;background:#ffffff14}.theme-modern ._card_rtbxc_271{background:#0f172a;border:1px solid rgba(255,255,255,.06)}.theme-modern ._card_rtbxc_271:hover{box-shadow:0 10px 30px #0009;border-color:#ffffff1f}.theme-modern ._cardName_rtbxc_325{color:#fff}.theme-modern ._cardDesc_rtbxc_333{color:#94a3b8}.theme-modern ._cardLink_rtbxc_344{color:#ff7a18}.theme-modern ._cardLogo_rtbxc_291{background:#1e293b;border-color:#ffffff14}.theme-modern ._groupHeader_rtbxc_201{border-bottom:1px solid rgba(255,255,255,.06)}.theme-modern ._groupCount_rtbxc_224{background:#ffffff0d;color:#94a3b8}.theme-modern ._imgSkeleton_rtbxc_254{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%}.theme-modern ._formModal_rtbxc_384{background:#0f172a;border:1px solid rgba(255,255,255,.08)}.theme-modern ._modalName_rtbxc_474{color:#fff}.theme-modern ._modalDesc_rtbxc_483{color:#94a3b8}.theme-modern ._modalLink_rtbxc_490{background:#ffffff0d;border-color:#ffffff14;color:#ff7a18}.theme-modern ._modalLink_rtbxc_490:hover{background:#ff7a181a;border-color:#ff7a184d}.theme-modern ._modalCloseBtn_rtbxc_405{background:#ffffff14;color:#94a3b8}.theme-modern ._modalCloseBtn_rtbxc_405:hover{background:#ffffff26;color:#fff}.theme-modern ._modalLogo_rtbxc_436{background:#1e293b;border-color:#ffffff14}@media(max-width:768px){._header_rtbxc_14{padding:36px 20px 28px}._title_rtbxc_36{font-size:24px}._tabsWrap_rtbxc_54{padding:0 16px}._tabsRow_rtbxc_60{flex-wrap:wrap;gap:10px;padding:10px 0}._searchInput_rtbxc_134,._searchWrap_rtbxc_120{width:100%}._body_rtbxc_157{padding:28px 16px 56px}._grid_rtbxc_237{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}._formModal_rtbxc_384{padding:20px}._modalHeader_rtbxc_429{flex-direction:column}._modalLogo_rtbxc_436{width:64px;height:44px}}._bsWrap_rtbxc_652{background:#fff;border-top:1px solid #e2e8f0;padding:48px 40px 64px}._bsBox_rtbxc_658{max-width:1100px;margin:0 auto}._bsTop_rtbxc_663{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}._bsLabel_rtbxc_671{font-size:11px;font-weight:700;letter-spacing:3px;color:#6366f1;margin:0 0 8px}._bsTitle_rtbxc_679{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}._bsSub_rtbxc_687{font-size:14px;color:#64748b;margin:0;max-width:480px;line-height:1.6}._bsBtn_rtbxc_695{display:inline-flex;align-items:center;gap:7px;background:#4f46e5;color:#fff;font-size:14px;font-weight:700;padding:11px 22px;border-radius:9px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .15s ease;flex-shrink:0;align-self:center}._bsBtn_rtbxc_695:hover{background:#4338ca;transform:translateY(-1px)}.theme-modern ._bsWrap_rtbxc_652{background:#020617;border-top:1px solid rgba(255,255,255,.05)}.theme-modern ._bsLabel_rtbxc_671{color:#ff7a18}.theme-modern ._bsTitle_rtbxc_679{color:#fff}.theme-modern ._bsSub_rtbxc_687{color:#94a3b8}.theme-modern ._bsBtn_rtbxc_695{background:linear-gradient(135deg,#ff4d4d,#ff7a18)}@media(max-width:768px){._bsWrap_rtbxc_652{padding:36px 16px 48px}._bsTop_rtbxc_663{flex-direction:column}._bsBtn_rtbxc_695{width:100%;justify-content:center}}._catTableWrap_rtbxc_743{background:#f8f9fb;border:1px solid #e9eaf0;border-radius:14px;padding:20px 24px;margin-bottom:24px}._catTableHeader_rtbxc_751{display:flex;align-items:center;gap:10px;margin-bottom:16px}._catTableIcon_rtbxc_758{font-size:35px;background:#ededff;padding:6px 8px;border-radius:8px}._catTableTitle_rtbxc_765{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}._catTableScroll_rtbxc_773{overflow-x:auto}._catTable_rtbxc_743{width:100%;border-collapse:collapse;font-size:14px;min-width:400px}._catTable_rtbxc_743 thead tr{border-bottom:1px solid #e2e4ef}._catTable_rtbxc_743 thead th{padding:10px 16px;text-align:center;font-size:12px;font-weight:700;color:#9699b0;letter-spacing:.6px}._catRowLabel_rtbxc_800{text-align:left!important;color:#6b6f8a!important;font-weight:600!important;white-space:nowrap;padding:10px 16px}._catTable_rtbxc_743 tbody tr td{padding:12px 16px;border-top:1px solid #f0f1f7;text-align:center;vertical-align:middle}._catPriceValue_rtbxc_821{font-size:15px;font-weight:700;color:#5b5fcf}._catPriceDash_rtbxc_828{font-size:16px;font-weight:600;color:#c5c7d9}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:DM Sans,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.Toastify__toast-container{z-index:9999999!important}ul{list-style:none}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@media(max-width:768px){body{font-size:15px}}@media(max-width:480px){body{font-size:14px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#333,#666);border-radius:10px;transition:background .4s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#555,#888)}:root{font-family:Inter var,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;--font-family: "Inter var", sans-serif;--font-feature-settings: "cv02", "cv03", "cv04", "cv11";--surface-a: #ffffff;--surface-b: #f9fafb;--surface-c: #f3f4f6;--surface-d: #e5e7eb;--surface-e: #ffffff;--surface-f: #ffffff;--text-color: #4b5563;--text-color-secondary: #6b7280;--primary-color: #3b82f6;--primary-color-text: #ffffff;--surface-0: #ffffff;--surface-50: #f9fafb;--surface-100: #f3f4f6;--surface-200: #e5e7eb;--surface-300: #d1d5db;--surface-400: #9ca3af;--surface-500: #6b7280;--surface-600: #4b5563;--surface-700: #374151;--surface-800: #1f2937;--surface-900: #111827;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--content-padding: 1.25rem;--inline-spacing: .5rem;--border-radius: 6px;--surface-ground: #f9fafb;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #dfe7ef;--surface-hover: #f6f9fc;--focus-ring: 0 0 0 .2rem #bfdbfe;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #eff6ff;--highlight-text-color: #1d4ed8;color-scheme:light}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/assets/InterVariable-CWi-zmRD.woff2) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/assets/InterVariable-Italic-d6KXgdvN.woff2) format("woff2")}:root{--blue-50:#f5f9ff;--blue-100:#d0e1fd;--blue-200:#abc9fb;--blue-300:#85b2f9;--blue-400:#609af8;--blue-500:#3b82f6;--blue-600:#326fd1;--blue-700:#295bac;--blue-800:#204887;--blue-900:#183462;--green-50:#f4fcf7;--green-100:#caf1d8;--green-200:#a0e6ba;--green-300:#76db9b;--green-400:#4cd07d;--green-500:#22c55e;--green-600:#1da750;--green-700:#188a42;--green-800:#136c34;--green-900:#0e4f26;--yellow-50:#fefbf3;--yellow-100:#faedc4;--yellow-200:#f6de95;--yellow-300:#f2d066;--yellow-400:#eec137;--yellow-500:#eab308;--yellow-600:#c79807;--yellow-700:#a47d06;--yellow-800:#816204;--yellow-900:#5e4803;--cyan-50:#f3fbfd;--cyan-100:#c3edf5;--cyan-200:#94e0ed;--cyan-300:#65d2e4;--cyan-400:#35c4dc;--cyan-500:#06b6d4;--cyan-600:#059bb4;--cyan-700:#047f94;--cyan-800:#036475;--cyan-900:#024955;--pink-50:#fef6fa;--pink-100:#fad3e7;--pink-200:#f7b0d3;--pink-300:#f38ec0;--pink-400:#f06bac;--pink-500:#ec4899;--pink-600:#c93d82;--pink-700:#a5326b;--pink-800:#822854;--pink-900:#5e1d3d;--indigo-50:#f7f7fe;--indigo-100:#dadafc;--indigo-200:#bcbdf9;--indigo-300:#9ea0f6;--indigo-400:#8183f4;--indigo-500:#6366f1;--indigo-600:#5457cd;--indigo-700:#4547a9;--indigo-800:#363885;--indigo-900:#282960;--teal-50:#f3fbfb;--teal-100:#c7eeea;--teal-200:#9ae0d9;--teal-300:#6dd3c8;--teal-400:#41c5b7;--teal-500:#14b8a6;--teal-600:#119c8d;--teal-700:#0e8174;--teal-800:#0b655b;--teal-900:#084a42;--orange-50:#fff8f3;--orange-100:#feddc7;--orange-200:#fcc39b;--orange-300:#fba86f;--orange-400:#fa8e42;--orange-500:#f97316;--orange-600:#d46213;--orange-700:#ae510f;--orange-800:#893f0c;--orange-900:#642e09;--bluegray-50:#f7f8f9;--bluegray-100:#dadee3;--bluegray-200:#bcc3cd;--bluegray-300:#9fa9b7;--bluegray-400:#818ea1;--bluegray-500:#64748b;--bluegray-600:#556376;--bluegray-700:#465161;--bluegray-800:#37404c;--bluegray-900:#282e38;--purple-50:#fbf7ff;--purple-100:#ead6fd;--purple-200:#dab6fc;--purple-300:#c996fa;--purple-400:#b975f9;--purple-500:#a855f7;--purple-600:#8f48d2;--purple-700:#763cad;--purple-800:#5c2f88;--purple-900:#432263;--red-50:#fff5f5;--red-100:#ffd0ce;--red-200:#ffaca7;--red-300:#ff8780;--red-400:#ff6259;--red-500:#ff3d32;--red-600:#d9342b;--red-700:#b32b23;--red-800:#8c221c;--red-900:#661814;--primary-50:#f5f9ff;--primary-100:#d0e1fd;--primary-200:#abc9fb;--primary-300:#85b2f9;--primary-400:#609af8;--primary-500:#3b82f6;--primary-600:#326fd1;--primary-700:#295bac;--primary-800:#204887;--primary-900:#183462}.p-editor-container .p-editor-toolbar{background:#f9fafb;border-top-right-radius:6px;border-top-left-radius:6px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0 none;color:#6b7280}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px;padding:.75rem 0}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#4b5563}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#4b5563;background:#f3f4f6}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.75rem 1.25rem}.p-editor-container .p-editor-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #e5e7eb}.p-editor-container .p-editor-content .ql-editor{background:#fff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .ql-snow.ql-toolbar button:hover,.p-editor-container .ql-snow.ql-toolbar button:focus{color:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke{stroke:#4b5563}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill{fill:#4b5563}.p-editor-container .ql-snow.ql-toolbar button.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected{color:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke{stroke:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill{fill:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label{color:#3b82f6}@layer primereact{*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:#0006;transition-duration:.2s}.p-disabled,.p-component:disabled{opacity:.6}.p-error{color:#e24c4c}.p-text-secondary{color:#6b7280}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:6px}.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.75rem}.p-autocomplete .p-autocomplete-multiple-container{padding:.375rem .75rem;gap:.5rem}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover{border-color:#3b82f6}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.375rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.375rem .75rem;margin-right:.5rem;background:#eff6ff;color:#1d4ed8;border-radius:6px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-autocomplete-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-autocomplete-panel .p-autocomplete-items{padding:.75rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover{color:#4b5563;background:#f3f4f6}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-datepicker{padding:.5rem;background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px}.p-datepicker:not(.p-datepicker-inline){background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#fff}.p-datepicker .p-datepicker-header{padding:.5rem;color:#4b5563;background:#fff;font-weight:600;margin:0;border-bottom:1px solid #e5e7eb;border-top-right-radius:6px;border-top-left-radius:6px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#4b5563;transition:background-color .2s,color .2s,box-shadow .2s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#3b82f6}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:50%;transition:box-shadow .2s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker table td.p-datepicker-today>span{background:#d1d5db;color:#4b5563;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #e5e7eb}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #e5e7eb;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datepicker .p-timepicker button:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .2s;border-radius:6px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#1d4ed8;background:#eff6ff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #e5e7eb;padding-right:.5rem;padding-left:.5rem;padding-top:0;padding-bottom:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0 none}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}@media screen and (max-width:769px){.p-datepicker table th,.p-datepicker table td{padding:0}}.p-cascadeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-cascadeselect:not(.p-disabled):hover{border-color:#3b82f6}.p-cascadeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-cascadeselect.p-variant-filled{background-color:#f3f4f6}.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#fff}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0 none;padding:.75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#6b7280}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-cascadeselect.p-invalid.p-component{border-color:#e24c4c}.p-cascadeselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-cascadeselect-panel .p-cascadeselect-items{padding:.75rem 0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:0;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child{margin-bottom:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:#3b82f63d}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.75rem 1.25rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-checkbox-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-checkbox{width:22px;height:22px}.p-checkbox .p-checkbox-input{border:2px solid #d1d5db;border-radius:6px}.p-checkbox .p-checkbox-box{border:2px solid #d1d5db;background:#fff;width:22px;height:22px;color:#4b5563;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:14px;height:14px}.p-checkbox.p-highlight .p-checkbox-box{border-color:#3b82f6;background:#3b82f6}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{border-color:#3b82f6}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#e24c4c}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled.p-highlight .p-checkbox-box{background:#3b82f6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox.p-highlight .p-checkbox-box{background:#3b82f6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-checkbox{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-input{cursor:pointer}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-tristatecheckbox.p-variant-filled .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box{background:#3b82f6}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f3f4f6}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#1d4ed8}.p-chips{display:inline-flex}.p-chips-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-chips-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-chips-input-token{flex:1 1 auto;display:inline-flex}.p-chips-token-icon{cursor:pointer}.p-chips-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-chips{display:flex}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#3b82f6}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-chips .p-chips-multiple-container{padding:.375rem .75rem;outline-color:transparent}.p-chips .p-chips-multiple-container .p-chips-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#e5e7eb;color:#4b5563}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.375rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;padding:0;margin:0}.p-chips.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-colorpicker-preview{width:2rem;height:2rem}.p-colorpicker-panel{background:#323232;border:1px solid #191919}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:0 2px 12px #0000001a}.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;top:0;left:0}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}.p-dropdown{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-dropdown:not(.p-disabled):hover{border-color:#3b82f6}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-dropdown.p-variant-filled{background:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0 none}.p-dropdown .p-dropdown-label.p-placeholder{color:#6b7280}.p-dropdown .p-dropdown-label:focus,.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-dropdown .p-dropdown-clear-icon{color:#6b7280;right:3rem}.p-dropdown.p-invalid.p-component{border-color:#e24c4c}.p-dropdown-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#6b7280}.p-dropdown-panel .p-dropdown-items{padding:.75rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child{margin-bottom:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:#3b82f63d}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{position:relative;margin-left:-.5rem;margin-right:.5rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-inputgroup-addon{background:#f3f4f6;color:#6b7280;border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-bottom:1px solid #d1d5db;padding:.75rem;min-width:3rem}.p-inputgroup-addon:last-child{border-right:1px solid #d1d5db}.p-inputgroup>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext,.p-inputgroup>.p-float-label>.p-component{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon{border-left:0 none}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-float-label>.p-component:focus{z-index:1}.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,.p-inputgroup>.p-float-label>.p-component:focus~label{z-index:1}.p-inputgroup-addon:first-child,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup>.p-inputwrapper:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup .p-float-label:first-child input{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup-addon:last-child,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup>.p-inputwrapper:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-inputgroup .p-float-label:last-child input{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:3rem}.p-inputnumber.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-inputswitch{position:relative;display:inline-block}.p-inputswitch-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-inputswitch-slider{position:absolute;cursor:pointer;inset:0;border:1px solid transparent}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}.p-inputswitch{width:3rem;height:1.75rem}.p-inputswitch .p-inputswitch-input{border-radius:30px}.p-inputswitch .p-inputswitch-slider{background:#d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:30px;outline-color:transparent}.p-inputswitch .p-inputswitch-slider:before{background:#fff;width:1.25rem;height:1.25rem;left:.25rem;margin-top:-.625rem;border-radius:50%;transition-duration:.2s}.p-inputswitch.p-highlight .p-inputswitch-slider{background:#3b82f6}.p-inputswitch.p-highlight .p-inputswitch-slider:before{background:#fff;transform:translate(1.25rem)}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider{background:#b7bcc5}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider{background:#2563eb}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-inputswitch.p-invalid>.p-inputswitch-slider{border-color:#e24c4c}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#4b5563;background:#fff;padding:.75rem;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;appearance:none;border-radius:6px;outline-color:transparent}.p-inputtext:enabled:hover{border-color:#3b82f6}.p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-inputtext.p-invalid.p-component{border-color:#e24c4c}.p-inputtext.p-variant-filled{background-color:#f3f4f6}.p-inputtext.p-variant-filled:enabled:hover{background-color:#f3f4f6}.p-inputtext.p-variant-filled:enabled:focus{background-color:#fff}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.9375rem}.p-float-label>label{left:.75rem;color:#6b7280;transition-duration:.2s}.p-float-label>.p-invalid+label{color:#e24c4c}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#6b7280}:-moz-placeholder{color:#6b7280}::-moz-placeholder{color:#6b7280}:-ms-input-placeholder{color:#6b7280}.p-input-filled .p-inputtext{background-color:#f3f4f6}.p-input-filled .p-inputtext:enabled:hover{background-color:#f3f4f6}.p-input-filled .p-inputtext:enabled:focus{background-color:#fff}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.9375rem}.p-icon-field{position:relative}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}.p-icon-field-left>.p-input-icon:first-of-type{left:.75rem;color:#6b7280}.p-icon-field-right>.p-input-icon:last-of-type{right:.75rem;color:#6b7280}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-listbox-list-wrapper{overflow:auto}.p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox-item{cursor:pointer;position:relative;overflow:hidden}.p-listbox-item-group{cursor:auto}.p-listbox-filter-container{position:relative}.p-listbox-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-listbox-filter{width:100%}.p-listbox{background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-listbox .p-listbox-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#6b7280}.p-listbox .p-listbox-list{padding:.75rem 0;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item:last-child{margin-bottom:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:#3b82f63d}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#4b5563;background:#f3f4f6}.p-listbox.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-listbox.p-invalid{border-color:#e24c4c}.p-mention-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-mention-panel .p-mention-items{padding:.75rem 0}.p-mention-panel .p-mention-items .p-mention-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-mention-panel .p-mention-items .p-mention-item:hover{color:#4b5563;background:#f3f4f6}.p-mention-panel .p-mention-items .p-mention-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-multiselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.p-multiselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-multiselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-multiselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-multiselect-token-icon{cursor:pointer}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-items-wrapper{overflow:auto}.p-multiselect-items{margin:0;padding:0;list-style-type:none}.p-multiselect-item{cursor:pointer;display:flex;align-items:center;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-multiselect-item-group{cursor:auto}.p-multiselect-header{display:flex;align-items:center;justify-content:space-between}.p-multiselect-filter-container{position:relative;flex:1 1 auto}.p-multiselect-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-multiselect-filter-container .p-inputtext{width:100%}.p-multiselect-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;margin-left:auto}.p-fluid .p-multiselect{display:flex}.p-multiselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px;outline-color:transparent}.p-multiselect:not(.p-disabled):hover{border-color:#3b82f6}.p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-multiselect.p-variant-filled{background:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-multiselect .p-multiselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-multiselect .p-multiselect-label.p-placeholder{color:#6b7280}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-multiselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.375rem .75rem}.p-multiselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-multiselect-panel .p-multiselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#6b7280}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-multiselect-panel .p-multiselect-items{padding:.75rem 0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child{margin-bottom:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:#3b82f63d}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#4b5563;background:#f3f4f6}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-password.p-invalid.p-component>.p-inputtext{border-color:#e24c4c}.p-password-panel{padding:1.25rem;background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e5e7eb}.p-password-panel .p-password-meter .p-password-strength.weak{background:#ea5455}.p-password-panel .p-password-meter .p-password-strength.medium{background:#ff9f42}.p-password-panel .p-password-meter .p-password-strength.strong{background:#29c76f}.p-radiobutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-input{cursor:pointer}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-radiobutton{width:22px;height:22px}.p-radiobutton .p-radiobutton-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:2px solid #d1d5db;border-radius:50%}.p-radiobutton .p-radiobutton-box{border:2px solid #d1d5db;background:#fff;width:22px;height:22px;color:#4b5563;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.2s;background-color:#fff}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:#3b82f6;background:#3b82f6}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{border-color:#3b82f6}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{border-color:#1d4ed8;background:#1d4ed8}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#fff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-radiobutton.p-invalid>.p-radiobutton-box{border-color:#e24c4c}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box{background:#3b82f6}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#1d4ed8}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box{background:#3b82f6}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f3f4f6}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#1d4ed8}.p-rating{position:relative;display:flex;align-items:center}.p-rating-item{display:inline-flex;align-items:center;cursor:pointer}.p-rating.p-readonly .p-rating-item{cursor:default}.p-rating{gap:.5rem}.p-rating .p-rating-item{outline-color:transparent;border-radius:50%}.p-rating .p-rating-item .p-rating-icon{color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;font-size:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1.143rem;height:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#ea5455}.p-rating .p-rating-item.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#e73d3e}.p-selectbutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#6b7280}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#374151}.p-selectbutton .p-button.p-highlight{background:#3b82f6;border-color:#3b82f6;color:#fff}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight:hover{background:#2563eb;border-color:#2563eb;color:#fff}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#fff}.p-selectbutton.p-invalid>.p-button{border-color:#e24c4c}.p-slider{background:#e5e7eb;border:0 none;border-radius:6px}.p-slider.p-slider-horizontal{height:.286rem}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-.5715rem;margin-left:-.5715rem}.p-slider.p-slider-vertical{width:.286rem}.p-slider.p-slider-vertical .p-slider-handle{margin-left:-.5715rem;margin-bottom:-.5715rem}.p-slider .p-slider-handle{height:1.143rem;width:1.143rem;background:#fff;border:2px solid #3b82f6;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-slider .p-slider-range{background:#3b82f6}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#3b82f6;border-color:#3b82f6}.p-treeselect{background:#fff;border:1px solid #d1d5db;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-treeselect:not(.p-disabled):hover{border-color:#3b82f6}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-treeselect.p-treeselect-clearable .p-treeselect-label{padding-right:1.75rem}.p-treeselect.p-variant-filled{background:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled):hover{background-color:#f3f4f6}.p-treeselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-treeselect .p-treeselect-label{padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-treeselect .p-treeselect-label.p-placeholder{color:#6b7280}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.375rem .75rem;margin-right:.5rem;background:#e5e7eb;color:#4b5563;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#6b7280;width:3rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-treeselect .p-treeselect-clear-icon{color:#6b7280;right:3rem}.p-treeselect.p-invalid.p-component{border-color:#e24c4c}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.375rem .75rem}.p-treeselect-panel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#6b7280}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.75rem 1.25rem;color:#4b5563;background:transparent}.p-input-filled .p-treeselect{background:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#f3f4f6}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#fff}.p-togglebutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-togglebutton-input{cursor:pointer}.p-togglebutton .p-button{flex:1 1 auto}.p-togglebutton .p-togglebutton-input{appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #d1d5db;border-radius:6px}.p-togglebutton .p-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;outline-color:transparent}.p-togglebutton .p-button .p-button-icon-left,.p-togglebutton .p-button .p-button-icon-right{color:#6b7280}.p-togglebutton.p-highlight .p-button{background:#3b82f6;border-color:#3b82f6;color:#fff}.p-togglebutton.p-highlight .p-button .p-button-icon-left,.p-togglebutton.p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button{background:#f3f4f6;border-color:#d1d5db;color:#4b5563}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right{color:#374151}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button{background:#2563eb;border-color:#2563eb;color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe;border-color:#3b82f6}.p-togglebutton.p-invalid>.p-button{border-color:#e24c4c}.p-button{color:#fff;background:#3b82f6;border:1px solid #3b82f6;padding:.75rem 1.25rem;font-size:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;border-radius:6px}.p-button:not(:disabled):hover{background:#2563eb;color:#fff;border-color:#2563eb}.p-button:not(:disabled):active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.p-button.p-button-outlined{background-color:transparent;color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:#3b82f629;color:#3b82f6;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#6b7280;border-color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button.p-button-text{background-color:transparent;color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:#3b82f629;color:#3b82f6;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-button .p-button-label{transition-duration:.2s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#3b82f6;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:3rem;padding:.75rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:3rem}.p-button.p-button-sm{font-size:.875rem;padding:.65625rem 1.09375rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only.p-button-loading-left .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only.p-button-loading-right .p-button-label{margin-right:.5rem}.p-button.p-button-loading-label-only.p-button-loading-top .p-button-label{margin-top:.5rem}.p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label{margin-bottom:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:3rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1}.p-button.p-button-secondary,.p-button-group.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button,.p-fileupload-choose.p-button-secondary{color:#fff;background:#64748b;border:1px solid #64748b}.p-button.p-button-secondary:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-secondary:not(:disabled):hover{background:#475569;color:#fff;border-color:#475569}.p-button.p-button-secondary:not(:disabled):focus,.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-secondary:not(:disabled):focus{box-shadow:0 0 0 .2rem #e2e8f0}.p-button.p-button-secondary:not(:disabled):active,.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-secondary:not(:disabled):active{background:#334155;color:#fff;border-color:#334155}.p-button.p-button-secondary.p-button-outlined,.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined,.p-fileupload-choose.p-button-secondary.p-button-outlined{background-color:transparent;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover{background:#64748b0a;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active{background:#64748b29;color:#64748b;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-button-group.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text,.p-fileupload-choose.p-button-secondary.p-button-text{background-color:transparent;color:#64748b;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover{background:#64748b0a;border-color:transparent;color:#64748b}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active{background:#64748b29;border-color:transparent;color:#64748b}.p-button.p-button-info,.p-button-group.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button,.p-fileupload-choose.p-button-info{color:#fff;background:#0ea5e9;border:1px solid #0ea5e9}.p-button.p-button-info:not(:disabled):hover,.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-info:not(:disabled):hover{background:#0284c7;color:#fff;border-color:#0284c7}.p-button.p-button-info:not(:disabled):focus,.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-info:not(:disabled):focus{box-shadow:0 0 0 .2rem #bfdbfe}.p-button.p-button-info:not(:disabled):active,.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-info:not(:disabled):active{background:#0369a1;color:#fff;border-color:#0369a1}.p-button.p-button-info.p-button-outlined,.p-button-group.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined,.p-fileupload-choose.p-button-info.p-button-outlined{background-color:transparent;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover{background:#0ea5e90a;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active{background:#0ea5e929;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-text,.p-button-group.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text,.p-fileupload-choose.p-button-info.p-button-text{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover{background:#0ea5e90a;border-color:transparent;color:#0ea5e9}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active{background:#0ea5e929;border-color:transparent;color:#0ea5e9}.p-button.p-button-success,.p-button-group.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button,.p-fileupload-choose.p-button-success{color:#fff;background:#22c55e;border:1px solid #22c55e}.p-button.p-button-success:not(:disabled):hover,.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-success:not(:disabled):hover{background:#16a34a;color:#fff;border-color:#16a34a}.p-button.p-button-success:not(:disabled):focus,.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-success:not(:disabled):focus{box-shadow:0 0 0 .2rem #bbf7d0}.p-button.p-button-success:not(:disabled):active,.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-success:not(:disabled):active{background:#15803d;color:#fff;border-color:#15803d}.p-button.p-button-success.p-button-outlined,.p-button-group.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined,.p-fileupload-choose.p-button-success.p-button-outlined{background-color:transparent;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover{background:#22c55e0a;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active{background:#22c55e29;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-text,.p-button-group.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text,.p-fileupload-choose.p-button-success.p-button-text{background-color:transparent;color:#22c55e;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover{background:#22c55e0a;border-color:transparent;color:#22c55e}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active{background:#22c55e29;border-color:transparent;color:#22c55e}.p-button.p-button-warning,.p-button-group.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button,.p-fileupload-choose.p-button-warning{color:#fff;background:#f97316;border:1px solid #f97316}.p-button.p-button-warning:not(:disabled):hover,.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-warning:not(:disabled):hover{background:#ea580c;color:#fff;border-color:#ea580c}.p-button.p-button-warning:not(:disabled):focus,.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-warning:not(:disabled):focus{box-shadow:0 0 0 .2rem #fde68a}.p-button.p-button-warning:not(:disabled):active,.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-warning:not(:disabled):active{background:#c2410c;color:#fff;border-color:#c2410c}.p-button.p-button-warning.p-button-outlined,.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined,.p-fileupload-choose.p-button-warning.p-button-outlined{background-color:transparent;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover{background:#f973160a;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active{background:#f9731629;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-text,.p-button-group.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text,.p-fileupload-choose.p-button-warning.p-button-text{background-color:transparent;color:#f97316;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover{background:#f973160a;border-color:transparent;color:#f97316}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active{background:#f9731629;border-color:transparent;color:#f97316}.p-button.p-button-help,.p-button-group.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button,.p-fileupload-choose.p-button-help{color:#fff;background:#a855f7;border:1px solid #a855f7}.p-button.p-button-help:not(:disabled):hover,.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-help:not(:disabled):hover{background:#9333ea;color:#fff;border-color:#9333ea}.p-button.p-button-help:not(:disabled):focus,.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-help:not(:disabled):focus{box-shadow:0 0 0 .2rem #e9d5ff}.p-button.p-button-help:not(:disabled):active,.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-help:not(:disabled):active{background:#7e22ce;color:#fff;border-color:#7e22ce}.p-button.p-button-help.p-button-outlined,.p-button-group.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined,.p-fileupload-choose.p-button-help.p-button-outlined{background-color:transparent;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover{background:#a855f70a;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active{background:#a855f729;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-text,.p-button-group.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text,.p-fileupload-choose.p-button-help.p-button-text{background-color:transparent;color:#a855f7;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover{background:#a855f70a;border-color:transparent;color:#a855f7}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active{background:#a855f729;border-color:transparent;color:#a855f7}.p-button.p-button-danger,.p-button-group.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button,.p-fileupload-choose.p-button-danger{color:#fff;background:#ef4444;border:1px solid #ef4444}.p-button.p-button-danger:not(:disabled):hover,.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-danger:not(:disabled):hover{background:#dc2626;color:#fff;border-color:#dc2626}.p-button.p-button-danger:not(:disabled):focus,.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-danger:not(:disabled):focus{box-shadow:0 0 0 .2rem #fecaca}.p-button.p-button-danger:not(:disabled):active,.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-danger:not(:disabled):active{background:#b91c1c;color:#fff;border-color:#b91c1c}.p-button.p-button-danger.p-button-outlined,.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined,.p-fileupload-choose.p-button-danger.p-button-outlined{background-color:transparent;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover{background:#ef44440a;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active{background:#ef444429;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-text,.p-button-group.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text,.p-fileupload-choose.p-button-danger.p-button-text{background-color:transparent;color:#ef4444;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover{background:#ef44440a;border-color:transparent;color:#ef4444}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active{background:#ef444429;border-color:transparent;color:#ef4444}.p-button.p-button-contrast,.p-button-group.p-button-contrast>.p-button,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#1f2937;border:1px solid #1f2937}.p-button.p-button-contrast:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#374151;color:#fff;border-color:#374151}.p-button.p-button-contrast:not(:disabled):focus,.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-contrast:not(:disabled):active,.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#4b5563;color:#fff;border-color:#4b5563}.p-button.p-button-contrast.p-button-outlined,.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:#1f29370a;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:#1f293729;color:#1f2937;border:1px solid}.p-button.p-button-contrast.p-button-text,.p-button-group.p-button-contrast>.p-button.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#1f2937;border-color:transparent}.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:#1f29370a;border-color:transparent;color:#1f2937}.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:#1f293729;border-color:transparent;color:#1f2937}.p-button.p-button-link{color:#1d4ed8;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#1d4ed8;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #bfdbfe;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#1d4ed8;border-color:transparent}.p-splitbutton{border-radius:6px}.p-splitbutton.p-button-outlined>.p-button{background-color:transparent;color:#3b82f6;border:1px solid}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover{background:#3b82f60a;color:#3b82f6}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):active{background:#3b82f629;color:#3b82f6}.p-splitbutton.p-button-outlined.p-button-plain>.p-button{color:#6b7280;border-color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-text>.p-button{background-color:transparent;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):hover{background:#3b82f60a;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):active{background:#3b82f629;color:#3b82f6;border-color:transparent}.p-splitbutton.p-button-text.p-button-plain>.p-button{color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover{background:#f3f4f6;color:#6b7280}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active{background:#e5e7eb;color:#6b7280}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-splitbutton.p-button-rounded{border-radius:2rem}.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-sm>.p-button{font-size:.875rem;padding:.65625rem 1.09375rem}.p-splitbutton.p-button-sm>.p-button .p-button-icon{font-size:.875rem}.p-splitbutton.p-button-lg>.p-button{font-size:1.25rem;padding:.9375rem 1.5625rem}.p-splitbutton.p-button-lg>.p-button.p-button-icon-only{width:auto}.p-splitbutton.p-button-lg>.p-button .p-button-icon{font-size:1.25rem}.p-splitbutton .p-splitbutton-menubutton,.p-splitbutton .p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button,.p-splitbutton .p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button{border-top-left-radius:0;border-bottom-left-radius:0}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button{background-color:transparent;color:#64748b;border:1px solid}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover{background:#64748b0a;color:#64748b}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active{background:#64748b29;color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button{background-color:transparent;color:#64748b;border-color:transparent}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover{background:#64748b0a;border-color:transparent;color:#64748b}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active{background:#64748b29;border-color:transparent;color:#64748b}.p-splitbutton.p-button-info.p-button-outlined>.p-button{background-color:transparent;color:#0ea5e9;border:1px solid}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover{background:#0ea5e90a;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active{background:#0ea5e929;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover{background:#0ea5e90a;border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active{background:#0ea5e929;border-color:transparent;color:#0ea5e9}.p-splitbutton.p-button-success.p-button-outlined>.p-button{background-color:transparent;color:#22c55e;border:1px solid}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover{background:#22c55e0a;color:#22c55e}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active{background:#22c55e29;color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button{background-color:transparent;color:#22c55e;border-color:transparent}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover{background:#22c55e0a;border-color:transparent;color:#22c55e}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active{background:#22c55e29;border-color:transparent;color:#22c55e}.p-splitbutton.p-button-warning.p-button-outlined>.p-button{background-color:transparent;color:#f97316;border:1px solid}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover{background:#f973160a;color:#f97316}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active{background:#f9731629;color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button{background-color:transparent;color:#f97316;border-color:transparent}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover{background:#f973160a;border-color:transparent;color:#f97316}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active{background:#f9731629;border-color:transparent;color:#f97316}.p-splitbutton.p-button-help.p-button-outlined>.p-button{background-color:transparent;color:#a855f7;border:1px solid}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover{background:#a855f70a;color:#a855f7}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active{background:#a855f729;color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button{background-color:transparent;color:#a855f7;border-color:transparent}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover{background:#a855f70a;border-color:transparent;color:#a855f7}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active{background:#a855f729;border-color:transparent;color:#a855f7}.p-splitbutton.p-button-danger.p-button-outlined>.p-button{background-color:transparent;color:#ef4444;border:1px solid}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover{background:#ef44440a;color:#ef4444}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active{background:#ef444429;color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button{background-color:transparent;color:#ef4444;border-color:transparent}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover{background:#ef44440a;border-color:transparent;color:#ef4444}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active{background:#ef444429;border-color:transparent;color:#ef4444}.p-speeddial-button.p-button.p-button-icon-only{width:4rem;height:4rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1.3rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon{width:1.3rem;height:1.3rem}.p-speeddial-list{outline:0 none}.p-speeddial-action{width:3rem;height:3rem;background:#4b5563;color:#fff}.p-speeddial-action:hover{background:#022354;color:#fff}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{margin:0}.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:#0006;border-radius:6px}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,.p-carousel .p-carousel-content .p-carousel-next:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,.p-carousel .p-carousel-content .p-carousel-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{margin:.5rem}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#d1d5db;width:2rem;height:.5rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#9ca3af}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-datatable .p-paginator-top,.p-datatable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-datatable .p-datatable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-datatable .p-datatable-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700}.p-datatable .p-datatable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb;transition:box-shadow .2s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#1d4ed8;background:#eff6ff;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover{background:#f3f4f6;color:#374151}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#374151}.p-datatable .p-sortable-column.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover{background:#eff6ff;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column:focus-visible{box-shadow:inset 0 0 0 .15rem #bfdbfe;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{font-weight:700}.p-datatable .p-datatable-tbody>tr>td.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-datatable-tbody>tr.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #eff6ff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #eff6ff}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#f3f4f6;color:#4b5563}.p-datatable .p-column-resizer-helper{background:#3b82f6}.p-datatable .p-datatable-scrollable-header,.p-datatable .p-datatable-scrollable-footer{background:#f9fafb}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot{background-color:#f9fafb}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable .p-datatable-loading-icon.p-icon{width:2rem;height:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px 0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px 0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:#f8f8fa}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight{background:#eff6ff;color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-datatable.p-datatable-sm .p-datatable-header{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.5rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-footer{padding:1.25rem}.p-datatable-drag-selection-helper{background:#3b82f629}.p-dataview .p-paginator-top,.p-dataview .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-dataview .p-dataview-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-dataview .p-dataview-content{background:#fff;color:#4b5563;border:0 none;padding:0}.p-dataview .p-dataview-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-dataview .p-dataview-loading-icon{font-size:2rem}.p-dataview .p-dataview-loading-icon.p-icon{width:2rem;height:2rem}.p-datascroller .p-paginator-top,.p-datascroller .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-datascroller .p-datascroller-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-datascroller .p-datascroller-content{background:#fff;color:#4b5563;border:0 none;padding:0}.p-datascroller.p-datascroller-inline .p-datascroller-list>li{border:solid #e5e7eb;border-width:0 0 1px 0}.p-datascroller .p-datascroller-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-column-filter-row .p-column-filter-menu-button,.p-column-filter-row .p-column-filter-clear-button{margin-left:.5rem}.p-column-filter-menu-button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-menu-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:#f3f4f6;color:#374151}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#eff6ff;color:#1d4ed8}.p-column-filter-menu-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-column-filter-clear-button{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-column-filter-clear-button:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-column-filter-clear-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-column-filter-overlay{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 2px 12px #0000001a;min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.75rem 0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:0;padding:.75rem 1.25rem;border:0 none;color:#4b5563;background:transparent;transition:box-shadow .2s;border-radius:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#4b5563;background:#f3f4f6}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:1.25rem;border-bottom:1px solid #e5e7eb}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0 none}.p-column-filter-overlay-menu .p-column-filter-add-rule{padding:.75rem 1.25rem}.p-column-filter-overlay-menu .p-column-filter-buttonbar,.p-orderlist .p-orderlist-controls{padding:1.25rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:1.25rem;font-weight:700;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px}.p-orderlist .p-orderlist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0 none}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input{padding-right:1.75rem}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{right:.75rem;color:#6b7280}.p-orderlist .p-orderlist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.75rem 1.25rem;margin:0;border:0 none;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:#3b82f63d}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#f8f8fa}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#f3f4f6}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#eff6ff;color:#1d4ed8}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#70aeff}.p-organizationchart .p-organizationchart-line-down{background:#e5e7eb}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid #e5e7eb;border-color:#e5e7eb}.p-organizationchart .p-organizationchart-line-top{border-top:1px solid #e5e7eb;border-color:#e5e7eb}.p-organizationchart .p-organizationchart-node-content{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-paginator{background:#fff;color:#6b7280;border:solid #f3f4f6;border-width:0;padding:.5rem 1rem;border-radius:6px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-paginator .p-paginator-first{border-top-left-radius:50%;border-bottom-left-radius:50%}.p-paginator .p-paginator-last{border-top-right-radius:50%;border-bottom-right-radius:50%}.p-paginator .p-dropdown{margin-left:.5rem;height:3rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:3rem}.p-paginator .p-paginator-current{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;padding:0 .5rem}.p-paginator .p-paginator-pages .p-paginator-page{background-color:transparent;border:0 none;color:#6b7280;min-width:3rem;height:3rem;margin:.143rem;transition:box-shadow .2s;border-radius:50%}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#eff6ff;border-color:#eff6ff;color:#1d4ed8}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f3f4f6;border-color:transparent;color:#374151}.p-picklist .p-picklist-buttons{padding:1.25rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:1.25rem;font-weight:700;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px}.p-picklist .p-picklist-filter-container{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-bottom:0 none}.p-picklist .p-picklist-filter-container .p-picklist-filter-input{padding-right:1.75rem}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{right:.75rem;color:#6b7280}.p-picklist .p-picklist-list{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:.75rem 0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;outline:0 none}.p-picklist .p-picklist-list .p-picklist-item{padding:.75rem 1.25rem;margin:0;border:0 none;color:#4b5563;background:transparent;transition:transform .2s,box-shadow .2s}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#4b5563;background:#e5e7eb}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#1d4ed8;background:#eff6ff}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:#3b82f63d}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto}.p-treenode-children{margin:0;padding:0;list-style-type:none}.p-treenode-selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.p-tree-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.p-treenode-leaf>.p-treenode-content .p-tree-toggler{visibility:hidden}.p-treenode-content{display:flex;align-items:center}.p-tree-filter{width:100%}.p-tree-filter-container{position:relative;display:block;width:100%}.p-tree-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-tree-loading{position:relative;min-height:4rem}.p-tree .p-tree-loading-overlay{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center}.p-tree{border:1px solid #e5e7eb;background:#fff;color:#4b5563;padding:1.25rem;border-radius:6px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:6px;transition:box-shadow .2s;padding:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6b7280}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon{color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#eff6ff;color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background:#f3f4f6;color:#4b5563}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#6b7280}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint{height:.5rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background:#8cbeff}.p-treetable{position:relative}.p-treetable>.p-treetable-wrapper{overflow:auto}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-treetable-selectable .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;overflow:hidden;position:relative}.p-treetable-toggler+.p-checkbox{vertical-align:middle}.p-treetable-toggler+.p-checkbox+span{vertical-align:middle}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-header,.p-treetable-scrollable-footer{overflow:hidden;border:0 none}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-unfrozen-view{position:absolute;top:0;left:0}.p-treetable-reorder-indicator-up,.p-treetable-reorder-indicator-down{position:absolute;display:none}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-treetable-thead>tr>th.p-align-left>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-left,.p-treetable .p-treetable-tfoot>tr>td.p-align-left{text-align:left;justify-content:flex-start}.p-treetable .p-treetable-thead>tr>th.p-align-right>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-right,.p-treetable .p-treetable-tfoot>tr>td.p-align-right{text-align:right;justify-content:flex-end}.p-treetable .p-treetable-thead>tr>th.p-align-center>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-center,.p-treetable .p-treetable-tfoot>tr>td.p-align-center{text-align:center;justify-content:center}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-treetable .p-treetable-header{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:1px 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-footer{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem;font-weight:700}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb;transition:box-shadow .2s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #e5e7eb;border-width:0 0 1px 0;font-weight:700;color:#374151;background:#f9fafb}.p-treetable .p-sortable-column{outline-color:#bfdbfe}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#374151;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#1d4ed8;background:#eff6ff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#f3f4f6;color:#374151}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#374151}.p-treetable .p-sortable-column.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr{background:#fff;color:#4b5563;transition:box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #e5e7eb;border-width:0 0 1px 0;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon{color:#4b5563}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid #bfdbfe;outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#1d4ed8}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#f3f4f6;color:#4b5563}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#4b5563}.p-treetable .p-column-resizer-helper{background:#3b82f6}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#f9fafb}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-treetable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd{background:#f8f8fa}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight{background:#eff6ff;color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#1d4ed8}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded{background:#f8f8fa}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:1.25rem}.p-timeline .p-timeline-event-marker{border:2px solid #3b82f6;border-radius:50%;width:1rem;height:1rem;background-color:#fff}.p-timeline .p-timeline-event-connector{background-color:#e5e7eb}.p-timeline.p-timeline-vertical .p-timeline-event-opposite,.p-timeline.p-timeline-vertical .p-timeline-event-content{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,.p-timeline.p-timeline-horizontal .p-timeline-event-content{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1.25rem;border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;font-weight:700;border-radius:6px;transition:box-shadow .2s}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-accordion .p-accordion-content{padding:1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-radius:0 0 6px 6px}.p-accordion .p-accordion-tab{margin-bottom:4px}.p-card{background:#fff;color:#4b5563;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:6px}.p-card .p-card-body{padding:1.25rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6b7280}.p-card .p-card-content{padding:1.25rem 0}.p-card .p-card-footer{padding:1.25rem 0 0}.p-fieldset{border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:6px}.p-fieldset .p-fieldset-legend{padding:1.25rem;border:1px solid #e5e7eb;color:#374151;background:#f9fafb;font-weight:700;border-radius:6px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:background-color .2s,color .2s,box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1.25rem;color:#374151;border-radius:6px;transition:box-shadow .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1.25rem 0;padding:0 1.25rem}.p-divider.p-divider-horizontal:before{border-top:1px #e5e7eb}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1.25rem;padding:1.25rem 0}.p-divider.p-divider-vertical:before{border-left:1px #e5e7eb}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel .p-panel-header{border:1px solid #e5e7eb;padding:1.25rem;background:#f9fafb;color:#374151;border-top-right-radius:6px;border-top-left-radius:6px}.p-panel .p-panel-header .p-panel-title{font-weight:700}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-panel.p-panel-toggleable .p-panel-header{padding:.75rem 1.25rem}.p-panel:has(>.p-panel-footer) .p-panel-content{border-bottom-left-radius:0;border-bottom-right-radius:0}.p-panel .p-panel-content{padding:1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:0 none}.p-panel .p-panel-footer{padding:.75rem 1.25rem;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0 none}.p-splitter{border:1px solid #e5e7eb;background:#fff;border-radius:6px;color:#4b5563}.p-splitter .p-splitter-gutter{transition:background-color .2s,color .2s,box-shadow .2s;background:#f9fafb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#e5e7eb}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-splitter .p-splitter-gutter-resizing{background:#e5e7eb}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:box-shadow .2s;border-radius:6px;background:#fff;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#4b5563;border:1px solid #f3f4f6;border-width:2px;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#6b7280;font-weight:700;transition:background-color .2s,color .2s,box-shadow .2s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#eff6ff;color:#1d4ed8}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#4b5563}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#3b82f6}.p-stepper .p-stepper-panels{background:#fff;padding:1.25rem;color:#4b5563}.p-stepper .p-stepper-separator{background-color:#e5e7eb;width:100%;height:2px;margin-inline-start:1rem;transition:box-shadow .2s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#fff;color:#4b5563}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#3b82f6}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-scrollpanel .p-scrollpanel-bar{background:#f9fafb;border:0 none}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-tabview-nav-container{position:relative}.p-tabview-scrollable .p-tabview-nav-container{overflow:hidden}.p-tabview-nav-content{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain auto;position:relative}.p-tabview-nav{display:flex;margin:0;padding:0;list-style-type:none;flex:1 1 auto}.p-tabview-nav-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabview-ink-bar{display:none;z-index:1}.p-tabview-nav-link:focus{z-index:1}.p-tabview-close{z-index:1}.p-tabview-title{line-height:1;white-space:nowrap}.p-tabview-nav-btn{position:absolute;top:0;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.p-tabview-nav-prev{left:0}.p-tabview-nav-next{right:0}.p-tabview-nav-content::-webkit-scrollbar{display:none}.p-tabview .p-tabview-nav{background:#fff;border:1px solid #e5e7eb;border-width:0 0 2px 0}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:solid #e5e7eb;border-width:0 0 2px 0;border-color:transparent transparent #e5e7eb transparent;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#fff;border-color:#3b82f6;color:#3b82f6}.p-tabview .p-tabview-close{margin-left:.5rem}.p-tabview .p-tabview-nav-btn.p-link{background:#fff;color:#3b82f6;width:3rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabview .p-tabview-panels{background:#fff;padding:1.25rem;border:0 none;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-toolbar{background:#f9fafb;border:1px solid #e5e7eb;padding:1.25rem;border-radius:6px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-confirm-popup{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 1px 3px #0000004d}.p-confirm-popup .p-confirm-popup-content{padding:1.25rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:0 1.25rem 1.25rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-confirm-popup:before{border:solid transparent;border-color:#fff0;border-bottom-color:#f2f2f2}.p-confirm-popup.p-confirm-popup-flipped:after{border-top-color:#fff}.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#fff}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog{border-radius:6px;box-shadow:0 1px 3px #0000004d;border:0 none}.p-dialog .p-dialog-header{border-bottom:0 none;background:#fff;color:#374151;padding:1.5rem;border-top-right-radius:6px;border-top-left-radius:6px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:700;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-dialog .p-dialog-header .p-dialog-header-icon{margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#fff;color:#4b5563;padding:0 1.5rem 2rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer{border-top:0 none;background:#fff;color:#4b5563;padding:0 1.5rem 1.5rem;text-align:right;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer button{margin:0 .5rem 0 0;width:auto}.p-dialog.p-dialog-maximized .p-dialog-header,.p-dialog.p-dialog-maximized .p-dialog-content:last-of-type{border-radius:0}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon{width:2rem;height:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message{margin-left:1rem}.p-overlaypanel{background:#fff;color:#4b5563;border:0 none;border-radius:6px;box-shadow:0 1px 3px #0000004d}.p-overlaypanel .p-overlaypanel-content{padding:1.25rem}.p-overlaypanel .p-overlaypanel-close{background:#3b82f6;color:#fff;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#2563eb;color:#fff}.p-overlaypanel:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-overlaypanel:before{border:solid transparent;border-color:#fff0;border-bottom-color:#f2f2f2}.p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#fff}.p-sidebar{background:#fff;color:#4b5563;border:0 none;box-shadow:0 1px 3px #0000004d}.p-sidebar .p-sidebar-header{padding:1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:2rem;height:2rem;color:#6b7280;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#374151;border-color:transparent;background:#f3f4f6}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:1.25rem}.p-tooltip .p-tooltip-text{background:#4b5563;color:#fff;padding:.75rem;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#4b5563}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#4b5563}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#4b5563}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#4b5563}.p-fileupload .p-fileupload-buttonbar{background:#f9fafb;padding:1.25rem;border:1px solid #e5e7eb;color:#374151;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px;gap:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #e5e7eb;color:#4b5563;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-breadcrumb{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:box-shadow .2s;border-radius:6px}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#6b7280}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#4b5563}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#6b7280}.p-contextmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px;width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-contextmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock .p-dock-list-container{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:6px}.p-dock .p-dock-item.p-focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.p-dock .p-dock-action{width:4rem;height:4rem}.p-dock.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-bottom .p-dock-item-second-next{margin:0 .9rem}.p-dock.p-dock-top .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-bottom .p-dock-item-next{margin:0 1.3rem}.p-dock.p-dock-top .p-dock-item-current,.p-dock.p-dock-bottom .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock.p-dock-mobile .p-dock-list .p-dock-item,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current{transform:none;margin:0}.p-megamenu{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu .p-megamenu-panel{background:#fff;color:#4b5563;border:0 none;box-shadow:0 2px 12px #0000001a}.p-megamenu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px}.p-megamenu .p-submenu-list{padding:.5rem 0;width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-vertical{width:12.5rem;padding:.5rem 0}.p-megamenu .p-megamenu-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-megamenu .p-megamenu-button:hover{color:#6b7280;background:#f3f4f6}.p-megamenu .p-megamenu-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon{font-size:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem{width:100%;position:static}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem{width:100%;position:static}.p-menu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-menu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menu.p-menu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-menu .p-submenu-header{margin:0;padding:.75rem 1.25rem;color:#374151;background:#fff;font-weight:700;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar{padding:.5rem;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:6px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;width:12.5rem}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-button{width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar.p-menubar-mobile .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar.p-menubar-mobile .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-menubar.p-menubar-mobile .p-menubar-root-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}@media screen and (max-width:960px){.p-menubar{position:relative}.p-menubar .p-menubar-button{display:flex;width:2rem;height:2rem;color:#6b7280;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s}.p-menubar .p-menubar-button:hover{color:#6b7280;background:#f3f4f6}.p-menubar .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-menubar .p-menubar-root-list{position:absolute;display:none;padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a;width:100%}.p-menubar .p-menubar-root-list .p-menu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-menubar .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar .p-menubar-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-menubar .p-menubar-root-list>.p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar .p-menubar-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb;border-radius:6px;transition:box-shadow .2s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link{color:#6b7280;padding:1.25rem;font-weight:700}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#f9fafb;border-color:#e5e7eb;color:#374151;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#e5e7eb;background:#f3f4f6;color:#374151}.p-panelmenu .p-panelmenu-content{padding:.5rem 0;border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-top:0;border-radius:0 0 6px 6px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:4px}.p-slidemenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-slidemenu .p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-slidemenu.p-slidemenu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-slidemenu .p-slidemenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link{background:#eff6ff}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-text{color:#1d4ed8}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-icon{color:#1d4ed8}.p-slidemenu .p-slidemenu-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-slidemenu .p-slidemenu-icon{font-size:.875rem}.p-slidemenu .p-slidemenu-icon.p-icon{width:.875rem;height:.875rem}.p-slidemenu .p-slidemenu-backward{padding:.75rem 1.25rem;color:#4b5563}.p-steps .p-steps-item .p-menuitem-link{background:transparent;transition:box-shadow .2s;border-radius:6px;background:#fff}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#4b5563;border:1px solid #f3f4f6;background:#fff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:50%}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#6b7280}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#eff6ff;color:#1d4ed8}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:700;color:#4b5563}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #e5e7eb;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu .p-tabmenu-nav{background:#fff;border:1px solid #e5e7eb;border-width:0 0 2px 0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:solid #e5e7eb;border-width:0 0 2px 0;border-color:transparent transparent #e5e7eb transparent;background:#fff;color:#6b7280;padding:1.25rem;font-weight:700;border-top-right-radius:6px;border-top-left-radius:6px;transition:box-shadow .2s;margin:0 0 -2px;height:calc(100% + 2px)}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #bfdbfe}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#fff;border-color:#9ca3af;color:#6b7280}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#fff;border-color:#3b82f6;color:#3b82f6}.p-tieredmenu{padding:.5rem 0;background:#fff;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:0 none;box-shadow:0 2px 12px #0000001a}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#4b5563;transition:box-shadow .2s;border-radius:0}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#4b5563;padding:.75rem 1.25rem;-webkit-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#6b7280;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#eff6ff}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#3b82f63d}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#4b5563;background:#e5e7eb}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#4b5563;background:#f3f4f6}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#4b5563}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#6b7280}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #e5e7eb;margin:.25rem 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{padding:.75rem;margin:0;border-radius:6px}.p-inline-message.p-inline-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0px;color:#3b82f6}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#3b82f6}.p-inline-message.p-inline-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0px;color:#1ea97c}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#1ea97c}.p-inline-message.p-inline-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0px;color:#cc8925}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#cc8925}.p-inline-message.p-inline-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0px;color:#ff5757}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#ff5757}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-inline-message-icon.p-icon{width:1rem;height:1rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message{margin:1rem 0;border-radius:6px}.p-message .p-message-wrapper{padding:1.25rem 1.75rem}.p-message .p-message-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-message .p-message-close:hover{background:#ffffff80}.p-message .p-message-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-message.p-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-message.p-message-info .p-message-icon,.p-message.p-message-info .p-message-close{color:#3b82f6}.p-message.p-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-message.p-message-success .p-message-icon,.p-message.p-message-success .p-message-close{color:#1ea97c}.p-message.p-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-message.p-message-warn .p-message-icon,.p-message.p-message-warn .p-message-close{color:#cc8925}.p-message.p-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-message.p-message-error .p-message-icon,.p-message.p-message-error .p-message-close{color:#ff5757}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1.5rem;margin-right:.5rem}.p-message .p-message-icon.p-icon{width:1.5rem;height:1.5rem}.p-message .p-message-summary{font-weight:700}.p-message .p-message-detail{margin-left:.5rem}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-toast .p-toast-message .p-toast-message-content{padding:1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,box-shadow .2s}.p-toast .p-toast-message .p-toast-icon-close:hover{background:#ffffff80}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-toast .p-toast-message.p-toast-message-info{background:#dbeafeb3;border:solid #3b82f6;border-width:0 0 0 6px;color:#3b82f6}.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{color:#3b82f6}.p-toast .p-toast-message.p-toast-message-success{background:#e4f8f0b3;border:solid #1ea97c;border-width:0 0 0 6px;color:#1ea97c}.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{color:#1ea97c}.p-toast .p-toast-message.p-toast-message-warn{background:#fff2e2b3;border:solid #cc8925;border-width:0 0 0 6px;color:#cc8925}.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{color:#cc8925}.p-toast .p-toast-message.p-toast-message-error{background:#ffe7e6b3;border:solid #ff5757;border-width:0 0 0 6px;color:#ff5757}.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{color:#ff5757}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-galleria-close-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-item-nav{background:transparent;color:#f9fafb;width:4rem;height:4rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:6px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-caption{background:#00000080;color:#f9fafb;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#d1d5db;width:1rem;height:1rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#9ca3af}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:#00000080}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:#fff6}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:#fff9}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#eff6ff;color:#1d4ed8}.p-galleria .p-galleria-thumbnail-container{background:#000000e6;padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next{margin:.5rem;background-color:transparent;color:#f9fafb;width:2rem;height:2rem;transition:background-color .2s,color .2s,box-shadow .2s;border-radius:50%}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover{background:#ffffff1a;color:#f9fafb}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content{transition:box-shadow .2s}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-galleria-mask,.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-preview-indicator{background-color:transparent;color:#f8f9fa;transition:background-color .2s,color .2s,box-shadow .2s}.p-image-preview-indicator .p-icon{width:1.5rem;height:1.5rem}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:#00000080}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:background-color .2s,color .2s,box-shadow .2s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#f8f9fa;background-color:#ffffff1a}.p-image-action.p-link span{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{background-color:#e5e7eb;border-radius:6px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-circle{border-radius:50%}.p-avatar-group .p-avatar{border:2px solid #ffffff}.p-chip{background-color:#e5e7eb;color:#4b5563;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.375rem;margin-bottom:.375rem}.p-chip .p-chip-icon{margin-right:.5rem}.p-chip img{width:2.25rem;height:2.25rem;margin-left:-.75rem;margin-right:.5rem}.p-chip .p-chip-remove-icon{border-radius:6px;transition:background-color .2s,color .2s,box-shadow .2s;margin-left:.5rem}.p-chip .p-chip-remove-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-chip .p-chip-remove-icon:focus{outline:0 none}.p-scrolltop{width:3rem;height:3rem;border-radius:50%;box-shadow:0 2px 12px #0000001a;transition:background-color .2s,color .2s,box-shadow .2s}.p-scrolltop.p-link{background:#000000b3}.p-scrolltop.p-link:hover{background:#000c}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#f9fafb}.p-scrolltop .p-scrolltop-icon.p-icon{width:1.5rem;height:1.5rem}.p-skeleton{background-color:#e5e7eb;border-radius:6px}.p-skeleton:after{background:linear-gradient(90deg,#fff0,#fff6,#fff0)}.p-tag .p-tag-icon{margin-right:.25rem;font-size:.75rem}.p-tag .p-tag-icon.p-icon{width:.75rem;height:.75rem}.p-inplace .p-inplace-display{padding:.75rem;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#f3f4f6;color:#4b5563}.p-inplace .p-inplace-display:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #bfdbfe}.p-metergroup .p-metergroup-meter-container{background:#e5e7eb;border-radius:6px}.p-metergroup .p-metergroup-meter{border:0 none;background:#3b82f6}.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item{line-height:1.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-type{background:#3b82f6;width:.5rem;height:.5rem;border-radius:100%;margin-right:.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label{margin-right:1rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-icon{width:1rem;height:1rem;margin-right:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start{margin-bottom:1rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end{margin-top:1rem}.p-metergroup.p-metergroup-vertical .p-metergroup-meter-container{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start){margin-left:1rem}.p-progressbar{border:0 none;height:1.5rem;background:#e5e7eb;border-radius:6px}.p-progressbar .p-progressbar-value{border:0 none;margin:0;background:#3b82f6}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.5rem}.p-terminal{background:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:1.25rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem}.p-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-secondary{background-color:#64748b;color:#fff}.p-badge.p-badge-success{background-color:#22c55e;color:#fff}.p-badge.p-badge-info{background-color:#0ea5e9;color:#fff}.p-badge.p-badge-warning{background-color:#f97316;color:#fff}.p-badge.p-badge-danger{background-color:#ef4444;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-tag{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:6px}.p-tag.p-tag-success{background-color:#22c55e;color:#fff}.p-tag.p-tag-info{background-color:#0ea5e9;color:#fff}.p-tag.p-tag-warning{background-color:#f97316;color:#fff}.p-tag.p-tag-danger{background-color:#ef4444;color:#fff}}@layer primereact{.p-button-label{font-weight:700}.p-selectbutton>.p-button,.p-togglebutton.p-button{transition:background-color .2s,border-color .2s,box-shadow .2s}.p-accordion .p-accordion-header .p-accordion-header-link,.p-tabview .p-tabview-nav li .p-tabview-nav-link,.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{transition:background-color .2s,border-color .2s,box-shadow .2s}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button,.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background-color:#3b82f6}.p-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #9dc1fb,0 1px 2px #000}.p-button.p-button-secondary:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #b0b9c6,0 1px 2px #000}.p-button.p-button-success:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #88eaac,0 1px 2px #000}.p-button.p-button-info:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #83d3f8,0 1px 2px #000}.p-button.p-button-warning:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #fcb98b,0 1px 2px #000}.p-button.p-button-help:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #d4aafb,0 1px 2px #000}.p-button.p-button-danger:enabled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f7a2a2,0 1px 2px #000}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #3b82f6}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #3b82f6}.p-speeddial-item.p-focus>.p-speeddial-action{box-shadow:0 0 0 2px #fff,0 0 0 4px #9dc1fb,0 1px 2px #000}.p-toast-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.p-inline-message-text{font-weight:500}.p-picklist-buttons .p-button,.p-orderlist-controls .p-button{transition:opacity .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-steps .p-steps-item.p-highlight .p-steps-number,.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#3b82f6;color:#fff}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
