:root{--bg: #eef4f0;--panel: rgba(255, 255, 255, .92);--line: #d9e4dd;--text: #1c2b24;--muted: #64756d;--brand: #0f5c4d;--brand-2: #1f7b68;--accent: #dfeee8;--danger: #c2410c;--warning: #b45309;--success: #15803d}*{box-sizing:border-box}body{margin:0;font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,sans-serif;color:var(--text);background:radial-gradient(circle at 0% 0%,rgba(15,92,77,.18),transparent 26%),linear-gradient(180deg,#edf5f1,#f7faf8 42%,#eef4f0)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{padding:24px 18px;background:linear-gradient(180deg,#0d4037,#102f2a);color:#f3faf7;border-right:1px solid rgba(255,255,255,.08)}.brand-block{display:flex;align-items:center;gap:14px;padding:16px 12px 24px}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#d8f1e8,#8bcdb7);color:#0d4037;font-weight:800}.brand-title{font-size:18px;font-weight:700}.brand-subtitle{margin-top:4px;color:#f3faf7b8;font-size:13px}.nav-list{display:flex;flex-direction:column;gap:10px}.nav-item{padding:12px 14px;border-radius:14px;color:#f3faf7c7;transition:background .12s ease,color .12s ease,transform .12s ease}.nav-item:hover,.nav-item.active{background:#dfeee81f;color:#fff;transform:translate(2px)}.main-shell{padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.topbar-title{font-size:28px;font-weight:800}.topbar-subtitle{margin-top:6px;color:var(--muted);font-size:14px}.content-shell,.page-stack{display:flex;flex-direction:column;gap:18px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:end}.page-header h1{margin:0;font-size:30px}.page-header p{margin:8px 0 0;color:var(--muted)}.page-total{padding:10px 14px;border-radius:999px;background:var(--accent);color:var(--brand)}.panel,.stat-card{background:var(--panel);border:1px solid rgba(15,92,77,.08);border-radius:22px;box-shadow:0 18px 38px #0f5c4d14}.panel{padding:20px}.panel-title{font-size:18px;font-weight:700;margin-bottom:14px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stats-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{padding:18px}.stat-card.emerald{background:linear-gradient(135deg,#f6fffc,#ecfaf5)}.stat-card.amber{background:linear-gradient(135deg,#fff9ef,#fff3da)}.stat-card.green{background:linear-gradient(135deg,#f3fff6,#e5f8ea)}.stat-card.red{background:linear-gradient(135deg,#fff7f4,#fdebe3)}.stat-label{color:var(--muted);font-size:14px}.stat-value{margin-top:12px;font-size:34px;font-weight:800}.filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.filter-grid label,.stack-form label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:14px}.filter-chip-row{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{border:1px solid #dbe7e1;background:#f7faf8;color:#4b5c54;padding:8px 14px;border-radius:999px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.filter-chip:hover{transform:translateY(-1px)}.filter-chip.active{box-shadow:0 10px 24px #0f5c4d1a}.filter-chip.orange,.filter-chip.active.orange{background:#fff3da;color:var(--warning);border-color:#f4d5a8}.filter-chip.gold,.filter-chip.active.gold{background:#fff9e6;color:#b7791f;border-color:#f0df9b}.filter-chip.green,.filter-chip.active.green{background:#e8f8ed;color:var(--success);border-color:#c7e9d0}.filter-chip.red,.filter-chip.active.red{background:#fcebe6;color:var(--danger);border-color:#f2c8ba}.filter-chip.blue,.filter-chip.cyan,.filter-chip.geekblue,.filter-chip.purple,.filter-chip.active.blue,.filter-chip.active.cyan,.filter-chip.active.geekblue,.filter-chip.active.purple{background:#e8f3ee;color:var(--brand);border-color:#c9e3d9}.filter-chip.default,.filter-chip.neutral,.filter-chip.active.default,.filter-chip.active.neutral{background:#edf2ef;color:#4b5c54;border-color:#d6dfda}input,select,textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fcfefd;color:var(--text)}textarea{min-height:120px;resize:vertical}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:14px 12px;text-align:left;border-bottom:1px solid #ebf0ec;vertical-align:top}.data-table th{color:var(--muted);font-weight:600;font-size:14px}.empty-cell{text-align:center;color:var(--muted);padding:28px 0}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600}.status-badge.warning{background:#fff3da;color:var(--warning)}.status-badge.pending{background:#fff9e6;color:#b7791f}.status-badge.success{background:#e8f8ed;color:var(--success)}.status-badge.danger{background:#fcebe6;color:var(--danger)}.status-badge.neutral{background:#edf2ef;color:#4b5c54}.pager,.inline-actions,.checkbox-line{display:flex;align-items:center;gap:12px}.pager{justify-content:flex-end;margin-top:16px}.split-layout{display:grid;grid-template-columns:1.3fr .9fr;gap:18px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#101e1952;display:flex;justify-content:flex-end;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.drawer-shell{width:min(760px,100%);height:100vh;overflow-y:auto;background:linear-gradient(180deg,#f6faf8,#edf4f0);padding:20px;box-shadow:-24px 0 48px #0f5c4d1f}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.drawer-title{font-size:26px;font-weight:800}.drawer-subtitle{margin-top:6px;color:var(--muted)}.drawer-content{display:flex;flex-direction:column;gap:16px}.drawer-panel{margin-bottom:0}.drawer-loading{padding:30px 8px;color:var(--muted)}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.info-label{display:block;margin-bottom:8px;color:var(--muted);font-size:13px}.detail-block{margin-top:16px;padding-top:16px;border-top:1px solid #ebf0ec}.field-hint{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.6}.guideline-card{margin-top:16px;padding:16px 18px;border-radius:16px;background:#f8fcfa;border:1px solid #dbe8e1}.guideline-card--warn{background:#fff8ec;border-color:#f4d8a8}.guideline-title{font-size:15px;font-weight:800;color:var(--text)}.guideline-item{margin-top:10px;color:var(--muted);line-height:1.7}.compare-subtitle{margin-top:18px}.compare-stack{display:flex;flex-direction:column;gap:14px;margin-top:16px}.compare-row{padding:14px 16px;border-radius:16px;background:#f8fcfa;border:1px solid #dbe8e1}.compare-row.changed{background:#fff8ec;border-color:#f4d8a8}.compare-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.compare-meta{margin-top:8px;color:var(--muted);line-height:1.6}.compare-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#edf5f2;color:var(--brand);font-size:12px;font-weight:700}.compare-badge.changed{background:#fff1db;color:var(--warning)}.compare-actions{margin-top:12px;flex-wrap:wrap}.file-group-stack{display:flex;flex-direction:column;gap:16px}.file-group{display:flex;flex-direction:column;gap:10px}.file-group-title{display:inline-flex;align-items:center;width:fit-content;padding:6px 12px;border-radius:999px;background:#e8f3ee;color:var(--brand);font-size:13px;font-weight:700}.file-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.file-card{display:block;padding:14px;border-radius:16px;background:#f8fcfa;border:1px solid #dbe8e1}.button-card{width:100%;text-align:left;cursor:pointer}.file-type{font-size:12px;color:var(--brand)}.file-name{margin-top:8px;font-weight:700}.timeline-list{display:flex;flex-direction:column;gap:14px}.timeline-item{display:flex;gap:12px}.timeline-dot{width:10px;height:10px;margin-top:8px;border-radius:999px;background:var(--brand);flex:none}.timeline-dot.info{background:var(--brand)}.timeline-dot.pending{background:#b7791f}.timeline-dot.success{background:var(--success)}.timeline-dot.danger{background:var(--danger)}.timeline-dot.neutral{background:#809188}.timeline-body{flex:1;padding-bottom:12px;border-bottom:1px solid #ebf0ec}.timeline-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.timeline-head span{color:var(--muted);font-size:13px}.timeline-text{color:var(--text)}.log-action-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.log-action-badge.info{background:#e8f3ee;color:var(--brand)}.log-action-badge.pending{background:#fff6dd;color:#b7791f}.log-action-badge.success{background:#e8f8ed;color:var(--success)}.log-action-badge.danger{background:#fcebe6;color:var(--danger)}.log-action-badge.neutral{background:#edf2ef;color:#4b5c54}.preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1814b8;display:grid;place-items:center;z-index:70;padding:24px}.preview-shell{width:min(1100px,100%);max-height:90vh;overflow:hidden;border-radius:24px;background:#fbfdfc;box-shadow:0 28px 64px #0000002e;display:flex;flex-direction:column}.preview-header{display:flex;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #ebf0ec}.preview-title{font-size:18px;font-weight:700}.preview-subtitle{margin-top:6px;color:var(--muted);font-size:13px}.preview-stage{display:grid;place-items:center;background:linear-gradient(180deg,#edf4f0,#f7faf8);padding:20px;overflow:auto}.preview-image{max-width:100%;max-height:calc(90vh - 96px);border-radius:18px;box-shadow:0 20px 48px #0f5c4d1f}.notification-stack{position:fixed;top:20px;right:20px;z-index:90;display:flex;flex-direction:column;gap:12px;width:min(360px,100vw - 32px)}.notice-card{padding:14px 16px;border-radius:18px;border:1px solid rgba(15,92,77,.08);background:#fffffff5;box-shadow:0 18px 42px #0f5c4d1f}.notice-card.success{border-left:5px solid var(--success)}.notice-card.error{border-left:5px solid var(--danger)}.notice-card.info{border-left:5px solid var(--brand)}.notice-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.notice-body{margin-top:8px;color:var(--muted);line-height:1.6}.notice-close{border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:18px}.stack-form{display:flex;flex-direction:column;gap:14px}.primary-action,.ghost-btn{border:none;border-radius:14px;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.primary-action{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;padding:12px 18px}.ghost-btn{background:#eaf3ef;color:var(--brand);padding:11px 16px}.ghost-btn.small{padding:8px 12px;font-size:13px}.ghost-btn.danger{color:var(--danger);background:#fff1eb}.primary-action:hover,.ghost-btn:hover{transform:translateY(-1px)}.muted-block,.error-box{padding:14px 16px;border-radius:14px}.muted-block{background:#f3f7f5;color:var(--muted)}.error-box{background:#fff1eb;color:var(--danger)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(100%,480px);padding:32px;border-radius:28px;background:#fffffff0;border:1px solid rgba(15,92,77,.08);box-shadow:0 24px 60px #0f5c4d1a}.login-badge{display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:999px;background:var(--accent);color:var(--brand);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.login-panel h1{margin:0;font-size:34px}.login-panel p{margin:12px 0 0;color:var(--muted);line-height:1.7}.login-form{margin-top:24px;display:flex;flex-direction:column;gap:16px}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout{grid-template-columns:1fr}}@media (max-width: 920px){.admin-shell{grid-template-columns:1fr}.sidebar{display:none}.filter-grid,.stats-grid,.stats-grid.two-cols{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:start}.info-grid,.file-list{grid-template-columns:1fr}}
