:root{--animal-primary-color: #19c8b9;--animal-primary-color-hover: #3dd4c6;--animal-primary-color-active: #50b9ab;--animal-primary-color-bg: #e6f9f6;--animal-success-color: #6fba2c;--animal-success-color-hover: #85cc45;--animal-success-color-active: #5a9e1e;--animal-warning-color: #f5c31c;--animal-warning-color-hover: #f7d04a;--animal-warning-color-active: #dba90e;--animal-error-color: #e05a5a;--animal-error-color-hover: #e87878;--animal-error-color-active: #c94444;--animal-text-color: #794f27;--animal-text-color-secondary: #9f927d;--animal-text-color-muted: #794f27;--animal-text-color-disabled: #c4b89e;--animal-border-color: #aaa69d;--animal-border-color-hover: #827157;--animal-border-color-light: #e8e2d6;--animal-bg-color: #f8f8f0;--animal-bg-color-secondary: #f0e8d8;--animal-bg-color-disabled: #f0ece2;--animal-mask-bg: rgba(0, 0, 0, .35);--animal-font-family: Nunito, "Noto Sans SC", "Zen Maru Gothic", "HarmonyOS Sans SC", "MiSans", -apple-system, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;--animal-font-size-sm: 12px;--animal-font-size-base: 14px;--animal-font-size-lg: 16px;--animal-line-height-base: 1.5715;--animal-spacing-xs: 4px;--animal-spacing-sm: 8px;--animal-spacing-md: 12px;--animal-spacing-lg: 16px;--animal-spacing-xl: 24px;--animal-border-radius-sm: 16px;--animal-border-radius-base: 18px;--animal-border-radius-lg: 24px;--animal-border-width: 2px;--animal-shadow-sm: 0 2px 4px 0 rgba(61, 52, 40, .06);--animal-shadow-base: 0 3px 10px 0 rgba(61, 52, 40, .1);--animal-shadow-lg: 0 8px 24px 0 rgba(61, 52, 40, .14);--animal-motion-duration-fast: .15s;--animal-motion-duration-base: .25s;--animal-motion-duration-slow: .35s;--animal-motion-ease: cubic-bezier(.4, 0, .2, 1);--animal-height-sm: 32px;--animal-height-base: 40px;--animal-height-lg: 48px}*,*:before,*:after{box-sizing:border-box}[class^=animal-]{font-family:var(--animal-font-family);font-size:var(--animal-font-size-base);line-height:var(--animal-line-height-base);color:var(--animal-text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;color:#3a2618;background:#fff4dd;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 10%,rgba(255,215,90,.28),transparent 28%),linear-gradient(180deg,#fff4dd,#fffdf8)}button,input{font:inherit}button{border:0;cursor:pointer}button:disabled{opacity:.62;cursor:wait}.page-shell{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:40px 0 28px}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.login-panel{width:min(420px,100%);padding:32px;border:1px solid rgba(58,38,24,.08);border-radius:28px;background:#fffdf8;box-shadow:0 18px 45px #8b5a2b1f}.login-form{display:grid;gap:16px;margin-top:24px}.login-form label{display:grid;gap:8px;color:#74513a;font-weight:800}.login-form input{width:100%;min-height:46px;padding:0 14px;border:1px solid rgba(58,38,24,.16);border-radius:14px;color:#3a2618;background:#fff;outline:none}.login-form input:focus{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62329}.hero-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px;border:1px solid rgba(58,38,24,.08);border-radius:28px;background:#fffdf8;box-shadow:0 18px 45px #8b5a2b1f}.hero-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.eyebrow{margin:0 0 8px;color:#8b5a2b;font-size:14px;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:12px;font-size:34px;line-height:1.15}h2{margin-bottom:8px;font-size:22px}.subtitle{max-width:580px;margin-bottom:0;color:#74513a;line-height:1.7}.primary-button,.secondary-button,.admin-chip{min-height:44px;padding:0 18px;border-radius:999px;font-weight:800;white-space:nowrap}.primary-button{color:#3a2618;background:#ffd75a;box-shadow:0 8px 18px #f5a62338}.secondary-button,.admin-chip{color:#8b5a2b;background:#fff4dd}.admin-chip{display:inline-flex;align-items:center;cursor:default}.status-strip,.notice,.workbench,.section-panel,.metric-card{border:1px solid rgba(58,38,24,.08);background:#fffdf8eb;box-shadow:0 12px 28px #8b5a2b14}.status-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:20px 0;padding:14px 18px;border-radius:18px;font-weight:700}.dot{width:10px;height:10px;border-radius:50%}.dot-ok{background:#6bcb77}.dot-error{background:#e26d5a}.muted{color:#8b6f5a;font-size:14px;font-weight:500}.notice{margin-bottom:20px;padding:16px 18px;border-radius:18px;color:#8a352b;background:#fff1eb}.notice.compact{margin:0;padding:12px 14px;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{min-height:150px;padding:22px;border-radius:24px}.metric-card span,.metric-card small{display:block;color:#8b6f5a}.metric-card strong{display:block;margin:12px 0 8px;font-size:30px;line-height:1.15;overflow-wrap:anywhere}.primary-card{background:#ffd75a}.primary-card span,.primary-card small{color:#3a2618b8}.workbench{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding:24px;border-radius:24px}.section-panel{margin-top:20px;padding:24px;border-radius:24px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.section-head p{margin-bottom:0;color:#74513a}.search-input{width:min(260px,100%);min-height:42px;padding:0 14px;border:1px solid rgba(58,38,24,.14);border-radius:14px;color:#3a2618;background:#fff;outline:none}.search-input:focus{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62324}.table-list{display:grid;gap:10px}.data-row,.feedback-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr) auto;align-items:center;gap:14px;padding:14px;border-radius:16px;background:#fff4dd}.feedback-row{grid-template-columns:minmax(0,1fr) auto}.data-row strong,.feedback-row strong,.data-row span,.feedback-row span,.data-row small{display:block;overflow-wrap:anywhere}.data-row span,.feedback-row span,.data-row small{margin-top:4px;color:#8b6f5a;font-size:13px}.muted-row{opacity:.58}.secondary-button.small{min-height:34px;padding:0 12px;font-size:13px}.row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.compact-list .data-row{grid-template-columns:minmax(0,1fr) auto}.empty-line{padding:18px;border-radius:16px;color:#8b6f5a;background:#fff4dd;font-weight:700}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#3a261852}.detail-modal{width:min(560px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;padding:24px;border-radius:24px;background:#fffdf8;box-shadow:0 24px 70px #3a26183d}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-grid span,.detail-analysis{padding:12px;border-radius:14px;background:#fff4dd;color:#74513a;overflow-wrap:anywhere}.detail-analysis{margin:12px 0 0;line-height:1.7}.workbench p{margin-bottom:0;color:#74513a}.pill-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.pill-list.left{justify-content:flex-start}.pill-list span{padding:8px 12px;border-radius:999px;background:#fff4dd;color:#8b5a2b;font-weight:700;white-space:nowrap}footer{padding:18px 0 0;color:#8b6f5a;font-size:13px}@media (max-width: 860px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-band,.workbench,.section-head{align-items:flex-start;flex-direction:column}.two-column,.data-row,.feedback-row,.compact-list .data-row,.detail-grid{grid-template-columns:1fr}.row-actions,.hero-actions,.pill-list{justify-content:flex-start}}@media (max-width: 560px){.page-shell{width:min(100% - 28px,1120px);padding-top:20px}.hero-band,.workbench,.section-panel,.login-panel{padding:22px;border-radius:22px}h1{font-size:28px}.metric-grid{grid-template-columns:1fr}}
