:root{--admin-font-family:"Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--admin-color-primary:#16a34a;--admin-color-primary-hover:#15803d;--admin-color-info:#0ea5e9;--admin-color-warning:#f97316;--admin-color-danger:#ef4444;--admin-color-success:#16a34a;--admin-color-sidebar-start:#0f172a;--admin-color-sidebar-end:#163a2c;--admin-color-bg-soft:#f4fbf7;--admin-color-bg-page:#eef7ff;--admin-color-card:#ffffffeb;--admin-color-text:#102a22;--admin-color-text-secondary:#64748b;--admin-color-header:#fff9;--admin-header-height:72px;--admin-sidebar-width:252px;--admin-shadow:0 12px 30px #0f172a14;--admin-page-padding:20px}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;font-family:var(--admin-font-family);color:var(--admin-color-text);background:radial-gradient(circle at top left, #22c55e2e, transparent 28%), radial-gradient(circle at top right, #0ea5e91f, transparent 26%), linear-gradient(180deg, var(--admin-color-bg-soft) 0%, var(--admin-color-bg-page) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.admin-root{background:0 0;height:100vh;overflow:hidden}.admin-root>.ant-layout{min-width:0}.admin-shell{background:0 0;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.admin-sidebar{z-index:30;height:100vh;position:sticky;top:0;overflow:hidden}.admin-sidebar .ant-layout-sider-children{height:100%;overflow-y:auto}.admin-header{z-index:10;min-height:var(--admin-header-height);background:var(--admin-color-header);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #0f172a0f;flex:none;justify-content:space-between;align-items:flex-start;gap:16px;height:auto;padding:12px 20px;line-height:normal;display:flex;position:relative}.admin-header-brand{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.admin-header-title.ant-typography{color:#102a22;margin:0;line-height:1.2}.admin-header-subtitle.ant-typography{color:#64748b;line-height:1.4}.admin-header-actions{align-self:center}.admin-page{flex-direction:column;gap:18px;min-width:0;display:flex}.admin-content{flex:1;min-width:0;min-height:0;overflow:auto}.admin-content-inner{min-height:100%;padding:var(--admin-page-padding);padding-top:calc(var(--admin-page-padding) + 4px)}.admin-panel{box-shadow:var(--admin-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #fffc;border-radius:20px}.admin-page-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-page-head h2{margin:0;font-size:28px;line-height:1.1}.admin-subtitle{color:var(--admin-color-text-secondary);margin-top:6px}.admin-table-image{object-fit:cover;background:linear-gradient(135deg,#16a34a1f,#0ea5e929);border-radius:12px;width:68px;height:44px}.admin-avatar{object-fit:cover;background:linear-gradient(135deg,#16a34a1f,#0ea5e929);border-radius:50%;width:40px;height:40px}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.page-fade-in{animation:.35s pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.admin-root{height:auto;min-height:100vh;overflow:visible}.admin-shell{min-height:100vh}.admin-sidebar{height:100vh;position:fixed}.admin-header{min-height:var(--admin-header-height);align-items:flex-start;padding:12px}.admin-header-actions{justify-content:space-between;align-self:stretch}.admin-content{overflow:visible}.admin-content-inner{padding:16px 12px 12px}.admin-page-head{flex-direction:column;align-items:stretch}}
