*{box-sizing:border-box}body{color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#f8f9fa;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-size:14px;line-height:1.5}.boot-screen{background:#f8f9fa;justify-content:center;align-items:center;gap:10px;min-height:100vh;display:flex}.boot-screen-text{color:var(--admin-muted);font-size:14px}.ui-button{height:var(--admin-control-height);color:var(--admin-button-text);border:1px solid var(--admin-border-strong);border-radius:var(--admin-control-radius);font:inherit;letter-spacing:0;cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:14px;font-weight:500;line-height:1;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.ui-button:hover,.ui-button:focus-visible{color:var(--admin-primary-hover);background:var(--admin-primary-soft);border-color:var(--admin-primary);outline:0}.ui-button-primary:hover,.ui-button-primary:focus-visible{color:#fff;background:var(--admin-primary-hover);border-color:var(--admin-primary-hover)}.ui-button-danger:hover,.ui-button-danger:focus-visible{color:var(--admin-danger-hover);border-color:var(--admin-danger);background:#fff5f5}.ui-button-small{height:32px;padding:0 11px;font-size:13px}.ui-button-block{width:100%}.ui-button:disabled{opacity:.62;cursor:not-allowed}.ui-button-icon{display:inline-flex}.ui-card{color:var(--admin-text);background:#fff;border:1px solid #dce1e8e6;border-radius:16px;overflow:hidden}.ui-card-head{min-height:48px;color:var(--admin-text);padding:16px 20px 0;font-weight:600}.ui-input,.ui-textarea,.ui-select{width:100%;color:var(--admin-text);border:1px solid var(--admin-border-strong);border-radius:var(--admin-control-radius);font:inherit;letter-spacing:0;background:#fff;outline:0;font-size:14px;font-weight:400;transition:border-color .16s,box-shadow .16s}.ui-input,.ui-select{height:var(--admin-control-height);padding:0 12px}.ui-input::placeholder,.ui-textarea::placeholder{color:var(--admin-placeholder)}.ui-input:hover,.ui-input:focus,.ui-textarea:hover,.ui-textarea:focus,.ui-select:hover,.ui-select:focus{border-color:var(--admin-primary);box-shadow:0 0 0 2px #297f3d1f}.ui-password{position:relative}.ui-password .ui-input{padding-right:42px}.ui-password-toggle{color:#909399;cursor:pointer;background:0 0;border:0;width:26px;height:26px;padding:0;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ui-textarea{resize:vertical;min-height:72px;padding:10px 12px}.ui-textarea-wrap{position:relative}.ui-textarea-count{color:#8a8f98;font-size:12px;position:absolute;bottom:-20px;right:2px}.ui-select-wrap{min-width:0;display:inline-flex;position:relative}.ui-select{appearance:none;padding-right:34px}.ui-select-arrow{color:#9aa3ad;pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ui-switch{cursor:pointer;background:#c5c9ce;border:0;border-radius:999px;width:44px;height:24px;padding:2px;transition:background-color .16s}.ui-switch span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .16s;display:block}.ui-switch.is-checked{background:var(--admin-primary)}.ui-switch.is-checked span{transform:translate(20px)}.ui-space{vertical-align:middle;align-items:center;display:inline-flex}.ui-space-wrap{flex-wrap:wrap}.ui-tag{color:#5d6673;background:#f4f6f8;border:1px solid #dfe5ec;border-radius:8px;align-items:center;height:24px;padding:0 8px;font-size:12px;line-height:1;display:inline-flex}.ui-tag-green,.soft-tag-green{color:#168057;background:#ecf8f2;border-color:#b9e2ce}.ui-tag-blue,.soft-tag-blue{color:#2e6c9e;background:#edf5fb;border-color:#c5dcee}.ui-tag-orange,.soft-tag-orange{color:#a05a16;background:#fff7ed;border-color:#f2d2a6}.ui-tag-red,.soft-tag-red{color:#b73a3a;background:#fff1f1;border-color:#efcaca}.ui-avatar{color:#fff;background:#15b8c8;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-weight:600;display:inline-flex;overflow:hidden}.ui-avatar img{object-fit:cover;width:100%;height:100%}.ui-badge{align-items:center;gap:6px;display:inline-flex}.ui-badge i{background:#a6adb5;border-radius:50%;width:7px;height:7px}.ui-badge-green i{background:#2b9a66}.ui-badge-blue i{background:#2e7cc0}.ui-descriptions{gap:10px 14px;display:grid}.ui-description-item{background:#f8fafc;border:1px solid #e4e9f0;border-radius:10px;min-width:0;padding:10px 12px}.ui-description-item dt{color:var(--admin-muted);margin-bottom:4px;font-size:12px}.ui-description-item dd{color:var(--admin-text);margin:0}.ui-field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.ui-field-label{color:var(--admin-text);font-size:14px;font-weight:600}.ui-field-label span{color:#ff4d4f;margin-right:4px}.ui-field-error{color:#d64545;margin-top:-2px;font-size:12px}.ui-field.has-error .ui-input,.ui-field.has-error .ui-textarea,.ui-field.has-error .ui-select{border-color:#d64545}.ui-spinner{border:2px solid #297f3d2e;border-top-color:var(--admin-primary);border-radius:50%;width:18px;height:18px;animation:.75s linear infinite ui-spin;display:inline-block}.ui-spinner-small{border-width:2px;width:14px;height:14px}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-pagination{color:var(--admin-muted);justify-content:flex-end;align-items:center;gap:8px;display:flex}.ui-pagination-total{margin-right:2px}.ui-page-button{min-width:34px;height:34px;color:var(--admin-text);border:1px solid var(--admin-border-strong);border-radius:var(--admin-control-radius);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:0 9px;display:inline-flex}.ui-page-button.is-active{color:#1f5730;background:var(--admin-primary-soft);border-color:var(--admin-primary);font-weight:700}.ui-page-button:disabled{opacity:.48;cursor:not-allowed}.ui-page-size{width:112px}.ui-popover-wrap{display:inline-flex;position:relative}.ui-popover{z-index:1000;min-width:160px;color:var(--admin-text);background:#fff;border:1px solid #dae0e8f2;border-radius:12px;padding:8px;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 14px 34px #0f172a24}.topbar-actions .ui-popover{top:calc(100% + 8px);bottom:auto}.ui-toast-viewport{z-index:1600;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:76px;right:20px}.ui-toast{color:#202936;pointer-events:auto;background:#fff2bf;border:1px solid #f1c84f;border-radius:4px;align-items:center;gap:16px;min-width:180px;min-height:38px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 8px 20px #0f172a24}.ui-toast-success{border-color:#f1c84f}.ui-toast-error{background:#fff5f5;border-color:#efcaca}.ui-toast-action{color:#202936;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.ui-toast-action:hover,.ui-toast-action:focus-visible{color:#1f5d31;outline:0}.login-page{background:linear-gradient(#f1f3f575,#f1f3f575),url(/assets/login-bg-clean-KmCBWGyy.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.login-card.ui-card{background:#ffffffeb;border:1px solid #e2e8f0d1;border-radius:20px;width:min(392px,100%);overflow:hidden;box-shadow:0 18px 48px #0f172a14}.login-card .ui-card-body{padding:0}.login-card-body{padding:30px 32px 32px}.login-title{color:#202936!important;margin:0!important;font-size:20px!important;font-weight:600!important;line-height:28px!important}.login-subtitle{color:var(--admin-muted);margin-top:6px;font-size:13px;line-height:20px;display:block}.login-form{margin-top:22px}.login-form .ui-button{border-radius:var(--admin-control-radius);height:40px;box-shadow:none;margin-top:6px;font-weight:600}.admin-layout{min-height:100vh}.admin-header{z-index:10;background:#247138;border-bottom:1px solid #0c2d182e;justify-content:space-between;align-items:center;height:58px;padding:0 12px 0 24px;display:flex;position:sticky;top:0}.admin-nprogress{z-index:1000;pointer-events:none;width:100%;height:2px;position:fixed;top:0;left:0;overflow:hidden}.admin-nprogress:before{content:"";background:linear-gradient(90deg,#20a53a00,#20a53a 32%,#23a175 72%,#23a17500);width:42%;animation:1.12s ease-in-out infinite admin-nprogress-slide;position:absolute;inset:0 auto 0 0;box-shadow:0 0 8px #20a53a6b}@keyframes admin-nprogress-slide{0%{transform:translate(-100%)}65%{transform:translate(145%)}to{transform:translate(240%)}}.admin-shell{min-height:calc(100vh - 58px);display:flex}.admin-sider{background:var(--sider-bg);border-right:1px solid var(--sider-border);flex:0 0 220px;align-self:flex-start;width:220px;height:calc(100vh - 58px);position:sticky;top:58px;overflow-y:auto}.admin-sider-slate{--sider-bg:#242b31;--sider-border:#1d2329;--sider-text:#b9c0c9;--sider-text-active:#f2f5f7;--sider-hover:#ffffff0d;--sider-active:#ffffff14;--sider-line:#d2dcd66b}.admin-sider-charcoal{--sider-bg:#202326;--sider-border:#191c1f;--sider-text:#b7bec7;--sider-text-active:#f4f6f8;--sider-hover:#ffffff0d;--sider-active:#ffffff15;--sider-line:#e6ebf057}.admin-sider-graphite{--sider-bg:#2b2e33;--sider-border:#23262a;--sider-text:#c1c6ce;--sider-text-active:#f5f7f9;--sider-hover:#ffffff0d;--sider-active:#ffffff16;--sider-line:#ffffff47}.admin-sider-ink{--sider-bg:#1f2730;--sider-border:#18202a;--sider-text:#b8c2cc;--sider-text-active:#f3f7fa;--sider-hover:#d8e2ec0e;--sider-active:#d8e2ec17;--sider-line:#cad8e561}.admin-sider-midnight{--sider-bg:#20283a;--sider-border:#1a2131;--sider-text:#bcc4d2;--sider-text-active:#f3f6fb;--sider-hover:#e0e7f10d;--sider-active:#e0e7f116;--sider-line:#b2c4dc6b}.admin-sider-forest{--sider-bg:#223028;--sider-border:#1b2720;--sider-text:#bdc9c1;--sider-text-active:#f3f8f5;--sider-hover:#e2ede60d;--sider-active:#e2ede616;--sider-line:#bcd6c566}.admin-sider-moss{--sider-bg:#2b3027;--sider-border:#23271f;--sider-text:#c4c9bd;--sider-text-active:#f7f8f3;--sider-hover:#eff2e60d;--sider-active:#eff2e616;--sider-line:#d8e0c466}.admin-sider-teal{--sider-bg:#203233;--sider-border:#182728;--sider-text:#b8c9c9;--sider-text-active:#f2f8f8;--sider-hover:#deefef0d;--sider-active:#deefef16;--sider-line:#aed6d666}.admin-sider-indigo{--sider-bg:#28283a;--sider-border:#202032;--sider-text:#c2c2d0;--sider-text-active:#f6f6fb;--sider-hover:#eaeaf60d;--sider-active:#eaeaf615;--sider-line:#cacae561}.admin-sider-aubergine{--sider-bg:#312630;--sider-border:#281f27;--sider-text:#cdbfca;--sider-text-active:#faf4f8;--sider-hover:#f4e2ee0d;--sider-active:#f4e2ee15;--sider-line:#e0c4d85c}.admin-menu{flex-direction:column;min-height:100%;padding:12px 0 72px;display:flex}.admin-menu-item{width:calc(100% - 20px);height:46px;color:var(--sider-text);font:inherit;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;margin:3px 10px;padding:0 18px;font-size:14px;font-weight:500;transition:background-color .16s,color .16s;display:inline-flex}.admin-menu-item:hover,.admin-menu-item:focus-visible{background:var(--sider-hover);color:var(--sider-text-active);outline:0}.admin-menu-item.is-selected{background:var(--sider-active);color:var(--sider-text-active);box-shadow:none;position:relative;overflow:hidden}.admin-menu-icon{color:inherit;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.sidebar-style-switcher{z-index:900;position:fixed;bottom:18px;right:18px}.sidebar-style-trigger.ui-button{color:#374151;background:#fffffff0;border:1px solid #d9dee6;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;box-shadow:0 8px 24px #0f172a24}.sidebar-style-trigger.ui-button:hover,.sidebar-style-trigger.ui-button:focus-visible{color:var(--admin-primary-hover);border-color:var(--admin-primary);background:#fff}.sidebar-style-panel{width:244px;padding:6px}.sidebar-style-panel-title{color:#4b5563;margin-bottom:8px;font-size:13px;font-weight:600}.sidebar-style-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.sidebar-style-option{color:#374151;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e6ec;border-radius:8px;align-items:center;gap:8px;padding:0 8px;font-size:13px;display:inline-flex}.sidebar-style-option:hover,.sidebar-style-option:focus-visible{background:#f6f8fa;border-color:#cfd6df;outline:0}.sidebar-style-option.is-active{color:#1f2937;background:#f2f5f7;border-color:#9aa6b2;font-weight:600}.sidebar-style-swatch{border:1px solid #ffffff52;border-radius:5px;flex:none;width:16px;height:16px;box-shadow:inset 0 0 0 1px #0000001f}.admin-content{background:linear-gradient(#f7f8f9f0,#f7f8f9f0),url(/assets/login-bg-clean-KmCBWGyy.png) 50%/cover no-repeat fixed;flex:auto;min-width:0;padding:0}.admin-main-content{background:0 0;padding:24px}.admin-main-content .ui-button{height:var(--admin-control-height);border-radius:var(--admin-control-radius);box-shadow:none;font-size:14px;font-weight:500}.content-stack{flex-direction:column;gap:20px;display:flex}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dashboard-detail-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:12px;display:grid}.text-muted{color:var(--admin-muted)}.text-ellipsis,.clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-ellipsis{-webkit-line-clamp:1}.clamp-2{-webkit-line-clamp:2}.data-panel-head h2,.form-panel-head h2{margin:0}.content-card.ui-card,.stat-card.ui-card{color:var(--admin-text);box-shadow:none;background:#fff;border:1px solid #dce1e8e6;border-radius:16px;overflow:hidden}.content-card .ui-card-head{min-height:48px;color:var(--admin-text);background:0 0;border-bottom:0}.content-card .ui-card-body,.stat-card .ui-card-body{background:0 0}.stat-title{color:var(--admin-muted);margin-bottom:4px;font-size:13px;font-weight:500;line-height:20px;display:block}.stat-value{color:#1d2b31;font-variant-numeric:tabular-nums;font-size:26px;font-weight:700;line-height:34px;display:block}.stat-hint{margin-top:8px;font-size:12px;display:block}.progress-list{flex-direction:column;gap:12px;display:flex}.progress-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.progress-track{border:1px solid var(--admin-border);background:#e4eaf0;border-radius:4px;height:7px;overflow:hidden}.progress-track span{border-radius:inherit;background:#c78328;height:100%;display:block}.progress-track-success span{background:#2b9a66}.status-dot{border-radius:999px;width:8px;height:8px;display:inline-block}.status-dot-warning{background:#c78328}.status-dot-success{background:#2b9a66}.todo-summary{flex-direction:column;gap:8px;min-height:92px;display:flex}.data-panel{overflow:hidden}.data-panel-head,.form-panel-head{background:0 0;border-bottom:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:0 0 20px;display:flex}.data-panel-head h2,.form-panel-head h2{color:#202936;margin:0;font-size:17px;font-weight:600;line-height:24px}.data-total{min-width:max-content;color:var(--admin-muted);background:#f8fafcd1;border:1px solid #e1e7eee6;border-radius:999px;padding:4px 10px;font-size:12px;line-height:18px}.table-toolbar{background:0 0;border:0;margin:0;padding:0 0 20px}.table-toolbar-split{justify-content:space-between;align-items:center;gap:14px;display:flex}.table-toolbar .ui-space{align-items:center}.table-toolbar .ui-input,.table-toolbar .ui-select,.table-toolbar .ui-button{height:var(--admin-control-height)}.table-toolbar .ui-select-wrap{width:130px}.toolbar-search{height:var(--admin-control-height);border:1px solid var(--admin-border-strong);border-radius:var(--admin-control-radius);background:#fff;align-items:center;transition:border-color .2s,box-shadow .2s;display:inline-flex;overflow:hidden}.toolbar-search .ui-input{min-width:0;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;padding:0 12px 0 14px}.toolbar-search:hover{border-color:var(--admin-primary)}.toolbar-search:focus-within{border-color:var(--admin-primary);box-shadow:0 0 0 2px #297f3d1f}.template-modal-root{z-index:1200;background:#0006;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out both template-modal-mask-in;display:flex;position:fixed;inset:0;overflow:auto}.template-modal-root.is-leaving{animation:.18s ease-in both template-modal-mask-out}.template-modal-panel{color:#20242a;transform-origin:50%;background:#fff;border:1px solid #e5e7ebe6;border-radius:22px;flex-direction:column;max-height:calc(100vh - 48px);animation:.22s cubic-bezier(.16,1,.3,1) both template-modal-pop-in;display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d,0 2px 6px #0f172a14}.template-modal-root.is-leaving .template-modal-panel{animation:.18s ease-in both template-modal-pop-out}.template-modal-header{background:#fff;justify-content:space-between;align-items:flex-start;gap:18px;min-height:72px;padding:22px 30px 14px 32px;display:flex}.template-modal-header h3{color:#20242a;letter-spacing:0;margin:0;font-size:20px;font-weight:600;line-height:28px}.template-modal-close{color:#1f2329;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:-6px -8px 0 0;padding:0;transition:background-color .16s,color .16s;display:inline-flex}.template-modal-close:hover,.template-modal-close:focus-visible{color:#111827;background:#f1f3f5;outline:0}.template-modal-body{min-height:0;padding:0 32px 8px;overflow:auto}.template-modal-footer{background:#fff;justify-content:flex-end;gap:10px;padding:16px 32px 24px;display:flex}.template-modal-footer .ui-button{border-radius:var(--admin-control-radius);min-width:88px;height:40px;box-shadow:none;font-weight:600}.template-modal-footer .ui-button-default{color:#30343b;background:#f4f5f7;border-color:#0000}.template-modal-footer .ui-button-default:hover,.template-modal-footer .ui-button-default:focus-visible{color:#111827;background:#e9ecef;border-color:#0000}@keyframes template-modal-mask-in{0%{background:#12161c00}to{background:#0006}}@keyframes template-modal-mask-out{0%{background:#0006}to{background:#12161c00}}@keyframes template-modal-pop-in{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes template-modal-pop-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(6px)scale(.96)}}@media (width<=720px){.template-modal-root{padding:14px}.template-modal-panel{border-radius:22px;max-height:calc(100vh - 28px);width:calc(100vw - 28px)!important}.template-modal-header{min-height:64px;padding:18px 22px 10px 24px}.template-modal-body{padding:0 24px 8px}.template-modal-footer{padding:14px 24px 20px}.announcement-form-grid{grid-template-columns:1fr 1fr}}.announcement-title-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.announcement-title-button strong,.announcement-title-button p{display:block}.announcement-title-button strong{margin-bottom:4px}.announcement-title-button:hover strong{color:var(--admin-primary-hover)}.announcement-form-grid{grid-template-columns:1fr 1fr 100px 82px;align-items:start;width:100%;display:grid!important}.announcement-form-grid .ui-field{width:100%;margin-bottom:18px}.announcement-detail{flex-direction:column;gap:10px;display:flex}.announcement-detail-head{background:#fff;border:1px solid #dfe3e8;border-radius:4px;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 14px;display:flex}.announcement-detail-head h2{color:#202936;margin:0;font-size:16px;font-weight:600;line-height:24px}.announcement-detail-meta{background:#fff;border:1px solid #dfe3e8;border-radius:4px;gap:0;padding:0;overflow:hidden}.announcement-detail-meta .ui-description-item{background:#fff;border:0;border-radius:0;min-height:58px;padding:9px 12px}.announcement-detail-meta .ui-description-item:nth-child(odd){border-right:1px solid #edf0f3}.announcement-detail-meta .ui-description-item:nth-child(n+3){border-top:1px solid #edf0f3}.announcement-detail-meta .ui-description-item dt{color:#7b8490;margin-bottom:3px;font-size:12px;line-height:18px}.announcement-detail-meta .ui-description-item dd{color:#263241;font-size:14px;line-height:22px}.announcement-summary{color:#5f6872;border:1px solid #dfe3e8;border-left:3px solid var(--admin-primary);background:#fff;border-radius:4px;padding:10px 12px;margin:0!important}.announcement-content{white-space:pre-wrap;background:#fff;border:1px solid #dfe3e8;border-radius:4px;max-height:320px;padding:12px;line-height:1.7;overflow:auto;margin:0!important}.announcement-detail-modal .template-modal-panel{width:min(680px,100vw - 48px)}.announcement-detail-modal .template-modal-body{padding:12px 18px}.announcement-detail-modal .template-modal-footer{background:#fff}.datagrid-shell{background:#fff;border:1px solid #e0e5ece6;border-radius:14px;margin:0;padding:0;position:relative;overflow:hidden}.datagrid-shell .datagrid{color:var(--admin-text);background:#fff;border:0;font-size:14px}.datagrid-shell .datagrid-header-cell{color:#4b5563;background:#fafbfc;border-bottom-color:#e7ebf0;font-weight:600}.datagrid-shell .datagrid-header .datagrid-spacer-cell{background:#fafbfc;border-bottom-color:#e7ebf0}.datagrid-shell .datagrid-row-cell{min-height:52px;color:var(--admin-text);background:#fff;border-color:#eef1f4}.datagrid-shell .datagrid-spacer-cell{background:inherit}.datagrid-shell .datagrid-row .datagrid-spacer-cell{background:#fff}.datagrid-shell .datagrid-empty{min-height:180px;color:var(--admin-muted);background:#fff}.datagrid-loading{z-index:12;color:var(--admin-muted);pointer-events:none;background:#ffffffad;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.datagrid-pagination{background:0 0;border-top:0;justify-content:flex-end;margin:0;padding:16px 0 0;display:flex}.datagrid-pagination .ui-pagination{border-top:0;padding-top:0}.soft-tag{color:var(--admin-muted);border-color:var(--admin-border);background:#f2f5f8;border-radius:8px;margin-inline-end:0}.form-panel{max-width:620px}.form-panel-body{padding:0}.form-panel .ui-field-label{color:var(--admin-text)}.form-panel .ui-input,.form-panel .ui-select{color:var(--admin-text);border-color:var(--admin-border-strong);border-radius:var(--admin-control-radius);box-shadow:none;background:#fff}.form-panel .ui-input:hover,.form-panel .ui-input:focus,.form-panel .ui-select:hover,.form-panel .ui-select:focus{border-color:var(--admin-primary);box-shadow:0 0 0 2px #297f3d1f}.form-panel .ui-input::placeholder{color:var(--admin-placeholder)}.form-actions{justify-content:flex-start;padding-top:4px;display:flex}.drawer-actions{justify-content:flex-end;gap:10px;display:flex}.feedback-meta{margin-bottom:14px}.topbar-brand{align-items:center;gap:10px;height:100%;display:flex}.topbar-brand-logo{object-fit:contain;width:auto;max-width:180px;height:31px;display:block}.topbar-brand-text{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:21px;font-weight:500;line-height:1}.topbar-actions{flex:none;justify-content:flex-end;align-items:center;min-width:44px;height:100%;margin-left:18px;display:flex}.admin-header .topbar-more-button.ui-button{color:#fff;width:36px;height:32px;box-shadow:none;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s;display:inline-flex}.admin-header .topbar-more-button.ui-button:hover,.admin-header .topbar-more-button.ui-button:focus-visible{color:#fff;background:#ffffff2e}.topbar-more-button.ui-button .ui-button-icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.topbar-more-popover{-webkit-backdrop-filter:blur(8px)saturate(1.08);backdrop-filter:blur(8px)saturate(1.08);transform-origin:100% 0;background:#ffffff75;border:1px solid #ffffff7a;border-radius:22px;min-width:190px;padding:10px;animation:.22s cubic-bezier(.16,1,.3,1) both topbar-popover-in;box-shadow:0 18px 40px #0f172a1a,inset 0 1px #ffffff80}.topbar-more-menu{flex-direction:column;gap:4px;min-width:170px;display:flex}.topbar-more-item{width:100%;height:42px;min-height:42px;color:var(--admin-text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;outline-width:3px;justify-content:flex-start;align-items:center;padding:0 18px 0 12px;font-size:14px;font-weight:500;line-height:18px;transition:background-color .14s,color .14s;display:flex}@keyframes topbar-popover-in{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.topbar-more-icon{flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-right:8px;display:inline-flex}.topbar-more-icon svg{width:18px;height:18px}.topbar-more-item span{font-size:14px;font-weight:500;line-height:18px}.topbar-more-item:active{background:#2471382e}.topbar-more-item.danger{color:#202124}.remark-modal-header{background:#fff!important;border-bottom:0!important;padding:22px 28px 12px!important}.remark-modal-title{color:#202936!important;font-size:18px!important;font-weight:700!important;line-height:26px!important}.remark-modal-body{padding:0 28px 8px!important}.remark-modal-footer{justify-content:flex-end;gap:8px;display:flex;border-top:0!important;margin-top:0!important;padding:16px 28px 24px!important}.remark-modal-textarea.ui-textarea{color:var(--admin-text);border-radius:var(--admin-control-radius);box-shadow:none;border-color:#dcdfe6}.remark-modal-textarea.ui-textarea:hover,.remark-modal-textarea.ui-textarea:focus{border-color:var(--admin-primary);box-shadow:0 0 0 2px #297f3d1f}.table-subtext{color:var(--admin-muted);word-break:break-all;margin-top:3px;font-size:12px}.table-link-button{max-width:100%;color:var(--admin-primary-hover);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;outline:0;padding:0;line-height:20px}.table-link-button:hover,.table-link-button:focus-visible{color:var(--admin-primary);text-decoration:underline}.user-remark-button{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.user-remark-button.muted{color:var(--admin-muted)}.feedback-content-cell{max-width:520px}.feedback-detail{color:var(--admin-text);background:var(--admin-toolbar);border:1px solid var(--admin-border);white-space:pre-wrap;border-radius:4px;padding:12px}.settings-page{width:100%;max-width:none}.settings-tabs{background:#e9ecef;border-radius:4px;align-items:center;gap:4px;margin:0 0 10px;padding:3px;display:inline-flex}.settings-tabs button{color:#5f6872;min-width:76px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:3px;padding:0 12px;font-size:14px;font-weight:500}.settings-tabs button:hover,.settings-tabs button:focus-visible{color:#263241;background:#ffffff9e;outline:0}.settings-tabs button.is-active{color:#1f5d31;background:#fff;box-shadow:inset 0 0 0 1px #dfe3e8}.settings-form{width:min(560px,100%)}.settings-form-surface{background:#fff;border:1px solid #dfe3e8;border-radius:4px;overflow:hidden}.settings-form .ui-field{border-bottom:1px solid #edf0f3;grid-template-columns:112px minmax(0,1fr);align-items:start;gap:6px 14px;margin:0;padding:12px 14px;display:grid}.settings-form .ui-field:last-child{border-bottom:0}.settings-form .ui-field-label{color:#303844;align-items:center;min-height:34px;font-size:14px;line-height:20px;display:flex}.settings-form .ui-field-error{grid-column:2;margin-top:0}.settings-form-actions{justify-content:flex-start;padding-top:10px;display:flex}.mb-0{margin-bottom:0!important}.ui-button{border-color:var(--admin-border-strong);background:#fff;border-radius:8px}.ui-button:hover,.ui-button:focus-visible{color:var(--admin-primary);background:#f7f9fb;border-color:#9aa8b6}.ui-button-primary:hover,.ui-button-primary:focus-visible{background:#172033;border-color:#172033}.ui-button-danger{color:#ad3b44;border-color:#e2b5ba}.ui-button-danger:hover,.ui-button-danger:focus-visible{color:#9f303a;background:#fff7f7;border-color:#bd3f4a}.ui-card,.content-card.ui-card,.stat-card.ui-card,.data-panel,.form-panel{box-shadow:none;background:#fffffffa;border:1px solid #dce3e9;border-radius:12px}.ui-card-head{border-bottom:0;min-height:42px;padding:13px 16px 0;font-size:13px;line-height:20px}.ui-input,.ui-textarea,.ui-select,.toolbar-search{background:#fff;border-color:#cfd7df;border-radius:8px}.ui-page-button{background:#fff;border-radius:8px;min-width:32px;height:32px}.ui-popover{border-color:#d7dfe6;border-radius:12px;box-shadow:0 12px 28px #1f29371f}.login-card.ui-card{background:#fffffff5;border-color:#d8e0e7;border-radius:12px;box-shadow:0 18px 42px #1f293714}.login-title{font-size:18px!important;line-height:26px!important}.login-form .ui-button{height:38px}.admin-header{height:54px;box-shadow:none;background:#fffffff5;border-bottom:1px solid #d9e1e8;padding:0 14px 0 20px}.topbar-title{color:var(--admin-text)}.admin-header .topbar-more-button.ui-button{color:#303946;background:0 0;border:1px solid #0000;border-radius:8px;width:34px;height:30px}.admin-header .topbar-more-button.ui-button:hover,.admin-header .topbar-more-button.ui-button:focus-visible{color:#172033;background:#f1f4f7;border-color:#d5dde5}.admin-menu:before{content:"NAVIGATION";color:#8a96a3;letter-spacing:.08em;margin:4px 10px 8px;font-size:10px;font-weight:700;line-height:16px}.admin-menu-item{width:100%;height:40px;color:var(--sider-text);border-radius:8px;gap:10px;margin:1px 0;padding:0 12px;font-size:13px;font-weight:600}.admin-menu-item.is-selected:before{content:"";background:#253047;border-radius:999px;width:3px;height:18px;margin-left:-4px}.admin-menu-icon{width:17px;height:17px;color:inherit}.stat-grid,.dashboard-detail-grid{gap:12px}.stat-card.ui-card{position:relative;overflow:hidden}.stat-card.ui-card:before{content:"";background:#253047;width:3px;position:absolute;inset:0 auto 0 0}.stat-title{color:#66727f;text-transform:none;margin-bottom:6px;font-size:12px;line-height:18px}.stat-hint{color:#71808e;margin-top:6px}.data-panel,.form-panel{padding:18px}.data-panel-head,.form-panel-head{align-items:center;min-height:34px;padding:0 0 14px}.data-panel-head h2,.form-panel-head h2{color:#182232;font-size:18px;line-height:24px}.data-total{background:#f5f7f9;border-color:#d9e1e8;border-radius:999px;padding:3px 9px;font-size:12px}.toolbar-search{background:#fff}.toolbar-search .ui-button{background:0 0;border-top:0;border-bottom:0;border-right:0;border-radius:0}.datagrid-shell{background:#fff;border-color:#d9e1e8;border-radius:10px}.datagrid-shell .datagrid-header-content{color:#465260;padding:10px 12px;font-size:13px}.datagrid-shell .datagrid-row-cell{background:#fff;border-color:#e8edf2;min-height:48px}.datagrid-shell .fixed-left,.datagrid-shell .fixed-right,.datagrid-shell .datagrid-row-cell.fixed-left,.datagrid-shell .datagrid-row-cell.fixed-right{background:#fff}.template-modal-header h3{font-size:18px;line-height:24px}.template-modal-footer{border-top:1px solid #edf1f5;padding:14px 22px 18px}.template-modal-footer .ui-button{min-width:80px;height:36px;font-weight:600}.topbar-more-popover{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border-color:#d9e1e8;border-radius:12px;min-width:176px;padding:8px;box-shadow:0 14px 34px #1f293724}.topbar-more-item{border-radius:8px;height:38px;min-height:38px}.sidebar-style-switcher{bottom:14px;right:14px}.sidebar-style-trigger.ui-button{color:#4c5966;background:#ffffffeb;border-color:#d6dee6;border-radius:10px;width:36px;height:36px;box-shadow:0 10px 24px #1f29371a}.ui-button-danger{color:#dc3545;background:#fff;border-color:#f1aeb5}.ui-button-danger:hover,.ui-button-danger:focus-visible{color:#fff;background:#dc3545;border-color:#dc3545;box-shadow:0 0 0 3px #dc354529}.ui-button-small{height:32px}.ui-card-head{color:#212529;min-height:46px;padding:16px 20px 0;font-size:14px}.ui-card-body{padding:20px}.ui-input,.ui-textarea,.ui-select,.toolbar-search{height:var(--admin-control-height);color:#212529;background:#fff;border:1px solid #ced4da;border-radius:6px}.ui-textarea{height:auto}.ui-page-button{border-radius:6px;min-width:34px;height:34px}.ui-popover,.topbar-more-popover{background:#fffffff5;border-color:#dee2e6;border-radius:10px;box-shadow:0 12px 30px #21252924}.login-card.ui-card{border-radius:12px;width:min(408px,100%);overflow:hidden;box-shadow:0 18px 48px #21252924}.login-title{color:#212529!important;font-size:22px!important;line-height:30px!important}.login-subtitle{color:#6c757d}.login-form .ui-button{border-radius:6px;height:40px}.admin-header .topbar-more-button.ui-button{color:#fff;width:36px;height:32px;box-shadow:none;background:0 0;border-color:#0000;border-radius:6px}.admin-menu-item.is-selected{color:#fff;background:#0d6efd}.stat-grid,.dashboard-detail-grid{gap:16px}.stat-card.ui-card:before{background:#0d6efd}.stat-hint{color:#66788a}.data-total{color:#42617f;background:#e7f1ff;border-color:#b6d4fe}.table-toolbar{padding:0 0 18px}.toolbar-search .ui-button{border-color:#ced4da}.datagrid-shell{border-color:#dee2e6;border-radius:10px;box-shadow:inset 0 1px #fff9}.datagrid-shell .datagrid-header-content{color:#495057;font-size:13px}.soft-tag{background:#f8f9fa;border-radius:6px}.template-modal-close{border-radius:6px}.topbar-more-item.danger:hover{color:#842029;background:#f8d7da}:root{--admin-primary:#28783a;--admin-primary-hover:#226b34;--admin-primary-soft:#eaf5ed;--admin-danger:#dc3545;--admin-danger-hover:#bb2d3b;--admin-border:#dee2e6;--admin-border-strong:#ced4da;--admin-panel:#fff;--admin-panel-muted:#f8f9fa;--admin-toolbar:#f8f9fa;--admin-table-header:#f8f9fa;--admin-text:#243142;--admin-muted:#6c757d;--admin-button-text:#495057;--admin-placeholder:#adb5bd;--admin-control-height:38px;--admin-control-radius:8px}body{color:var(--admin-text);background:#f1f3f5}.boot-screen{background:#f1f3f5}.ui-button{height:var(--admin-control-height);color:#495057;background:#fff;border:1px solid #ced4da;border-radius:8px;box-shadow:0 1px 1px #21252908}.ui-button:hover,.ui-button:focus-visible{color:var(--admin-primary-hover);background:#f7fbf8;border-color:#85b993;box-shadow:0 0 0 3px #28783a1f}.ui-button-primary{color:#fff;background:var(--admin-primary);border-color:var(--admin-primary)}.ui-button-primary:hover,.ui-button-primary:focus-visible{color:#fff;background:var(--admin-primary-hover);border-color:var(--admin-primary-hover);box-shadow:0 0 0 3px #28783a38}.ui-card,.content-card.ui-card,.stat-card.ui-card,.data-panel,.form-panel,.login-card.ui-card{background:#fffffff5;border:1px solid #dee2e6eb;border-radius:14px;box-shadow:0 8px 22px #2125290e}.ui-input,.ui-textarea,.ui-select,.toolbar-search{color:#212529;background:#fff;border:1px solid #ced4da;border-radius:8px}.ui-input:hover,.ui-input:focus,.ui-textarea:hover,.ui-textarea:focus,.ui-select:hover,.ui-select:focus,.toolbar-search:hover,.toolbar-search:focus-within{border-color:#85b993;box-shadow:0 0 0 3px #28783a21}.ui-page-button.is-active{color:#fff;background:var(--admin-primary);border-color:var(--admin-primary)}.login-page{background:linear-gradient(#f1f3f580,#f1f3f580),url(/assets/login-bg-clean-KmCBWGyy.png) 50%/cover no-repeat}.login-card.ui-card{border-radius:16px;box-shadow:0 18px 48px #0f172a1a}.admin-header{background:#247138;border-bottom:1px solid #0c2d1833;height:58px;padding:0 12px 0 24px;box-shadow:0 2px 10px #1444231f}.topbar-brand-logo{filter:none;opacity:1;height:31px}.admin-header .topbar-more-button.ui-button{color:#fff;width:36px;height:36px;box-shadow:none;background:0 0;border-color:#0000;border-radius:50%;padding:0}.admin-header .topbar-more-button.ui-button:hover,.admin-header .topbar-more-button.ui-button:focus-visible{color:#fff;box-shadow:none;background:#ffffff29;border-color:#0000}.admin-header .topbar-more-button.ui-button:active{background:#ffffff3d}.topbar-account-avatar{color:#fff;background:#195d2c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.admin-sider{background:var(--sider-bg);border-right:1px solid var(--sider-border);flex-basis:220px;width:220px;height:calc(100vh - 58px);top:58px}.admin-sider-slate,.admin-sider-charcoal,.admin-sider-graphite,.admin-sider-ink,.admin-sider-midnight,.admin-sider-forest,.admin-sider-moss,.admin-sider-teal,.admin-sider-indigo,.admin-sider-aubergine{--sider-bg:#202529;--sider-border:#171b1f;--sider-text:#b9c0c8;--sider-text-active:#fff;--sider-hover:#ffffff0f;--sider-active:#ffffff1c;--sider-line:#ffffff57}.admin-menu:before{content:"管理菜单";color:#79838d;letter-spacing:0;margin:0 10px 10px;font-size:12px;font-weight:600}.admin-menu-item{width:100%;height:44px;color:var(--sider-text);border-radius:10px;margin:2px 0;padding:0 14px;font-size:14px;font-weight:600}.admin-menu-item:hover,.admin-menu-item:focus-visible{background:var(--sider-hover);color:var(--sider-text-active)}.admin-menu-item.is-selected{background:var(--sider-active);color:var(--sider-text-active)}.admin-menu-item.is-selected:before{display:none}.admin-content{background:linear-gradient(#f7f8f9f0,#f7f8f9f0),url(/assets/login-bg-clean-KmCBWGyy.png) 50%/cover no-repeat fixed}.content-stack{gap:20px}.stat-grid,.dashboard-detail-grid{gap:16px}.stat-card.ui-card:before{display:none}.stat-card .ui-card-body{min-height:112px;padding:24px}.stat-title{color:#6c757d;font-size:13px}.stat-value{color:#212529;font-size:30px;line-height:36px}.data-panel,.form-panel{border-radius:16px;padding:26px 28px}.data-panel-head,.form-panel-head{padding:0 0 18px}.data-panel-head h2,.form-panel-head h2{color:#212529;font-size:18px}.data-total{display:none}.datagrid-shell .datagrid-header-content{color:#495057}.datagrid-shell .column-separator:hover{background-color:#28783a2e}.datagrid-shell .datagrid-resize-guide{border-left-color:var(--admin-primary)}.soft-tag-blue{color:#285d38;background:#eaf5ed;border-color:#b8dcc2}.soft-tag-green{color:#0f5132;background:#d1e7dd;border-color:#a3cfbb}.soft-tag-orange{color:#664d03;background:#fff3cd;border-color:#ffda6a}.soft-tag-red{color:#842029;background:#f8d7da;border-color:#f1aeb5}.template-modal-panel{border-color:#dee2e6;border-radius:16px;box-shadow:0 22px 58px #0f172a38}.template-modal-header{border-bottom:1px solid #edf1f5;min-height:64px;padding:20px 26px 12px}.template-modal-body{padding:18px 26px 8px}.template-modal-footer{background:#f8f9fa;border-top:1px solid #edf1f5;padding:14px 26px 20px}.topbar-more-popover{background:#fffffff5;border-color:#dee2e6;border-radius:12px}.topbar-more-item:hover,.topbar-more-item:focus-visible{color:#1f5d31;background:#eaf5ed}.sidebar-style-trigger.ui-button{color:var(--admin-primary);background:#fffffff5;border-color:#c7decf;border-radius:10px;box-shadow:0 10px 24px #1444231f}.sidebar-style-trigger.ui-button:hover,.sidebar-style-trigger.ui-button:focus-visible{color:var(--admin-primary-hover);border-color:#85b993}.admin-content{background:#f5f5f5;flex-direction:column;height:calc(100vh - 54px);min-height:0;display:flex;overflow:hidden}.admin-main-content{flex:auto;min-height:0;padding:14px 16px;overflow:hidden}.content-stack{gap:14px;height:100%;overflow:auto}.data-panel,.form-panel{box-shadow:none;background:#fffffffa;border:0;border-radius:8px;padding:14px}.data-panel-head,.form-panel-head{border-bottom:0;min-height:auto;padding:0 0 12px}.data-panel-head h2,.form-panel-head h2{font-size:17px;line-height:24px}.table-toolbar{box-shadow:none;background:#fff;border:0;border-radius:4px;margin:0 0 12px;padding:14px}.table-toolbar-split{align-items:flex-start}.toolbar-search,.data-panel .ui-input,.data-panel .ui-textarea,.data-panel .ui-select,.data-panel .ui-button,.form-panel .ui-input,.form-panel .ui-textarea,.form-panel .ui-select,.form-panel .ui-button{border-radius:4px}.datagrid-shell{box-shadow:none;border-color:#dfe3e8;border-radius:4px}.datagrid-shell .datagrid-header-cell,.datagrid-shell .datagrid-header .datagrid-spacer-cell{background:#fafafa;border-bottom-color:#dfe3e8}.datagrid-shell .datagrid-header-content{color:#343a40;padding:11px 12px;font-weight:700}.datagrid-shell .datagrid-row-cell{border-color:#e9ecef;min-height:48px}.datagrid-shell .datagrid-row:hover .datagrid-row-cell{background:#f7fbf8}.datagrid-pagination{padding:12px 0 0}.content-card.ui-card,.stat-card.ui-card{box-shadow:none;border:0;border-radius:8px}.stat-grid{gap:12px}.admin-header{height:54px;padding:0 12px 0 22px}.topbar-brand-text{letter-spacing:.01em;font-size:20px;font-weight:600}.admin-shell{min-height:calc(100vh - 54px)}.admin-sider{height:calc(100vh - 54px);top:54px}.admin-menu{padding:12px 8px 72px}.admin-menu:before{color:#b9c0c8b8;margin:0 12px 10px;font-size:12px;line-height:18px}.admin-menu-item{border-radius:6px;height:42px;padding:0 13px}.admin-main-content{padding:12px 14px 14px}.admin-route-tabs{background:#f5f5f5;border-bottom:1px solid #e4e7eb;align-items:center;gap:4px;min-height:38px;padding:0 16px;display:flex;overflow-x:auto}.admin-route-tab{color:#5f6974;min-width:0;max-width:168px;height:38px;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;line-height:1;display:inline-flex;position:relative}.admin-route-tab:hover,.admin-route-tab:focus-visible{color:#1f5d31;background:#ffffff9e;outline:0}.admin-route-tab.is-active{color:#1f5d31;background:0 0;font-weight:600}.admin-route-tab.is-active:after{content:"";background:var(--admin-primary);height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.admin-route-tab span:first-child{text-overflow:ellipsis;overflow:hidden}.admin-route-tab-close{color:#8b949e;border-radius:2px;justify-content:center;align-items:center;width:15px;height:15px;margin-right:-5px;display:inline-flex}.admin-route-tab-close:hover,.admin-route-tab-close:focus-visible{color:#1f5d31;background:#28783a1a;outline:0}.data-panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.admin-main-content>.data-panel{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.admin-main-content>.form-panel{height:100%;min-height:0;overflow:auto}.data-panel-head{background:#fff;border-radius:6px 6px 0 0;min-height:38px;margin:0;padding:11px 16px 2px}.data-panel-head h2{font-size:16px;line-height:22px}.table-toolbar{background:#fff;border-radius:0 0 6px 6px;margin:0 0 10px;padding:7px 16px 10px}.data-panel-flat-toolbar .table-toolbar,.logs-toolbar{background:0 0;border-radius:0;flex:none;margin:0 0 10px;padding:0}.table-reset-button.ui-button{color:#5f6872;background:#fff}.table-reset-button.ui-button:hover,.table-reset-button.ui-button:focus-visible{color:#1f5d31;background:#f8fbf9}.table-actionbar{flex:none;justify-content:flex-start;align-items:center;gap:8px;min-height:36px;margin:0;padding:0 0 9px 1px;display:flex;overflow:visible}.table-actionbar .ui-button{height:34px;padding:0 14px;font-size:14px}.table-actionbar .table-primary-action{min-width:76px;font-weight:600}.table-actionbar .table-primary-action:hover,.table-actionbar .table-primary-action:focus-visible{box-shadow:none}.table-toolbar .ui-input,.table-toolbar .ui-select,.table-toolbar .ui-button,.toolbar-search{height:34px}.table-toolbar .ui-input,.table-toolbar .ui-select,.table-toolbar .ui-button,.toolbar-search,.data-panel .ui-input,.data-panel .ui-textarea,.data-panel .ui-select,.data-panel .ui-button{border-color:#dfe3e8}.table-toolbar .ui-input:hover,.table-toolbar .ui-select:hover,.toolbar-search:hover,.data-panel .ui-input:hover,.data-panel .ui-textarea:hover,.data-panel .ui-select:hover{box-shadow:none;border-color:#cfd6de}.table-toolbar .ui-input:focus,.table-toolbar .ui-select:focus,.toolbar-search:focus-within,.data-panel .ui-input:focus,.data-panel .ui-textarea:focus,.data-panel .ui-select:focus{border-color:var(--admin-primary);box-shadow:0 0 0 2px #28783a1f}.datagrid-shell{background:#fff;border:1px solid #dfe3e8;border-radius:4px;flex:auto;min-height:0;overflow:auto}.datagrid-shell .datagrid{min-height:100%;overflow:visible}.datagrid-shell .datagrid-header{z-index:45;position:sticky;top:0}.datagrid-shell .datagrid-header-content{padding:10px 12px}.datagrid-shell .datagrid-row-cell{min-height:44px}.logs-panel .datagrid-shell .datagrid-row-cell{min-height:42px}.log-time{color:#475569;font-variant-numeric:tabular-nums}.log-user{color:#263241;font-weight:500}.log-action{color:#263241;align-items:center;max-width:100%;line-height:20px;display:inline-flex}.datagrid-pagination{z-index:30;background:linear-gradient(#f5f5f5e0 0%,#f5f5f5 24% 100%);border-top:0;flex:none;margin:0 -14px;padding:9px 70px 10px 14px;position:relative}.datagrid-pagination .ui-page-button,.datagrid-pagination .ui-select{border-radius:4px;height:32px}.datagrid-pagination .ui-page-button{min-width:32px}.column-separator:before{background:#94a3b847;top:12px;bottom:12px}.form-panel{border-radius:6px}.template-modal-root{padding:20px}.template-modal-panel{color:var(--admin-text);background:#fff;border:1px solid #dfe3e8;border-radius:8px;box-shadow:0 18px 48px #0f172a2e}.template-modal-header{background:#fff;border-bottom:1px solid #e5e8ec;align-items:center;min-height:50px;padding:13px 18px}.template-modal-header h3{color:#202936;font-size:16px;font-weight:600;line-height:22px}.template-modal-close{color:#6b7280;border-radius:4px;width:28px;height:28px;margin:0 -5px 0 0}.template-modal-close svg{width:17px;height:17px}.template-modal-close:hover,.template-modal-close:focus-visible{color:#1f2937;background:#f0f2f4}.template-modal-body{background:#f5f5f5;padding:16px 18px 4px}.template-modal-footer{background:#f8f9fa;border-top:1px solid #e5e8ec;align-items:center;min-height:52px;padding:10px 18px}.template-modal-footer .ui-button{border-radius:4px;min-width:72px;height:34px;padding:0 12px;font-size:14px;font-weight:500}.template-modal-body .ui-field{gap:6px;margin-bottom:14px}.template-modal-body .ui-field-label{color:#303844;font-size:13px;font-weight:600;line-height:20px}.template-modal-body .ui-input,.template-modal-body .ui-textarea,.template-modal-body .ui-select{border-radius:4px}.template-modal-body .ui-input,.template-modal-body .ui-select{height:34px}.shopping-stores-panel .table-actionbar{padding-bottom:10px}.shopping-store-cell{align-items:center;gap:10px;min-width:0;display:flex}.shopping-store-thumb{object-fit:cover;background:#eef1f4;border:1px solid #dfe3e8;border-radius:4px;flex:none;width:76px;height:50px}.shopping-store-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;display:grid}.shopping-store-form-grid .ui-field:nth-last-child(-n+2){grid-column:1/-1}.shopping-store-form-grid .ui-field:has(.shopping-image-field){grid-column:1/-1}.shopping-switch-field{color:#475569;align-items:center;gap:9px;height:34px;font-size:13px;display:flex}.shopping-image-field{grid-template-columns:150px minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.shopping-image-preview{color:#8a95a1;background:#eef1f4;border:1px solid #dfe3e8;border-radius:4px;justify-content:center;align-items:center;min-height:86px;display:flex;overflow:hidden}.shopping-image-preview img{object-fit:cover;width:100%;height:100%;min-height:86px}.shopping-image-controls{flex-direction:column;gap:8px;min-width:0;display:flex}.shopping-upload-button{cursor:pointer;align-items:center;width:fit-content;height:32px;display:inline-flex}.shopping-upload-button input{display:none}.shopping-upload-button span{color:#263241;background:#fff;border:1px solid #dfe3e8;border-radius:4px;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:14px;line-height:1;display:inline-flex}.shopping-upload-button:hover span,.shopping-upload-button:focus-within span{color:var(--admin-primary);border-color:var(--admin-primary)}@media (width<=760px){.shopping-store-form-grid,.shopping-image-field{grid-template-columns:1fr}}.admin-header .topbar-more-button.ui-button.is-open{color:#fff;background:#ffffff38}.admin-account-popover-root{z-index:1150;background:0 0;position:fixed;inset:0}.admin-account-popover{color:#202936;transform-origin:100% 0;background:#fff;border:1px solid #cfd6de;border-radius:8px;width:min(326px,100vw - 28px);padding:24px 22px 20px;animation:.18s cubic-bezier(.16,1,.3,1) both account-popover-in;position:absolute;top:66px;right:14px;box-shadow:0 18px 44px #0f172a29}.account-popover-arrow{background:#fff;border-top:1px solid #cfd6de;border-left:1px solid #cfd6de;width:18px;height:18px;position:absolute;top:-10px;right:28px;transform:rotate(45deg)}.account-popover-profile{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:2px 0 18px;display:flex;position:relative}.account-popover-avatar{color:#fff;background:var(--admin-primary);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:12px;font-size:30px;font-weight:600;line-height:1;display:inline-flex}.account-popover-profile strong,.account-popover-profile span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.account-popover-profile strong{color:#202936;font-size:18px;font-weight:600;line-height:26px}.account-popover-profile span{color:#6c757d;margin-top:3px;font-size:13px;line-height:20px}.account-popover-logout{color:#7f3138;width:100%;height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8dee5;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:500;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.account-popover-logout:hover,.account-popover-logout:focus-visible{color:#842029;background:#f8d7da;border-color:#f1aeb5;outline:0}@keyframes account-popover-in{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.announcement-form-grid{gap:12px!important}.announcement-form-grid .ui-field{margin-bottom:14px}@media (width<=900px){.admin-header{padding:0 12px 0 14px}.login-page{background:linear-gradient(#f1f3f594,#f1f3f594),url(/assets/login-bg-clean-KmCBWGyy.png) 50%/cover no-repeat;padding:28px 18px}.login-card-body{padding:28px}.topbar-actions{min-width:40px;margin-left:10px}.admin-sider{display:none}.admin-content{padding:0}.admin-main-content{padding:16px}.data-panel-head,.form-panel-head,.form-panel-body{padding:12px}.data-panel-head,.form-panel-head{flex-direction:column;gap:10px}.settings-form-actions{padding-left:0}.table-toolbar{padding:12px}}.datagrid{box-sizing:border-box;border:0;flex-direction:column;width:100%;font-size:14px;display:flex;position:relative;overflow:auto hidden}.datagrid *{box-sizing:border-box}.datagrid-header{z-index:40;white-space:nowrap;display:flex;position:static;top:0}.datagrid-header-cell{color:#666;box-sizing:border-box;background-color:#fafbfc;border-bottom:1px solid #edf0f5;border-right:0;min-width:0;font-weight:600;position:relative;overflow:visible}.datagrid-header-cell:last-child,.datagrid-header-cell:nth-last-child(2){border-right:unset}.fixed-left,.fixed-right{z-index:5;background-color:#fff;position:sticky}.fixed-left{left:0}.fixed-right{right:0}.datagrid-row-cell.fixed-left,.datagrid-row-cell.fixed-right{z-index:5;background-color:#fff;overflow:visible;position:sticky!important}.datagrid-header-content{white-space:nowrap;text-overflow:ellipsis;height:100%;padding:12px 14px;font-weight:600;overflow:hidden}.datagrid-row{white-space:nowrap;display:flex}.datagrid-row-cell{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border-bottom:1px solid #edf0f5;border-right:0;align-items:center;min-width:0;padding:8px 14px;display:flex;position:relative;overflow:hidden}.datagrid-header-cell,.datagrid-row-cell{flex:none}.datagrid-row-cell:last-child,.datagrid-row-cell:nth-last-child(2){border-right:unset}.datagrid-body>.datagrid-row:last-child .datagrid-row-cell{border-bottom:0}.datagrid.datagrid-column-bordered .datagrid-header-cell:not(:last-child),.datagrid.datagrid-column-bordered .datagrid-row-cell:not(:last-child){border-right:1px solid var(--admin-border,#dcdfe6)}.datagrid-row-content{box-sizing:border-box;min-width:0;font:inherit;white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:1.55;overflow:hidden}.datagrid.dragging{cursor:col-resize;-webkit-user-select:none;user-select:none}.datagrid-resize-guide{z-index:100;pointer-events:none;will-change:transform;border-left:2px dashed #4096ff;width:0;position:absolute;top:0;bottom:0;transform:translate(-1.5px)}.datagrid-header-cell:last-child .column-separator{right:0}.column-separator{z-index:30;touch-action:none;cursor:col-resize;background-color:#0000;width:9px;height:100%;display:block;position:absolute;top:0;right:-5px}.column-separator:before{content:"";background:#94a3b86b;border-radius:999px;width:1px;transition:background-color .16s,box-shadow .16s;position:absolute;top:10px;bottom:10px;left:4px}.column-separator:hover{background-color:#28783a14}.column-separator:hover:before{background:var(--admin-primary,#28783a);box-shadow:0 0 0 2px #28783a1f}.datagrid-empty{color:#9aa5b5;text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:180px;display:flex}.datagrid-empty-visual{color:#d9dee8;width:52px;height:38px;position:relative}.datagrid-empty-box{background:#fbfcfe;border:1px solid;border-radius:5px;width:38px;height:22px;position:absolute;top:12px;left:7px}.datagrid-empty-box:before{content:"";background:#fff;border:1px solid;border-bottom:0;border-radius:5px 5px 0 0;width:20px;height:12px;position:absolute;top:-8px;left:8px}.datagrid-empty-box:after{content:"";background:currentColor;width:16px;height:1px;position:absolute;top:9px;left:10px;box-shadow:0 5px #d9dee8b8}.datagrid-empty-text{color:#909399;font-size:12px;font-weight:400;line-height:18px}.row-cell-content{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.datagrid-spacer-cell{pointer-events:none;background:#fff;border-right:none!important;padding:0!important}.datagrid-spacer-cell .column-separator{display:none}.datagrid-header-cell:last-child .column-separator,.datagrid-row-cell:last-child .column-separator,.datagrid-header-cell:last-child .column-separator,.datagrid-header-cell:nth-last-child(2) .column-separator{display:none!important}.datagrid.has-right-shadow .datagrid-header-cell.fixed-right:before,.datagrid.has-right-shadow .datagrid-row-cell.fixed-right:before{content:"";pointer-events:none;z-index:6;background:linear-gradient(270deg,#0000000a,#0000);width:10px;height:100%;position:absolute;top:0;left:-10px}.icon-button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;line-height:1;transition:background-color .2s;display:inline-flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.icon-button.subtle{color:inherit;background-color:#0000}.icon-button.subtle:hover{background-color:#0000000d}
