@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&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: #e74c3c;--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._sidebar_1toyz_11{position:fixed;top:0;left:0;height:100vh;width:260px;background:linear-gradient(180deg,#0f172a,#1a1a2e);border-right:1px solid rgba(148,163,184,.1);display:flex;flex-direction:column;padding:1rem .75rem .75rem;z-index:100;transition:transform .28s cubic-bezier(.4,0,.2,1)}._closed_1toyz_41{transform:translate(-100%)}._open_1toyz_49{transform:translate(0)}._overlay_1toyz_59{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99;animation:_fadeIn_1toyz_1 .2s ease}@keyframes _fadeIn_1toyz_1{0%{opacity:0}to{opacity:1}}._closeButton_1toyz_89{position:absolute;top:.875rem;right:.875rem;display:none;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff0f;color:#cbd5e1;border:none;border-radius:8px;cursor:pointer;transition:background .15s,color .15s}._closeButton_1toyz_89:hover{background:#ffffff1f;color:#fff}._closeButton_1toyz_89:focus-visible{outline:2px solid #a5b4fc;outline-offset:2px}._logo_1toyz_145{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem 1.25rem;margin-bottom:.5rem;border-bottom:1px solid rgba(148,163,184,.1)}._logoText_1toyz_163{display:flex;flex-direction:column;line-height:1.15;overflow:hidden;min-width:0}._logoTitle_1toyz_179{font-size:.9375rem;font-weight:700;color:#fff;letter-spacing:-.2px;white-space:nowrap}._logoSubtitle_1toyz_195{font-size:.5625rem;font-weight:600;color:#a78bfa;letter-spacing:.5px;text-transform:uppercase;margin-top:2px;white-space:nowrap}._nav_1toyz_217{display:flex;flex-direction:column;gap:.125rem;flex:1;overflow-y:auto;overflow-x:hidden;padding:.25rem 0;scrollbar-gutter:stable}._nav_1toyz_217::-webkit-scrollbar{width:6px}._nav_1toyz_217::-webkit-scrollbar-track{background:transparent}._nav_1toyz_217::-webkit-scrollbar-thumb{background:#94a3b826;border-radius:3px}._nav_1toyz_217::-webkit-scrollbar-thumb:hover{background:#94a3b847}._navItem_1toyz_271{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;color:#94a3b8;text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease,transform .1s ease;position:relative;white-space:nowrap;outline:none}._navItem_1toyz_271:hover{background:#ffffff0d;color:#e2e8f0}._navItem_1toyz_271:hover ._navIcon_1toyz_313{color:#cbd5e1}._navItem_1toyz_271:active{transform:scale(.985)}._navItem_1toyz_271:focus-visible{background:#ffffff0f;box-shadow:inset 0 0 0 1.5px #6366f1}._navItem_1toyz_271._active_1toyz_341{background:linear-gradient(135deg,#6366f133,#8b5cf629);color:#fff;font-weight:600;box-shadow:0 4px 12px -4px #6366f159}._navItem_1toyz_271._active_1toyz_341:before{content:"";position:absolute;left:-.75rem;top:50%;transform:translateY(-50%);width:3px;height:22px;background:linear-gradient(180deg,#60a5fa,#a78bfa);border-radius:0 3px 3px 0;box-shadow:0 0 10px #8b5cf680}._navItem_1toyz_271._active_1toyz_341 ._navIcon_1toyz_313{color:#a5b4fc}._navIcon_1toyz_313{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit;transition:color .15s ease}._navLabel_1toyz_421{flex:1;overflow:hidden;text-overflow:ellipsis}._bottomSection_1toyz_435{padding-top:.75rem;margin-top:.5rem;border-top:1px solid rgba(148,163,184,.1)}._version_1toyz_447{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.6875rem;color:#64748b;padding:.5rem;letter-spacing:.2px}._versionDot_1toyz_469{width:5px;height:5px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e26;flex-shrink:0}@media (min-width: 961px){._sidebar_1toyz_11{transform:translate(0)!important}._overlay_1toyz_59{display:none}}@media (max-width: 960px){._closeButton_1toyz_89{display:flex}._sidebar_1toyz_11{width:280px;box-shadow:0 20px 60px -20px #0009}}@media (prefers-reduced-motion: reduce){._sidebar_1toyz_11,._navItem_1toyz_271,._closeButton_1toyz_89{transition-duration:.01ms!important}._overlay_1toyz_59{animation:none}}._header_8m4bx_9{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.5rem;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;height:60px;flex-shrink:0;position:sticky;top:0;z-index:100}._headerLeft_8m4bx_45{display:flex;align-items:center;gap:.75rem;min-width:0}._menuButton_8m4bx_61{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#475569;transition:background .15s ease,color .15s ease;flex-shrink:0}._menuButton_8m4bx_61:hover{background-color:#f1f5f9;color:#0f172a}._menuButton_8m4bx_61:focus-visible{outline:2px solid #6366f1;outline-offset:2px}._pageContext_8m4bx_113{display:flex;align-items:center;gap:.5rem;min-width:0}._pageTitle_8m4bx_127{font-size:.9375rem;font-weight:600;color:#0f172a;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerRight_8m4bx_149{display:flex;align-items:center;gap:.625rem;flex-shrink:0}._iconButton_8m4bx_163{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#475569;transition:background .15s ease,color .15s ease;flex-shrink:0}._iconButton_8m4bx_163:hover{background-color:#f1f5f9;color:#0f172a}._iconButton_8m4bx_163:focus-visible{outline:2px solid #6366f1;outline-offset:2px}._notificationBadge_8m4bx_215{position:absolute;top:2px;right:2px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background-color:#ef4444;color:#fff;font-size:.625rem;font-weight:700;line-height:1;border-radius:999px;border:2px solid #ffffff}._userSection_8m4bx_255{display:flex;align-items:center;gap:.625rem;padding:.25rem .5rem .25rem .75rem;border-radius:999px;cursor:pointer;transition:background-color .15s ease}._userSection_8m4bx_255:hover{background-color:#f8fafc}._userInfo_8m4bx_283{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}._userName_8m4bx_297{font-size:.8125rem;font-weight:600;color:#0f172a;white-space:nowrap}._userRole_8m4bx_311{font-size:.625rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}._userAvatar_8m4bx_327{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:700;font-size:.8125rem;border-radius:50%;text-transform:uppercase;flex-shrink:0;box-shadow:0 2px 6px -1px #2563eb66}._dropdown_8m4bx_361{position:relative}._dropdownButton_8m4bx_369{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;color:#475569;transition:border-color .15s ease,background-color .15s ease,color .15s ease;flex-shrink:0}._dropdownButton_8m4bx_369:hover{border-color:#cbd5e1;background-color:#f8fafc;color:#0f172a}._dropdownButton_8m4bx_369:focus-visible{outline:2px solid #6366f1;outline-offset:2px}._dropdownMenu_8m4bx_421{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 24px -6px #0f172a1f,0 4px 8px -2px #0f172a0f;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:200;padding:.25rem;overflow:hidden}._dropdown_8m4bx_361:hover ._dropdownMenu_8m4bx_421,._dropdown_8m4bx_361:focus-within ._dropdownMenu_8m4bx_421{opacity:1;visibility:visible;transform:translateY(0)}._dropdownItem_8m4bx_475{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;color:#1e293b;font-size:.8125rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease;text-align:left;border-radius:7px}._dropdownItem_8m4bx_475:hover{background-color:#f1f5f9;color:#0f172a}._dropdownItem_8m4bx_475 svg{color:#64748b;flex-shrink:0}._dropdownItem_8m4bx_475:hover svg{color:#475569}._logoutButton_8m4bx_541{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;height:34px;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:8px;font-size:.8125rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap;flex-shrink:0}._logoutButton_8m4bx_541:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}._logoutButton_8m4bx_541:focus-visible{outline:2px solid #6366f1;outline-offset:2px}._logoutButton_8m4bx_541 svg{flex-shrink:0}._logoutLabel_8m4bx_609{display:inline}@media (max-width: 960px){._menuButton_8m4bx_61{display:flex}}@media (max-width: 900px){._userInfo_8m4bx_283{display:none}._userSection_8m4bx_255{padding:.25rem}}@media (max-width: 768px){._header_8m4bx_9{padding:0 1rem;height:56px}._pageTitle_8m4bx_127{font-size:.875rem}._headerRight_8m4bx_149{gap:.5rem}._iconButton_8m4bx_163,._menuButton_8m4bx_61{width:34px;height:34px}}@media (max-width: 640px){._logoutLabel_8m4bx_609{display:none}._logoutButton_8m4bx_541{padding:.5rem;width:34px;justify-content:center}._dropdownButton_8m4bx_369{width:32px;height:32px}._userAvatar_8m4bx_327{width:30px;height:30px;font-size:.75rem}}@media (max-width: 480px){._header_8m4bx_9{padding:0 .75rem;gap:.5rem}._headerRight_8m4bx_149{gap:.375rem}._iconButton_8m4bx_163,._menuButton_8m4bx_61{width:32px;height:32px}._dropdownButton_8m4bx_369{width:30px;height:30px}._pageTitle_8m4bx_127{font-size:.8125rem}}@media (max-width: 380px){._userSection_8m4bx_255{display:none}}@media (prefers-reduced-motion: reduce){._menuButton_8m4bx_61,._iconButton_8m4bx_163,._dropdownButton_8m4bx_369,._dropdownMenu_8m4bx_421,._logoutButton_8m4bx_541,._userSection_8m4bx_255{transition-duration:.01ms!important}}._footer_g5xrl_1{padding:.75rem 1.5rem;background-color:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;height:56px;display:flex;align-items:center}._footerContent_g5xrl_21{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto}._copyright_g5xrl_39{font-size:.75rem;color:#94a3b8}._version_g5xrl_49{font-size:.7rem;color:#cbd5e1;font-weight:500;letter-spacing:.3px;padding:.25rem .5rem;background-color:#f8fafc;border-radius:4px}@media (max-width: 768px){._footer_g5xrl_1{padding:.5rem 1rem;height:48px}._copyright_g5xrl_39{font-size:.65rem}._version_g5xrl_49{font-size:.6rem}}@media (max-width: 480px){._footer_g5xrl_1{padding:.5rem;height:44px}._copyright_g5xrl_39{font-size:.6rem}}._mainLayout_1p38z_9{display:flex;min-height:100vh;width:100%;background-color:#f8fafc}._mainContent_1p38z_25{display:flex;flex-direction:column;flex:1;min-height:100vh;width:100%;transition:margin-left .28s cubic-bezier(.4,0,.2,1);overflow-x:clip;position:relative;z-index:10}._sidebarOpen_1p38z_51{margin-left:260px}._sidebarClosed_1p38z_59{margin-left:0}._contentArea_1p38z_69{flex:1;padding:1.5rem;background-color:#f8fafc;overflow-x:clip}._contentWrapper_1p38z_83{max-width:1400px;margin:0 auto;animation:_fadeIn_1p38z_1 .3s ease-out}@keyframes _fadeIn_1p38z_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._contentArea_1p38z_69::-webkit-scrollbar{width:6px}._contentArea_1p38z_69::-webkit-scrollbar-track{background:#f1f5f9}._contentArea_1p38z_69::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._contentArea_1p38z_69::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 960px){._sidebarOpen_1p38z_51,._sidebarClosed_1p38z_59{margin-left:0}._mainContent_1p38z_25{z-index:1}}@media (max-width: 768px){._contentArea_1p38z_69{padding:1rem}}@media (max-width: 480px){._contentArea_1p38z_69{padding:.75rem}}@media (prefers-reduced-motion: reduce){._mainContent_1p38z_25{transition-duration:.01ms!important}._contentWrapper_1p38z_83{animation:none}}._loadingContainer_1mq23_1{display:flex;align-items:center;justify-content:center;padding:2rem}._loadingContainer_1mq23_1._fullScreen_1mq23_15{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;padding:0}._spinnerWrapper_1mq23_39{display:flex;flex-direction:column;align-items:center;gap:1rem}._spinner_1mq23_39{border:3px solid #e2e8f0;border-top:3px solid #2563eb;border-radius:50%;animation:_spin_1mq23_39 .8s linear infinite}@keyframes _spin_1mq23_39{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_1mq23_85{font-size:.9375rem;color:#64748b;margin:0;font-weight:500}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;line-height:1.6;color:#1e293b;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5rem;color:#0f172a}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8;text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{background-color:#2563eb;color:#fff}::-moz-selection{background-color:#2563eb;color:#fff}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-muted{color:#64748b}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}@media (min-width: 768px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}@media (min-width: 1280px){.container{padding:0 2.5rem}}@media print{body{background-color:#fff;color:#000}.no-print{display:none!important}}
