.btt__herb{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:10px;cursor:pointer;transition:transform .08s ease,box-shadow .12s ease}.btt__herb:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.06)}.btt__herb.is-selected{border:2px solid #cbac57}.btt__herbImg{width:86px;height:86px;border-radius:10px;background:rgba(0,0,0,.06);overflow:hidden;flex:0 0 auto;display:grid;place-items:center;font-size:16px;color:rgba(0,0,0,.55)}.btt__herbImg img{width:100%;height:100%;object-fit:cover;display:block}.btt__herbName{font-weight:700;font-size:18px;margin:0 0 4px}.btt__herbDesc{margin:0;font-size:16px;color:rgba(0,0,0,.68)}.btt__tags{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.btt__tag{font-size:16px;padding:4px 18px;border-radius:999px;border:1px solid rgba(0,0,0,.32);color:rgba(0,0,0,.75);background:rgba(0,0,0,.02)}.btt__meter{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:10px 10px 12px}.btt__meterTop{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:10px}.btt__meterLabel{font-weight:700;font-size:18px}.btt__meterVal{font-size:20px;color:rgba(0,0,0,.7)}.btt__bar{height:10px;border-radius:999px;background:rgba(0,0,0,.1);overflow:hidden}.btt__barFill{height:100%;width:0%;background:linear-gradient(90deg,#1d201e 0%,#68968f 100%);border-radius:999px;transition:width .18s ease}.btt__rec{border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:12px;background:#fff}.btt__recHead{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.btt__recTitle{margin:0;font-size:34px;letter-spacing:-.01em}.btt__recMeta{font-size:18px;color:rgba(0,0,0,.68);margin-top:3px}.btt__recImg{width:364px;height:364px;border-radius:16px;background:rgba(0,0,0,.06);overflow:hidden;flex:0 0 auto}.btt__recImg img{width:100%;height:100%;object-fit:cover;display:block}.btt__recBody{margin-top:10px;font-size:16px;color:rgba(0,0,0,.78)}.btt__recRatio{margin-top:8px;padding-top:8px;border-top:1px dashed rgba(0,0,0,.14);font-size:16px;color:rgba(0,0,0,.78)}