:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--qh-font-family-base:"Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--qh-font-size-base:14px;--qh-line-height-base:1.5;--qh-color-primary:#9a672e;--qh-color-primary-hover:#875824;--qh-color-primary-active:#70481d;--qh-color-primary-deep:#5d3d20;--qh-color-primary-soft:#9a672e1f;--qh-color-secondary:#d4a458;--qh-color-success:#607c62;--qh-color-warning:#c7852d;--qh-color-danger:#b95545;--qh-color-info:#60778a;--qh-color-text-primary:#493c31;--qh-color-text-strong:#2f241b;--qh-color-text-secondary:#615346;--qh-color-text-muted:#74685b;--qh-color-bg-page:#f5f2ec;--qh-color-bg-page-end:#ece6dd;--qh-color-bg-surface:#fffefc;--qh-color-bg-soft:#f6f1e9;--qh-color-bg-soft-emphasis:#eee6db;--qh-color-bg-overlay:#fffefce6;--qh-color-bg-overlay-strong:#fffefcf7;--qh-color-border:#4836241a;--qh-color-border-strong:#48362433;--qh-color-field-border:#4836242e;--qh-color-field-border-hover:#9a672e8f;--qh-color-field-border-focus:#9a672ef0;--qh-shadow-field-focus:#9a672e29;--qh-layout-spotlight:#cd9c4c24;--qh-layout-page-padding:24px;--qh-layout-section-gap:20px;--qh-layout-min-width:1280px;--qh-sidebar-width:228px;--qh-sidebar-width-collapsed:78px;--qh-sidebar-bg-start:#f7f1e7fc;--qh-sidebar-bg-end:#e8dbc7fa;--qh-sidebar-border:#48362424;--qh-sidebar-text:#4d3c2d;--qh-sidebar-title:#2f241b;--qh-sidebar-subtitle:#493c31b3;--qh-sidebar-hover-bg:#9a672e1a;--qh-sidebar-active-bg:linear-gradient(135deg, #875824 0%, #9a672e 100%);--qh-sidebar-active-text:#fff8ea;--qh-header-background:#fffefcdb;--qh-header-chip-background:#f8f5eff0;--qh-radius-sm:12px;--qh-radius-md:14px;--qh-radius-lg:20px;--qh-radius-xl:28px;--qh-radius-pill:999px;--qh-shadow-soft:0 8px 24px #3e2d1d14;--qh-shadow-card:0 12px 30px #3e2d1d1a;--qh-shadow-card-strong:0 24px 50px #3e2d1d29;--qh-shadow-sidebar:14px 0 36px #3e2d1d1f;--qh-shadow-accent:0 10px 25px #9a672e40;--qh-transition-fast:.16s ease;--qh-transition-base:.2s ease}@media (width<=1280px){:root{--qh-layout-min-width:0px}}@media (width<=1080px){:root{--qh-layout-page-padding:20px;--qh-layout-section-gap:18px}}@media (width<=960px){:root{--qh-layout-page-padding:16px;--qh-layout-section-gap:16px}}@media (width<=768px){:root{--qh-font-size-base:13px}}*,:before,:after{box-sizing:border-box}html{min-height:100%;font-size:var(--qh-font-size-base);line-height:var(--qh-line-height-base);-webkit-text-size-adjust:100%}html,body,#app{min-width:var(--qh-layout-min-width);min-height:100%;margin:0}body{min-height:100vh;color:var(--qh-color-text-primary);font-family:var(--qh-font-family-base), serif;background:radial-gradient(circle at top left, var(--qh-layout-spotlight), transparent 28%), linear-gradient(180deg, var(--qh-color-bg-soft) 0%, var(--qh-color-bg-page-end) 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}img,picture,video,canvas,svg{max-width:100%;display:block}table{border-collapse:collapse;border-spacing:0}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}input::placeholder,textarea::placeholder{color:var(--qh-color-text-muted)}.page-enter-active,.page-leave-active{transition:opacity var(--qh-transition-base), transform var(--qh-transition-base)}.page-enter-from,.page-leave-to{opacity:0}.el-menu{--el-menu-bg-color:transparent;--el-menu-hover-bg-color:var(--qh-sidebar-hover-bg);--el-menu-active-color:var(--qh-sidebar-active-text)}.el-table,.el-input__wrapper,.el-select__wrapper,.el-textarea__inner{box-shadow:none}.el-input__wrapper,.el-select__wrapper,.el-textarea__inner{border-radius:var(--qh-radius-md);transition:box-shadow var(--qh-transition-base), background-color var(--qh-transition-base);box-shadow:inset 0 0 0 1px var(--qh-color-field-border)}.el-input__wrapper:hover,.el-select__wrapper:hover,.el-textarea__inner:hover{box-shadow:inset 0 0 0 1px var(--qh-color-field-border-hover)}.el-input__wrapper.is-focus,.el-input__wrapper:focus-within,.el-select__wrapper.is-focused,.el-select__wrapper:focus-within,.el-textarea__inner:focus{box-shadow:inset 0 0 0 1px var(--qh-color-field-border-focus), 0 0 0 3px var(--qh-shadow-field-focus)}.el-input__wrapper.is-disabled,.el-select__wrapper.is-disabled,.el-textarea__inner:disabled{box-shadow:inset 0 0 0 1px #48362412}.el-table{--el-table-header-bg-color:var(--qh-color-bg-soft);--el-table-border-color:var(--qh-color-border);--el-table-row-hover-bg-color:var(--qh-color-bg-soft-emphasis)}.el-card,.el-dialog,.el-message,.el-message-box{border-radius:var(--qh-radius-lg)}.el-button--primary{--el-button-text-color:#fffaf0;--el-button-hover-text-color:#fffaf0;--el-button-active-text-color:#fffaf0;font-weight:600}.el-button--primary.is-plain,.el-button--primary.is-link,.el-button--primary.is-text{--el-button-text-color:var(--qh-color-primary-deep);--el-button-hover-text-color:var(--qh-color-primary-active);--el-button-active-text-color:var(--qh-color-primary-active)}.el-link.el-link--primary{--el-link-text-color:var(--qh-color-primary-deep);--el-link-hover-text-color:var(--qh-color-primary-active)}@media (width<=1280px){html,body,#app{min-width:0}}.app-page{gap:var(--qh-layout-section-gap);flex-direction:column;display:flex}.app-page__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.app-page__heading{min-width:0}.app-page__title{color:var(--qh-color-text-strong);font-size:clamp(24px,2.2vw,32px);line-height:1.2}.app-page__description{color:var(--qh-color-text-muted);margin-top:8px;line-height:1.7}.app-page__actions,.app-toolbar__group{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.app-panel{border:1px solid var(--qh-color-border);border-radius:var(--qh-radius-lg);background:var(--qh-color-bg-overlay);box-shadow:var(--qh-shadow-card);padding:24px}.app-panel--strong{background:var(--qh-color-bg-overlay-strong)}.app-toolbar{flex-flow:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.app-grid-2{gap:var(--qh-layout-section-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.table-pagination{justify-content:flex-end;margin-top:28px;display:flex}.app-kicker{border-radius:var(--qh-radius-pill);background:var(--qh-color-primary-soft);width:fit-content;color:var(--qh-color-text-primary);letter-spacing:.16em;align-items:center;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}@media (width<=960px){.app-page__header,.app-toolbar{flex-direction:column;align-items:stretch}.app-page__actions,.app-toolbar__group{width:100%}.app-grid-2{grid-template-columns:1fr}}
