body{margin:0;background:#eef0f4;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;color:#172033}.shell{display:grid;grid-template-columns:280px 1fr;gap:18px;width:min(1400px,96vw);height:94vh;margin:3vh auto}.history,.main{background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.08);padding:18px;overflow:auto}.filters{display:grid;grid-template-columns:1fr 1fr 220px 160px;gap:10px;margin-bottom:12px}.filters label{font-size:12px;font-weight:700}.filters select,.filters input{width:100%;height:36px;border:1px solid #ccd4df;border-radius:8px}.messages{height:55vh;background:#eef3ff;border-radius:14px;padding:14px;overflow:auto}.bubble{max-width:88%;margin:10px 0;padding:12px;border-radius:12px;white-space:pre-wrap;line-height:1.65;font-size:14px}.user{margin-left:auto;background:#4868ed;color:#fff}.assistant{background:#fff}.composer{display:grid;grid-template-columns:1fr 80px;gap:10px;margin-top:12px}.composer textarea{min-height:90px;border:1px solid #ccd4df;border-radius:12px;padding:12px}.composer button,.follow button,.manual button{border:0;border-radius:10px;background:#4868ed;color:#fff;padding:10px 16px;margin:4px;cursor:pointer}.hidden{display:none}.eval-line{display:flex;align-items:center;gap:8px;border-bottom:1px solid #eee;padding:8px 0}.eval-line span{width:220px;font-weight:700}