:root{color:#132039;background:#f5f7fb;font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.screen{gap:12px;min-height:100vh;padding:20px;display:grid}.center{place-items:center;display:grid}.header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.header h1{margin:0}.header p{color:#4d5c78;margin:4px 0 0}.actions{align-items:center;gap:8px;display:flex}.panel{background:#fff;border:1px solid #d7dce8;border-radius:10px;padding:12px}.layout{grid-template-columns:280px 1fr;gap:12px;display:grid}.row{gap:8px;display:flex}.row input{min-width:260px}.card{border:1px solid #d7dce8;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;padding:10px;display:flex}.card.selected{background:#e9f2ff;border-color:#0f5fc6}.contextGroup{margin-bottom:12px}.contextGroup h3{text-transform:capitalize;color:#4d5c78;margin:0 0 6px;font-size:14px}.toolLink{text-align:left;width:100%;margin-bottom:6px}.toolbar{align-items:center;gap:8px;display:flex}.tabBar{gap:8px;margin:10px 0;display:flex}.tab{background:#f4f7fe;border:1px solid #cfd8ea;border-radius:8px;padding:6px 10px}.tab.active{background:#e9f2ff;border-color:#0f5fc6}.toolTabContent{gap:10px;margin-bottom:12px;display:grid}.toolTabContent textarea{min-height:100px}button{cursor:pointer}