.app-content[data-v-31b78050]{height:100vh;width:100vw}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--app-bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}#app{height:100vh;overflow:hidden;background-color:var(--app-bg-color);color:var(--text-color)}.layout-container{height:100vh;display:flex;background-color:var(--app-bg-color)}.layout-sidebar{width:250px;transition:width .3s ease;border-right:1px solid var(--border-color);background-color:var(--sidebar-bg-color);z-index:100}.layout-sidebar.collapsed{width:60px}.layout-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:var(--app-bg-color)}.layout-header{height:60px;border-bottom:1px solid var(--border-color);background-color:var(--header-bg-color);z-index:50}.layout-content{flex:1;padding:20px;overflow-y:auto;background-color:var(--content-bg-color)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-color)}html.custom-background:before,body.custom-background:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:var(--custom-bg-image)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-attachment:fixed!important;z-index:-9999;opacity:1;pointer-events:none}html.custom-background,body.custom-background{background-color:transparent!important;background-image:none!important;min-height:100vh;position:relative}html.custom-background #app,body.custom-background #app,body.custom-background .layout-container{background-color:transparent!important}body.custom-background .layout-sidebar{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:transparent!important}body.custom-background .layout-sidebar .sidebar-container{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:var(--sidebar-bg-color)!important}body.custom-background .layout-main{background-color:transparent!important}body.custom-background .layout-header{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:transparent!important}body.custom-background .layout-header .header-container{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:var(--header-bg-color)!important}body.custom-background .layout-content{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.custom-background{--n-color: transparent !important;--n-color-hover: rgba(24, 24, 28, .3) !important;--n-color-pressed: rgba(24, 24, 28, .4) !important;--n-color-focus: rgba(24, 24, 28, .3) !important;--n-color-disabled: rgba(24, 24, 28, .2) !important;--n-color-modal: transparent !important;--n-color-popover: transparent !important;--n-color-embedded: transparent !important;--n-color-embedded-modal: transparent !important;--n-color-embedded-popover: transparent !important;--n-text-color: #ffffff !important;--n-text-color-hover: #ffffff !important;--n-text-color-pressed: #ffffff !important;--n-text-color-disabled: rgba(255, 255, 255, .5) !important;--n-border-color: rgba(255, 255, 255, .18) !important;--n-border-color-hover: rgba(255, 255, 255, .25) !important;--n-border-color-focus: rgba(255, 255, 255, .3) !important;--n-border-color-disabled: rgba(255, 255, 255, .1) !important}body.custom-background .n-card,body.custom-background .n-drawer,body.custom-background .n-modal,body.custom-background .n-dialog,body.custom-background .n-popover,body.custom-background .n-dropdown,body.custom-background .n-menu,body.custom-background .n-submenu,body.custom-background .n-menu-item,body.custom-background .n-input,body.custom-background .n-button,body.custom-background .n-table,body.custom-background .n-data-table,body.custom-background .n-data-table-base-table,body.custom-background .n-data-table-wrapper,body.custom-background .n-card--bordered,body.custom-background .greeting-card,body.custom-background [class*=n-data-table]{backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:transparent!important}body.custom-background .n-select-menu{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background-color:#18181cf2!important}body.custom-background .n-data-table-base-table,body.custom-background .n-data-table-wrapper{background-color:transparent!important}body.custom-background .n-button,body.custom-background .n-button .n-button__content,body.custom-background .n-button:hover,body.custom-background .n-button:hover .n-button__content{color:#fff!important}body.custom-background .n-modal,body.custom-background .n-dialog,body.custom-background .n-popover,body.custom-background .n-dropdown,body.custom-background .n-select-menu,body.custom-background .n-card,body.custom-background .n-modal .n-card,body.custom-background .n-dialog .n-card{border:1px solid rgba(255,255,255,.18)!important}@media (max-width: 1024px){.layout-sidebar{position:fixed!important;left:0!important;top:0!important;height:100vh!important;z-index:1000!important;transform:translate(-100%)!important;transition:transform .3s ease!important;width:250px!important}.layout-sidebar.collapsed{width:250px!important;transform:translate(-100%)!important}.layout-sidebar.mobile-show{transform:translate(0)!important}.layout-sidebar.collapsed.mobile-show{width:250px!important;transform:translate(0)!important}.layout-main{margin-left:0!important}.layout-content{padding:18px}}@media (max-width: 480px){.layout-sidebar{width:280px}.layout-content{padding:12px}}
