:root,html[data-theme=dark]{--fc-bg-primary:#0e1013;--fc-bg-secondary:#1a1a2e;--fc-bg-tertiary:#242629;--fc-bg-card:#1e1e2e;--fc-text-primary:#fff;--fc-text-secondary:#ccc;--fc-text-tertiary:#888;--fc-text-disabled:#666;--fc-border-primary:#333;--fc-border-secondary:#444;--fc-scrollbar-color:hsla(0,0%,100%,.2);--fc-scrollbar-color-hover:hsla(0,0%,100%,.3);--fc-scrollbar-width:5px;--fc-scrollbar-radius:5px;--fc-accent-primary:#18a058;--fc-accent-hover:#36ad6a;--fc-accent-info:#2080f0;--fc-editor-bg:#0e1013;--fc-toolbar-bg:#1e1e2e;--fc-sidebar-bg:#1a1a2e;--fc-scene-bg:#1a1a2e;--fc-shadow-primary:rgba(0,0,0,.3)}html[data-theme=light]{--fc-bg-primary:#fff;--fc-bg-secondary:#f5f5f5;--fc-bg-tertiary:#e8e8e8;--fc-bg-card:#fff;--fc-text-primary:#333;--fc-text-secondary:#666;--fc-text-tertiary:#999;--fc-text-disabled:#ccc;--fc-border-primary:#e0e0e0;--fc-border-secondary:#d0d0d0;--fc-scrollbar-color:rgba(0,0,0,.15);--fc-scrollbar-color-hover:rgba(0,0,0,.25);--fc-scrollbar-width:5px;--fc-scrollbar-radius:5px;--fc-accent-primary:#18a058;--fc-accent-hover:#36ad6a;--fc-accent-info:#2080f0;--fc-editor-bg:#f0f0f0;--fc-toolbar-bg:#fff;--fc-sidebar-bg:#f8f8f8;--fc-scene-bg:#f0f0f0;--fc-shadow-primary:rgba(0,0,0,.1)}#__nuxt,body,html{background-color:var(--fc-bg-primary);color:var(--fc-text-primary);height:100%;overflow:hidden;transition:background-color .3s ease,color .3s ease;width:100%}#__nuxt,body,html,p{margin:0;padding:0}svg{height:10px;width:10px}.n-config-provider{height:100%;width:100%}*{transition-duration:.2s;transition-property:background-color,border-color,color,box-shadow;transition-timing-function:ease}.fc-scrollbar{overflow-x:auto;overflow-y:auto;scrollbar-color:var(--fc-scrollbar-color) transparent;scrollbar-width:thin}.fc-scrollbar::-webkit-scrollbar{height:var(--fc-scrollbar-width);width:var(--fc-scrollbar-width)}.fc-scrollbar::-webkit-scrollbar-track{background:transparent}.fc-scrollbar::-webkit-scrollbar-thumb{background-color:var(--fc-scrollbar-color);border-radius:var(--fc-scrollbar-radius);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.fc-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--fc-scrollbar-color-hover)}.fc-scrollbar:hover{scrollbar-color:var(--fc-scrollbar-color-hover) transparent}
