:root{color:#20241f;font-synthesis:none;text-rendering:optimizelegibility;--ink:#20241f;--muted:#687068;--line:#dce1da;--surface:#fff;--soft:#f3f5f2;--sidebar:#202824;--accent:#b7df68;--accent-dark:#273d20;--positive:#28633c;--warning:#946313;--negative:#a23b3b;background:#f3f5f2;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box;letter-spacing:0}html,body,#app{min-height:100%;margin:0}body{min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}svg{flex:none;width:18px;height:18px}.login-body{background:#edf0eb}.login-shell{grid-template-columns:minmax(280px,1fr) 400px;align-items:center;gap:80px;width:min(920px,100% - 40px);min-height:100vh;margin:0 auto;padding:48px 0;display:grid}.login-brand{align-items:center;gap:22px;display:flex}.brand-mark{color:#202824;background:var(--accent);border-radius:8px;place-items:center;width:72px;height:72px;display:grid}.brand-mark svg{width:36px;height:36px}.login-brand p,.login-brand h1{margin:0}.login-brand p{color:var(--muted);font-size:15px;font-weight:600}.login-brand h1{margin-top:4px;font-size:38px;line-height:1.15}.login-form{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:32px;box-shadow:0 16px 48px #20282414}.login-heading{justify-content:space-between;align-items:baseline;margin-bottom:28px;display:flex}.login-heading span{color:var(--muted);font-size:13px}.login-heading strong{font-size:22px}label{color:#4d554d;font-size:13px}label>span:not(.sr-only){margin-bottom:7px;font-weight:600;display:block}.login-form label{margin-bottom:18px;display:block}input,select,textarea{width:100%;min-height:38px;color:var(--ink);background:#fff;border:1px solid #cfd5ce;border-radius:5px;outline:none;transition:border-color .12s,box-shadow .12s}input,select{padding:0 11px}textarea{resize:vertical;padding:10px 11px}input:focus,select:focus,textarea:focus{border-color:#72994a;box-shadow:0 0 0 3px #72994a24}.form-error{min-height:20px;color:var(--negative);margin:4px 0 12px;font-size:13px}.button,.icon-button,.icon-command,.table-command{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:36px;font-weight:650;display:inline-flex}.button{padding:0 15px}.button-primary{color:#182015;background:var(--accent);border-color:#a8ce5f}.button-primary:hover{background:#acd45f}.button-secondary{color:var(--ink);border-color:var(--line);background:#fff}.button-success{color:#fff;background:var(--positive)}.button-danger{color:#fff;background:var(--negative)}.login-submit{width:100%;min-height:42px}.workspace-body{background:var(--soft)}.workspace-shell{grid-template-columns:224px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f7f9f6;background:var(--sidebar);flex-direction:column;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:11px;height:48px;padding:0 8px;display:flex}.sidebar-brand-mark{color:#202824;background:var(--accent);border-radius:6px;place-items:center;width:34px;height:34px;display:grid}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{font-size:15px}.sidebar-brand small{color:#aeb8b0;margin-top:2px;font-size:11px}.sidebar-nav{gap:5px;margin-top:28px;display:grid}.nav-item{color:#bcc5be;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:11px;width:100%;min-height:40px;padding:0 12px;display:flex}.nav-item:hover:not(:disabled){color:#fff;background:#ffffff0f}.nav-item.active{color:#162012;background:var(--accent)}.sidebar-scope{border-top:1px solid #ffffff1c;margin-top:auto;padding:14px 10px 4px}.sidebar-scope span,.sidebar-scope strong{display:block}.sidebar-scope span{color:#929e96;margin-bottom:5px;font-size:11px}.sidebar-scope strong{color:#e6ebe7;font-size:12px;line-height:1.5}.workspace-main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#ffffffeb;justify-content:flex-end;align-items:center;gap:20px;height:64px;padding:0 28px;display:flex}.topbar-identity{align-items:center;gap:9px;display:flex}.topbar-identity .avatar{color:#39522c;background:#e8f1dc;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.topbar-identity strong,.topbar-identity span{display:block}.topbar-identity strong{font-size:13px}.topbar-identity div>span{color:var(--muted);margin-top:2px;font-size:11px}.topbar-actions{align-items:center;gap:7px;display:flex}.icon-command{color:#465046;border-color:var(--line);background:#fff;padding:0 11px}.icon-button{width:36px;min-width:36px;padding:0}.icon-button.light{color:#465046;border-color:var(--line);background:#fff}.content{width:min(1480px,100%);margin:0 auto;padding:28px}.view-heading{justify-content:space-between;align-items:flex-start;min-height:54px;margin-bottom:16px;display:flex}.view-heading span{color:#778077;margin-bottom:3px;font-size:12px;display:block}.view-heading h1{margin:0;font-size:24px;line-height:1.25}.toolbar{align-items:center;gap:9px;min-height:54px;padding:8px 0 10px;display:flex}.toolbar label{min-width:156px}.toolbar .search-field{min-width:min(360px,38vw);position:relative}.search-field svg{color:#7c857d;width:17px;height:17px;position:absolute;top:10px;left:10px}.search-field input{padding-left:34px}.table-frame{border:1px solid var(--line);background:#fff;border-radius:6px;width:100%;overflow-x:auto}table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:860px}th,td{text-align:left;vertical-align:middle;overflow-wrap:anywhere;border-bottom:1px solid #e7eae6;padding:12px 14px}th{color:#657066;background:#f8f9f7;height:42px;font-size:12px;font-weight:650}td{color:#323832;min-height:56px;font-size:13px}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcfa}.stacked-text strong,.stacked-text small{display:block}.stacked-text strong{color:#2f352f;font-size:13px;font-weight:650}.stacked-text small{color:#778078;margin-top:4px;font-size:11px}.status-badge{white-space:nowrap;border:1px solid #0000;border-radius:4px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.status-badge.positive{color:#245a36;background:#edf7f0;border-color:#b8d8c2}.status-badge.warning{color:#81560f;background:#fff8e9;border-color:#e5ca94}.status-badge.negative{color:#913838;background:#fff1f1;border-color:#e5bbbb}.status-badge.neutral{color:#5c645d;background:#f4f6f3;border-color:#d8ddd7}.row-actions{align-items:center;gap:6px;min-width:126px;display:flex}.action-column{width:146px}.table-command{background:#fff;min-height:30px;padding:0 8px;font-size:12px}.table-command svg{width:15px;height:15px}.table-command.success{color:var(--positive);border-color:#b8d8c2}.table-command.danger{color:var(--negative);border-color:#e5bbbb}.table-message{color:#7b837c;text-align:center;height:180px}.table-message.error{color:var(--negative)}.loading-line:after{content:"";background:#6c8d4e;border-radius:50%;width:6px;height:6px;margin-left:8px;animation:.9s ease-in-out infinite alternate pulse;display:inline-block}.cell-reason{color:#4f574f;max-width:260px;line-height:1.55}.mono{font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.dialog{border:1px solid var(--line);width:min(480px,100% - 32px);color:var(--ink);background:#fff;border-radius:8px;padding:0;box-shadow:0 24px 80px #141c1738}.dialog::backdrop{background:#171d197a}.dialog-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:0 20px;display:flex}.dialog-head h2{margin:0;font-size:17px}.dialog-body{padding:20px}.dialog-body label{margin-top:16px;display:block}.dialog-target{border-left:3px solid var(--accent);background:#f6f8f4;padding:12px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.toast{z-index:50;border:1px solid var(--line);color:#fff;opacity:0;pointer-events:none;background:#2b332e;border-radius:5px;max-width:min(360px,100% - 44px);padding:11px 14px;transition:opacity .16s,transform .16s;position:fixed;bottom:22px;right:22px;transform:translateY(8px);box-shadow:0 12px 30px #141c172e}.toast.visible{opacity:1;transform:translateY(0)}.toast.success{background:#285a39}.toast.error{background:#8f3535}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes pulse{0%{opacity:.25}to{opacity:1}}@media (width<=860px){.login-shell{grid-template-columns:1fr;gap:34px;width:min(480px,100% - 32px)}.login-brand{justify-content:center}.workspace-shell{display:block}.sidebar{z-index:10;height:auto;padding:10px 12px;position:sticky}.sidebar-brand{height:42px}.sidebar-brand small,.sidebar-scope{display:none}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:8px}.nav-item{justify-content:center;padding:0 8px}.topbar{height:58px;padding:0 14px}.content{padding:20px 14px}.toolbar{flex-wrap:wrap}.toolbar label,.toolbar .search-field{flex:220px;min-width:0}}@media (width<=520px){.login-form{padding:24px 20px}.brand-mark{width:58px;height:58px}.login-brand h1{font-size:30px}.topbar-identity .avatar,.topbar-identity div,.icon-command span{display:none}.icon-command{width:36px;padding:0}.nav-item{font-size:12px}.nav-item svg{width:16px;height:16px}.view-heading h1{font-size:21px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
