*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Roboto,sans-serif;background:#f6f7f9;color:#1f2328}.layout{display:flex;min-height:100vh}.sidebar{width:220px;padding:24px 16px;background:#11151c;color:#cfd6df}.sidebar h1{font-size:16px;margin:0 0 24px;color:#fff}.sidebar a{display:block;padding:10px 12px;margin-bottom:4px;color:#cfd6df;text-decoration:none;border-radius:6px}.sidebar a:hover{background:#1c2230}.sidebar a.active{background:#2563eb;color:#fff}.main{flex:1;padding:32px;overflow:auto}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin-bottom:16px}.card h2{margin-top:0;font-size:18px}.card p.muted{color:#6b7280;margin-top:-4px}label{display:block;margin:12px 0 6px;font-size:13px;color:#374151}input[type=text],input[type=email],textarea,select{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font:inherit}textarea{min-height:80px;resize:vertical}button{padding:8px 14px;border:none;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer;font:inherit}button:disabled{background:#93a3b8;cursor:not-allowed}button.ghost{background:#fff;color:#2563eb;border:1px solid #2563eb}table{width:100%;border-collapse:collapse;margin-top:8px;font-size:14px}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid #f0f0f0}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;background:#eef2ff;color:#3730a3}.badge.ok{background:#ecfdf5;color:#047857}.badge.fail{background:#fef2f2;color:#b91c1c}.chat{display:flex;flex-direction:column;height:calc(100vh - 100px)}.chat .messages{flex:1;overflow:auto;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.chat .msg{margin-bottom:12px}.chat .msg.user{text-align:right}.chat .bubble{display:inline-block;padding:10px 14px;border-radius:10px;max-width:70%;white-space:pre-wrap}.chat .user .bubble{background:#2563eb;color:#fff}.chat .assistant .bubble{background:#f3f4f6}.chat .input{display:flex;gap:8px;margin-top:12px}.chat .input textarea{flex:1}
