:root{color:#1f2933;background:#eef2f5;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}.app{display:grid;grid-template-columns:minmax(340px,410px) 1fr;min-height:100vh}.panel{background:#fff;border-right:1px solid #d9e0e7;padding:24px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;gap:12px;align-items:center}.brand svg{color:#146c5f}h1{font-size:22px;line-height:1.2;margin:0}p{margin:4px 0 0;color:#6b7280;font-size:13px}.controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.controls label:nth-child(3){grid-column:span 2}label{display:flex;flex-direction:column;gap:7px;color:#4b5563;font-size:13px;font-weight:600}input,select,textarea{border:1px solid #cbd5df;border-radius:6px;background:#fff;color:#111827;padding:10px 11px;outline:none}input:focus,select:focus,textarea:focus{border-color:#146c5f;box-shadow:0 0 0 3px #146c5f1f}.textareaLabel textarea{min-height:360px;resize:vertical;line-height:1.55}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}button{border:0;border-radius:6px;background:#146c5f;color:#fff;min-height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:700}button:disabled{opacity:.45;cursor:not-allowed}button.secondary{background:#344054}button.iconOnly{background:#e9edf2;color:#344054}.note{color:#64748b;background:#f5f7f9;border:1px solid #dce3ea;border-radius:6px;padding:12px;font-size:13px;line-height:1.5}.memoryPanel{border:1px solid #d9e0e7;border-radius:7px;padding:12px;background:#fff}.sectionTitle{display:flex;align-items:center;justify-content:space-between;color:#344054;font-size:14px;font-weight:800;cursor:pointer;list-style:none}.sectionTitle::-webkit-details-marker{display:none}.sectionTitle:before{content:">";width:18px;color:#667085;transform:rotate(0)}.memoryPanel[open] .sectionTitle:before{transform:rotate(90deg)}.sectionTitle strong{color:#146c5f;margin-left:auto}.memoryBody{display:flex;flex-direction:column;gap:10px;margin-top:12px}.memorySearch,.memoryAdd,.memoryItem{display:grid;align-items:center;gap:8px}.memorySearch{grid-template-columns:18px 1fr}.memorySearch svg{color:#667085}.memoryAdd,.memoryItem{grid-template-columns:1fr 42px}.memorySearch input,.memoryAdd input,.memoryItem input{min-width:0;height:38px;padding:8px 10px}.memoryList{display:flex;flex-direction:column;gap:7px;max-height:260px;overflow:auto;padding-right:4px}.memoryItem button,.memoryAdd button{min-height:38px;padding:0}.workspace{min-width:0;display:flex;flex-direction:column}.toolbar{height:68px;border-bottom:1px solid #d9e0e7;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#f8fafc;gap:16px}.tabs{display:inline-flex;background:#e5ebf1;padding:4px;border-radius:7px}.tabs button{background:transparent;color:#44505e;min-height:34px;min-width:68px}.tabs button.active{background:#fff;color:#146c5f;box-shadow:0 1px 3px #0f172a1f}.metrics{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.metrics span{background:#fff;border:1px solid #d9e0e7;border-radius:6px;padding:8px 11px;font-weight:700;color:#344054}.tableWrap{overflow:auto;padding:22px;flex:1}table{border-collapse:collapse;min-width:1320px;width:100%;background:#fff;box-shadow:0 1px 2px #0f172a0f}th,td{border:1px solid #d6dde5;padding:9px 10px;text-align:left;white-space:nowrap;font-size:13px}th{position:sticky;top:0;z-index:1;background:#314155;color:#fff;font-weight:700}tbody tr:nth-child(2n){background:#f8fafc}.empty{text-align:center;color:#7b8794;height:180px}@media(max-width:900px){.app{grid-template-columns:1fr}.panel{border-right:0;border-bottom:1px solid #d9e0e7}.toolbar{align-items:flex-start;height:auto;padding:14px;flex-direction:column}}
