:root{--app-scrollbar-size:8px;--app-scrollbar-track:#0000;--app-scrollbar-thumb:#00000038;--app-scrollbar-thumb-hover:#00000061}:root[data-theme=dark]{--app-scrollbar-track:#fff0;--app-scrollbar-thumb:#ffffff38;--app-scrollbar-thumb-hover:#ffffff61}*{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}::-webkit-scrollbar-track{background:var(--app-scrollbar-track);border-radius:9999px}::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);background-clip:content-box;border:2px solid #0000;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:var(--app-scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:0 0}html,body,#root{min-height:100%}body{margin:0}.app-layout{background:var(--layout-bg);min-height:100vh}.app-layout-main{min-width:0}.app-layout-sider{background:var(--layout-surface);border-inline-end:1px solid var(--layout-border);min-height:100vh}.app-layout-sider .ant-layout-sider-children{background:var(--layout-surface)}.app-layout-brand{color:var(--layout-text);white-space:nowrap;align-items:center;height:56px;padding:0 20px;font-weight:700;display:flex;overflow:hidden}.app-layout-header{background:color-mix(in srgb, var(--layout-surface) 94%, transparent);border-bottom:1px solid var(--layout-border);z-index:20;justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 16px;line-height:1;display:flex}.app-layout-header[data-fixed=true]{position:sticky;top:0}.app-layout-header-left{min-width:0}.app-layout-title.ant-typography{margin:0}.app-layout-top-nav{flex:1;align-self:stretch;min-width:0;display:flex}.layout-navigation-top{background:0 0;border-bottom:0;flex:1;align-items:center;min-width:0;line-height:56px;display:flex}.layout-navigation-top.ant-menu-horizontal>.ant-menu-item,.layout-navigation-top.ant-menu-horizontal>.ant-menu-submenu{align-items:center;height:56px;line-height:56px;display:inline-flex}.layout-navigation-top.ant-menu-horizontal>.ant-menu-item:after,.layout-navigation-top.ant-menu-horizontal>.ant-menu-submenu:after{bottom:6px}.app-layout-content{background:var(--layout-bg);padding:24px}.app-layout-content-inner{width:100%;min-height:calc(100vh - 104px);margin:0 auto}.app-layout-content-inner[data-width=fixed]{max-width:1180px}.setting-drawer-stack{flex-direction:column;gap:22px;width:100%;display:flex}.setting-section-title{margin-bottom:10px;display:block}.setting-section-body{width:100%}.setting-section-divider{margin:22px 0 0}.setting-row{justify-content:space-between;align-items:center;display:flex}.setting-color-grid{flex-wrap:wrap;gap:10px;display:flex}.setting-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:999px;width:28px;height:28px;padding:0}.setting-color-swatch[data-active=true]{outline-offset:2px;border-color:currentColor;outline:2px solid #0000002e}@media (width<=720px){.app-layout{display:block}.app-layout-sider{display:none}.app-layout-header{gap:10px}.app-layout-top-nav{display:none}.app-layout-content{padding:16px}}
